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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.