php-db | 2001011
Date: 01/05/01
- Next message: Joachim Maier: "AW: [PHP-DB] mySQL 'Like'-Query (BLOB) always case sensitive"
- Previous message: Paul Burney: "[PHP-DB] [JOB] Full Time Webmaster/WebDBA"
- In reply to: Manuel Lemos: "RE: [PHP-DB] searching for host"
- Next in thread: Luis Castro Mendoza: "Re: [PHP-DB] Connecting to a Remote Oracle Database"
- Reply: Luis Castro Mendoza: "Re: [PHP-DB] Connecting to a Remote Oracle Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Does anyone have any thoughts on how to connect to an Oracle database which
resides on a remote server? The connection script looks something like this
already:
putenv("ORACLE_SID=[db]");
putenv("ORACLE_HOME=[location of tns file]");
$db = ocilogon("[user]","[password]");
Is there a param I can put in somewhere to designate server ID?
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Joachim Maier: "AW: [PHP-DB] mySQL 'Like'-Query (BLOB) always case sensitive"
- Previous message: Paul Burney: "[PHP-DB] [JOB] Full Time Webmaster/WebDBA"
- In reply to: Manuel Lemos: "RE: [PHP-DB] searching for host"
- Next in thread: Luis Castro Mendoza: "Re: [PHP-DB] Connecting to a Remote Oracle Database"
- Reply: Luis Castro Mendoza: "Re: [PHP-DB] Connecting to a Remote Oracle Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

