i m suffering with the following error
Warning: oci_connect() [function.oci-connect]: ORA-01017: invalid username/password; logon denied in C:\wamp\www\New Folder\connection.php on line 4
but i've tried atleast 100 times, username and passwords both r correct
$conn=oci_connect("sysdba", "hammad90", "");
is thr any problem in the above code?