persistant connection - oracle

wxdqz

New Member
hi!

is there a possibility to keep persistant connection with oracle data base?

i have no idea whether it have sense or not:
i tried to open connection with data base using ora_logon and i tried to send $connection=ora_logon(...) to the next script using session. it didn't work. then i changed ora_logon to ora_plogon, but the error appeared:

Unable to connect to ORACLE (ORA-12560: TNS:
bç ¤d adaptera protokolu). it says: "wrong protocol adapter" (more or less).

i used the same parameters for ora_logon and ora_plogon. any ideas? how can i avoid logging on to oracle in every script i open?
thanks in advance!
 
Back
Top