How to Connect to Remote Oracle Database through PHP?

Let’s learn how to Connect to Remote Oracle Database through PHP. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Connect to an Oracle database using php

I need to connect to an Oracle database server with system identifier PROD, using the login "scott" and password "tiger." Can anyone help

Answer:

You could use PDO to connect to oracle. That way you can also easily change between different types...

Read more

Poonam Bhatt at Stack Overflow Mark as irrelevant Undo

Other solutions

Connecting Oracle database to a front end application (like PHP, Java, C# or others) seems very difficult. Is there any way to connect Oracle easily?

I am new to oracle that I just now downloaded and installed Oracle Database 11g Express Edition in my laptop. I am good at PHP with MySQL which will have only few lines to connect, fetch database as $connection=mysql_connect("localhost","...

Answer:

Really? Make sure Oracle listener is working and database already running. You can check the database...

Read more

Dapid Candra at Quora Mark as irrelevant Undo

Answer:

Is there an ODBC driver available for your Oracle database? If so, the ODBC functions may be the way...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

I've never implemented this myself, but have you looked through this resource? Using PHP with Oracle...

Read more

Christopher Dabel at Quora Mark as irrelevant Undo

Is Ruby on Rails suitable for apps that need to connect to more than one database (i.e. more than one data source) or apps that are database independent (i.e. can work with PostgreSQL, SQL Server, Oracle, etc.)?

In my opinion while it is possible to build one Ruby on Rails app in which some models connect to DB1 and some to DB2 by monkey patching ActiveRecord and invoking establish_connection, RoR is not designed for suchlike use cases and another framework...

Answer:

You should take a look at this gem octopus, it allows you to connect to multiple databases, even with...

Read more

Igor Bozato at Quora Mark as irrelevant Undo

Can you see what's wrong with this php code stuff? Trying to connect to database.?

<?php $username='user'; $password='password'; // For security this bit is normally achieved with an include file $host='co-project.lboro.ac.uk'; $dbName='database'; $dsn = "mysql://$user:$password@$co-project.lbo… //Data Source Name $db...

Answer:

You may read this PHP code to get help:http://www.worldbestlearningcenter.com/i…

Read more

Lemon Pirate at Yahoo! Answers Mark as irrelevant Undo

How can i connect to DB2 's data from oracle database?

i have a oracle databasefor electonic services and DB2 database for billing. i want to retrieve some data from DB2 and show in a report in oracle database. how can i do it?

Answer:

You can use Oracle Database Gateway for DRDA (Oracle Transparent Gateway in earlier releases of Oracle...

Read more

mandana at Yahoo! Answers Mark as irrelevant Undo

Code to connect,insert,update,delete Oracle 9i database with vb.net using oledb?

I have created new user in Oracle 9i using system(username) and manager(password). I have created a table in my username. I want to access the Oracle table under my username from vb.net (6.0).I want to connect,insert,update,delete the Oracle table under...

Answer:

visit www.programmersheaven.com

Read more

smile at Yahoo! Answers Mark as irrelevant Undo

Answer:

Yes.  You can use an ODBC or JDBC driver.  Here's more info, note that the Oracle supplied ODBC driver...

Read more

Jeff Smith at Quora Mark as irrelevant Undo

Connect to postgresql database using Oracle client(bridge?) possible?

I have a Web application that only connects to oracle database, is there someway (bridge?) to have it connect to post grassland instead of Oracle?

Answer:

Yes, if your web application uses jdbc then connecting to Postgres is possible. There are also options...

Read more

Jayaraman Sampathkumar at Quora Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.