Listado alfabético de las tablas del sistema de Oracle

Oracle
listado alfabético de las tablas del sistema de Oracle que se utilizan normalmente.

ALL_ARGUMENTS Arguments in object accessible to the user
ALL_CATALOG All tables, views, synonyms, sequences accessible to the user
ALL_COL_COMMENTS Comments on columns of accessible tables and views
ALL_CONSTRAINTS Constraint definitions on accessible tables
ALL_CONS_COLUMNS Information about accessible columns in constraint definitions
ALL_DB_LINKS Database links accessible to the user
ALL_ERRORS...
Leer más

Php+Oracle en Linux fácil

Linux
Anteriormente tener aplicativos en php con Oracle en Linux era bien sufrido. Buscar fuentes de oci8, compilar php con soporte de todas librerías necesarias y etc etc.

Ahora ya no, Zend hizo un paquete que se llama Zend Core for Oracle.

Instalación



tar –zxf ZendCore-2.5.2-linux-glibc21-i386.tar.gz
cd ZendCore-2.5.2-linux-glibc21-i386
./install.sh -g
 

Adentro viene:

  • Zend Framework

  • phpMyAdmin

  • Apache Web Server

  • Mysql5

  • Oracle Client (oci)

  • IBM DB2...

Leer más