|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connection Oracle server
I have PHP on Windows 2000 with installed Orcle client and Oracle 8i on the other machine. I can connect to the server from SQLPlus and my Delphi application.
I wanted to do the same from PHP. I receive ORA-12699: Native service internal error and do not know what to check or do. Can anyone help me? |
|
#2
|
|||
|
|||
|
RE: Connection Oracle server
in your OCILogon statement, you might need to specify the third parameter...try something like:
OCILogon('username', 'password','TWO_TASK'); that will tell it to check your tnsnames.ora file for what db to connect to...what is most likely happening is that it doesn't know where the database is.... |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Connection Oracle server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|