Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-27 Thread Néstor
This is the error I am getting: [Fri Mar 27 08:34:31 2009] [error] [client 127.0.0.1] PHP Warning: ocilogon() [function.ocilogon]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that PATH includes the directory with Oracle Instant Client libraries in C:\\Program

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Tim Gales
Néstor wrote: I am using php 5.2.5 php_mysql.dll is loading and I can access my mysql databse with some of my php programs php_ldap.dll is loading Yes, I might have to download and install php 5.2.9 which is the latest First download a copy of dependency walker from: http://www.dependencywalk

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Néstor
I am using php 5.2.5 php_mysql.dll is loading and I can access my mysql databse with some of my php programs php_ldap.dll is loading Yes, I might have to download and install php 5.2.9 which is the latest Thanks, Again!!! On Wed, Mar 25, 2009 at 8:02 AM, Daniel Convissor < dani...@analysisan

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Daniel Convissor
Nestor: On Wed, Mar 25, 2009 at 07:20:22AM -0700, N?stor wrote: > "Unable to load the dynamic library C:\php\ext\php_oci8.dll" All I can say is I've run oci8 on windows without incident in the past. Perhaps you have a problem with your file permissions? Also, are other extensions loading? Tr

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Néstor
People, I have done all of the above and still phpinfo() doea not show the oci8. Yes, I do have the php_oci8.dll in the ext directory. I even copied it to the system32 directory to the C:\php directory and to apache's bin directory and phpinfo still does not see the oci8. I am even looking in th

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Daniel Convissor
Nestor: On Tue, Mar 24, 2009 at 05:05:06PM -0800, Mutaz Musa wrote: > Check the configuration file path on phpinfo() and make sure you uncommented > the right one. Mutaz is correct. The extension dll ships with PHP, so you don't need to download anything. Just double check all of your settings

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-25 Thread Tim Gales
Néstor wrote: Hi, System = W2K / apache 2.055 / php 5.25 / mysql 5.0.18-nt I am trying to connect to an Oracle Database and when using the oci_connect() Oracle 10g uses a different 'dll' than 11g does. (php_oci8 versus php_oci8_11g.dll) You can use the 10g version of the dll to connect to

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Mutaz Musa
Check the configuration file path on phpinfo() and make sure you uncommented the right one. 2009/3/24 Néstor > oci8 > > I am trying to figure out where t downloaded from for php 5.2.5 > > > > > On Tue, Mar 24, 2009 at 4:37 PM, Ajai Khattri wrote: > >> On Tue, 24 Mar 2009, Néstor wrote: >> >> >

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Néstor
oci8 I am trying to figure out where t downloaded from for php 5.2.5 On Tue, Mar 24, 2009 at 4:37 PM, Ajai Khattri wrote: > On Tue, 24 Mar 2009, Néstor wrote: > > > I do not get it? > > > > YOu mean I have to install oci8.dll? from where? Pear? > > Im assuming since its not shown in phpinfo(

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Ajai Khattri
On Tue, 24 Mar 2009, Néstor wrote: > I do not get it? > > YOu mean I have to install oci8.dll? from where? Pear? Im assuming since its not shown in phpinfo() output then you either don't have it installed or PHP doesn't see it. Are you using OCI8 functions? Or using PDO..? -- Aj. ___

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Néstor
Ajai, I do not get it? YOu mean I have to install oci8.dll? from where? Pear? Thanks, :-) 2009/3/24 Ajai Khattri > On Tue, 24 Mar 2009, Néstor wrote: > > > NO! > > Yeah, there's your problem :-) > > > -- > Aj. > > ___ > New York PHP User Group Comm

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Ajai Khattri
On Tue, 24 Mar 2009, Néstor wrote: > NO! Yeah, there's your problem :-) -- Aj. ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Néstor
NO! On Tue, Mar 24, 2009 at 2:00 PM, Ajai Khattri wrote: > On Tue, 24 Mar 2009, Néstor wrote: > > > I am trying to connect to an Oracle Database and when using the > > oci_connect() > > function, I get an error on my apache error_log file: > > PHP Warning: PHP Startup: Unable to load dynamic lib

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Ajai Khattri
On Tue, 24 Mar 2009, Néstor wrote: > I am trying to connect to an Oracle Database and when using the > oci_connect() > function, I get an error on my apache error_log file: > PHP Warning: PHP Startup: Unable to load dynamic library > 'c:\\php\\ext\\php_oci8.dll' - The specified > procedure could n

Re: [nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Néstor
Oracle 10G On Tue, Mar 24, 2009 at 11:31 AM, Néstor wrote: > Hi, > > System = W2K / apache 2.055 / php 5.25 / mysql 5.0.18-nt > > I am trying to connect to an Oracle Database and when using the > oci_connect() > function, I get an error on my apache error_log file: > PHP Warning: PHP Startup: Un

[nyphp-talk] Connecting to an Oracle DB

2009-03-24 Thread Néstor
Hi, System = W2K / apache 2.055 / php 5.25 / mysql 5.0.18-nt I am trying to connect to an Oracle Database and when using the oci_connect() function, I get an error on my apache error_log file: PHP Warning: PHP Startup: Unable to load dynamic library 'c:\\php\\ext\\php_oci8.dll' - The specified pr