PHP4 + Oracle Problem..!

wxdqz

New Member
Hi there,
I have a logon screen done on php, with Oracle server running at the back end.
now the problem is..

After entering user name and password, the php page stalls for a few seconds
then displays the following error message:
"Warning: OCISessionBegin: ORA-07217: sltln: environment variable cannot be
evaluated. in /usr/local/apache/htdocs/devel/login.php on line 21
Oracle server not started please contact the system administrator."

**[NOTE: the line "Oracle server not started..." is the text error message
inserted by me - pls dont get confused over it ;-) ]*****
and line 21 from login.php looks like this:
$conn=OCILogon("system","manager") or die("Oracle server not started please contact the system administrator.");

Thanks that u took time to read this
r@njith.
 
Back
Top