PHP connection to oracle Database using pdo_oci problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tolbert
Forum Newbie
Posts: 1
Joined: Sun Jan 22, 2012 3:57 pm

PHP connection to oracle Database using pdo_oci problem

Post by tolbert »

hey all,

i have installed php-5.3.6, apache2 and oracle instant client 11.1. i have configured php with pdo_oci successfully.

issue: the problem is that the db connect I am able to connect to database a: using the same user, but when i change my connection credentials to connect to database b. i get an error in the apache logs

error:

*** glibc detected *** free(): invalid pointer: 0x0977e57c ***
[Sat Jan 23 06:39:26 2012] [notice] child pid 6917 exit signal Aborted (
6)

note: i am able to login with both the credentials using toad to the database which to me shows the database username and password is correct

please please help

i am have tried my best to get a solution

thanks in advance

regards tolb
Post Reply