Viewing file: conect_oracle.php (1.77 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$tables_portel[0] = "entidades";
$tables_portel[1] = "entidades,";
$tables_portel[2] = "tramites";
$tables_portel[3] = "tramites,";
$tables_portel[4] = "dependencias";
$tables_portel[5] = "dependencias,";
$tables_portel[6] = "situacionesciudadanas";
$tables_portel[7] = "situacionesciudadanas,";
$tables_portel[8] = "pecn";
$tables_portel[9] = "pecn,";
$tables_portel[10] = "pasos";
$tables_portel[11] = "pasos,";
$tables_portel[12] = "documentos";
$tables_portel[13] = "documentos,";
$tables_portel[14] = "documentosxtramite";
$tables_portel[15] = "documentosxtramite,";
$tables_portel[16] = "requisitosxtramite";
$tables_portel[17] = "requisitosxtramite,";
$tables_portel[18] = "requisitos";
$tables_portel[19] = "requisitos,";
$tables_portel[20] = "agrupaciones";
$tables_portel[21] = "agrupaciones,";
$tables_portel[22] = "cuandoydonde";
$tables_portel[23] = "cuandoydonde,";
$tables_portel[24] = "puntosatencion";
$tables_portel[25] = "puntosatencion,";
$tables_portel[26] = "puntosxinformacion";
$tables_portel[27] = "puntosxinformacion,";
$tables_portel[28] = "tiposinformacion";
$tables_portel[29] = "tiposinformacion,";
$tables_portel[30] = "estados";
$tables_portel[31] = "estados,";
//$tables_portel[32] = "presentacion_formato";
//$tables_portel[33] = "presentacion_formato,";
//$tables_portel[34] = "presentacion_css";
//$tables_portel[35] = "presentacion_css,";
//$tables_portel[36] = "contenido_pertenencia_foto_categoria";
//$tables_portel[37] = "contenido_pertenencia_foto_categoria,";
//$tables_portel[38] = "contenido_pertenencia_links_links";
//$tables_portel[39] = "contenido_pertenencia_links_links,";
$prefix = "portal_";
$c1 = ora_logon("info_redcapital@cav", "info2005");
echo $c1;
?>
|