Hi, I figured out what was wrong, I had php_oci8.dll uncommented in
php.ini but not php_oracle.dll. Fixed that and now I get an ORA-12705
error, which looking on google has something to do with NLS. Going to do
more reading, thanks :)
--
PHP General Mailing List (http://www.php.net/)
To unsu
Hi, I have the client libraries on the computer I have PHP on. My connect
line is $conn = ocilogon("user","pw","zed.aleph0"); and I can connect
usning sqlplus. When I look at the listener log, it doesn't show my
computer with PHP on it trying to connect using PHP, but when I tnsping
zed.aleph
You need the Oracle cliente libraries installed where you have PHP for
this to work.
the third parameter in OCILogon() is the connection string configured in
tnsnames.ora ($ORACLE_HOME/network/admin)
Let's say that you make connection to Oracle using sqlplus:
User: scott
pass: tiger
dbstring: tes
I have looked at the comment there, even before I send message to the list.
But I'm still wondering how can I disconnect from the Oracle db then? is it
actually doing anything?
When I developed our own API using ora_*, I never called ora_logoff at the
end of every session, because ora_logoff d
4 matches
Mail list logo