Jump to content

remote acces of oracle db


shyami

Recommended Posts

 

 

Hi all,

 

 

            In my system php & mysql is running fine, now i need to use oracle db, it is in some other system

 

    so i wrote a code like this

                  if(!$connection){ // This is to ensure that we connect only if we didn't already connect
        if(($connection=OCIPLogon("admin","OrangeM3dhas","(DESCRIPTION =
                    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.36.225)(PORT = 1521))
                    (CONNECT_DATA =
                      (SID = isas)
                      (SERVICE_NAME = isas.iiit.ac.in)
                    )
                  )"))==false){
             display_error("The system was unable to establish connection.<br/> Please try after sometime.");
             exit;
        }

 

            it is giving error message "PHP Fatal error:  Call to undefined function:  ociplogon() in /var/www/html/functions.php on line 2"

 

                How to solve this?

 

 

Thanks in advance

 

 

Shyami 

 

Link to comment
https://forums.phpfreaks.com/topic/68037-remote-acces-of-oracle-db/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.