NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
oracle 11g connection


Joined: 13 Mar 2013
Posts: 1
Reply with quote
I'm used the DB Wizard against an Oracle 11g table and updated the php.ini file; I tried both options:
extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
;extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client

When I try to run the form I get
Strict Standards: Declaration of oracle_dbconn::db_connect() should be compatible with dbconn::db_connect($dbhost, $dbuser, $dbpass, $dbname, $dbport) in C:\Program Files (x86)\NuSphere\PhpED\include_lib\db_oracle.inc on line 68
Warning: Missing argument 6 for oracle_dbconn::db_connect(), called in ...\table_CALL.php on line 288 and defined in C:\Program Files (x86)\NuSphere\PhpED\include_lib\db_oracle.inc on line 19
Notice: Array to string conversion in C:\Program Files (x86)\NuSphere\PhpED\include_lib\db_utils.inc on line 78
Array

I have the full Oracle client not the Instant Client

Would appreciate some help...Thanks
View user's profileFind all posts by atlterrySend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
There is a little mistake in db_oracle.inc file. You may want to remove last (duplicated) $port argument from the list of arguments in db_connect method.
As of the 2nd problem, seems dbu_handle_error() was called with an array. Please check with debugger how this function was called.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
oracle 11g connection
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic