Oracle takes 5 seconds to logon in PHP

wxdqz

New Member
This takes 5 seconds to appear, what is wrong? An ASP script I wrote connects instantly.


<?
$db = "newora";
$c2 = ocilogon("cst","cst",$db);
echo "done";
?>

tnsping shows newora to be OK and returns results instantly.
 
Back
Top