php-developer-list | 2000111
Date: 11/14/00
- Next message: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7810 Updated: Wrong array-index interpretation"
- Previous message: christoph.steinmann <email protected>: "[PHP-DEV] PHP 4.0 Bug #7666 Updated: PHP4 doesn't read php.ini with NT4/IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: ti.gmastrantonio <email protected>
Operating system: WIN NT 4.0
PHP version: 4.0.3pl1
PHP Bug Type: OCI8 related
Bug description: connection failure
Trying to connect to ORACLE 8 (oracle client 8.1.5.0.0) Data Base I always obtain
this error:
Warning: _oci_open_server: ORA-12154: TNS:could not resolve service name.
Using php3 no problem arise.
Here is the code:
$user = "user";
$password = "password";
$dbName = "oracle instance";
$conn = OCIPlogon ($user, $password, $dbName);
-- Edit Bug report at: http://bugs.php.net/?id=7811&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7810 Updated: Wrong array-index interpretation"
- Previous message: christoph.steinmann <email protected>: "[PHP-DEV] PHP 4.0 Bug #7666 Updated: PHP4 doesn't read php.ini with NT4/IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

