<?php

$_SESSION['hostport_ora'] = '192.168.1.5:1521';
$_SESSION['usu_ora'] = 'PERSONAL';
$_SESSION['clave_ora'] = 'eaqu123x2';
$_SESSION['SID_ORA'] = 'SIREH';
$_SESSION['empresa'] = '1';
$_SESSION["nominas"] = "'0005','0010','0019','0020','0619','0056'";

$historica["hostname"] = "localhost";
$historica["port"]     = "5432";
$historica["database"] = "db_hconviasa";
$historica["login"]    = "postgres";
$historica["password"] = "123x2";
$historica["gestor"]   = "POSTGRES";



?>
