Re: [users@httpd] Problem with dbd authentication, Oracle, oci8 and PHP

2015-11-24 Thread Keith Roberts
Hi Jose. It looks like you need to create a separate virtual host for each of the sites you want to connect to. Try putting the original virtualhost configuration back to the way when it was working, then copy and paste that VH section and edit it for the new site. For each virtual host you wi

[users@httpd] Problem with dbd authentication, Oracle, oci8 and PHP

2015-11-23 Thread Jose Tremols
Hello, I've been fighting with this problem for a week. I have installed oci8 in order to access an Oracle 11g database from php 5.4.16 My php pages work fine. I can connect, select, update, insert. Here is the code of a simple php page named connect.php that I put under Apache default site I