Daiseki
Posts: 2
|
| Posted: 05/24/2007, 6:31 AM |
|
CCS newbie problem...
I setup my connection to Oracle using Provider=OraOLEDB.Oracle.1. This works fine in the CCS designer. However login fails after clicking the login button with...
Fatal error: Call to undefined function ora_plogon() in C:\xampp\htdocs\DepDB\db_oracle.php on line 101
It looks like db_oracle.php is calling ora_plogon() that is not defined. Tried also with non-persistent conncection (ora_logon()) but this is not defined either.
Does anyone have an idea how/where/why the function(s) are located and not loading?
Thanks
|
 |
 |
Daiseki
Posts: 2
|
| Posted: 05/24/2007, 8:49 AM |
|
The oracle extension modules are commented out in the php.ini file and need to be decommented.
;extension = php_oci8.dll
;extension = php_oracle.dll
|
 |
 |
scarvello
Posts: 64
|
| Posted: 12/07/2007, 8:20 AM |
|
I have the same problem and I decommented the extensions lines in PHP.ini but
without sucess.
Note: my Oracle 10 g express edition is installed on a pc win win2003 server and
and i tried to access to dabase from a different windows xp pc with apache+php+generated CCS pages and oracle instant client installed . I tried also to use oci but with error of TNS resolution. The CCS Designer work fine and access good to remote oracle but PHP generated pages no. I think the error (for oci) is generated because i use a distribuited pc environment : 1 for db; 1 for web server and development machine. And why not ora_login() if i use oracle driver distribuited with oracle instant client setup.
Any solutions?
Tnx in advance.
|
 |
 |