[PHP-DB] View video, Send Comments

2009-02-17 Thread Sheikh Asim
Hi/ AOA http://www.youtube.com/watch?v=6aNVNGRiSCg Asim Jamil     PRAY FOR WHOLE MUSLIM UMMAH AND ASK HELP FROM ALLAH AND HAZRAT MUHAMMAD (SAW)   ALLAH HAFIZ

[PHP-DB] ssh2_tunnel

2009-02-17 Thread Gevorg Harutyunyan
Hi , Please help me to connect mysql on remote server using SSH tunnel. I want to use ssh2_tunnel function, but didn't find any sample with that function. -- Best Regards, Gevorg Harutyunyan

Re: [PHP-DB] ssh2_tunnel

2009-02-17 Thread Gerardo Benitez
Hi Gevorg, this is a example ssh -L localPort:remoteServer:remotePort usern...@tunnelserver this is: ssh -L 13306:remoteServer:3306 usern...@tunnelserver the localPort is where you will connect your mysql client. Regards On Tue, Feb 17, 2009 at 9:52 AM, Gevorg Harutyunyan

[PHP-DB] sqlnet.ora doesn't seem to be read since oci8 1.3.4

2009-02-17 Thread Jérôme Loyet
Hello, I used to use oci8 version 1.2.3 and I wanted to update to last version (1.3.4). Everything works fine except the fact that sqlnet.ora does not seems to be read. I use the following string to describe my database in oci_connect: MEN1PRD. In sqlnet.ora there is the parameter

Re: [PHP-DB] sqlnet.ora doesn't seem to be read since oci8 1.3.4

2009-02-17 Thread Christopher Jones
Jérôme Loyet wrote: Hello, I used to use oci8 version 1.2.3 and I wanted to update to last version (1.3.4). Everything works fine except the fact that sqlnet.ora does not seems to be read. I use the following string to describe my database in oci_connect: MEN1PRD. In sqlnet.ora there is

Re: [PHP-DB] sqlnet.ora doesn't seem to be read since oci8 1.3.4

2009-02-17 Thread Christopher Jones
Jérôme Loyet wrote: My init script where the ENV are set: export ORACLE_HOME=/usr/local/oracle/VERSIONS/Linux/CL.9.2.0 PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/network/admin:$ORACLE_HOME/lib:/usr/local/bin (The admin and lib directories aren't needed in the PATH because they don't contain

Re: [PHP-DB] sqlnet.ora doesn't seem to be read since oci8 1.3.4

2009-02-17 Thread Jérôme Loyet
2009/2/17 Christopher Jones christopher.jo...@oracle.com: Jérôme Loyet wrote: My init script where the ENV are set: export ORACLE_HOME=/usr/local/oracle/VERSIONS/Linux/CL.9.2.0 PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/network/admin:$ORACLE_HOME/lib:/usr/local/bin (The admin and lib