Why I can not connect to the oracle8i

wxdqz

New Member
Error here:
Warning: OCISessionBegin: Error while trying to retrieve text for error ORA-12203 in N:\Program\index.php on line 10

Code here:
$DB="(DESCRIPTION =
(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 133.45.85.131)(PORT = 1521)))
(CONNECT_DATA =(SERVICE_NAME =ora))";
$handle=ocilogon("qwy","qwy",$DB);
?>
 
Back
Top