I have a Solaris server that has PHP 4.02, Apache1.3.12 and a Oracle 8.0.5 RDBMS implementation. I can use the OCI8 functionality to query local database instances successfully, returning data, but when I try to use OCI8 against a remote database, it seems to return successfully with blank records of data. The reason I believe its returning blank records is because when I use a function to determine how many records were returned it is correct.
To successfull query the remote database using OCI8, I currently have to use a dblink within a local database instance, which is somewhat slow. Anyone seen this before, have any ideas? Thanks Mike -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]