$con = @OCILogon ("aaa", "aaa", "test");   ---test 在哪里配?
if (!$con) {
$_SESSION[reload] = "";
db_error($sql);
exit;
}