Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing other databases

Status
Not open for further replies.

mike777

Programmer
Jun 3, 2000
387
US
Hello all.
We have an Oracle database and an Interbase database.
On my local machine I can select data from either one using ODBC drivers.
I'm thinking there must be a way to access the Interbase database from the Oracle. Is there?
Could you possibly give me an example of how to do a simple SELECT to the Interbase from the Oracle?
Many thanks!!
-Mike Kemp
 
There are a couple of options. First, you can install Oracle Heterogenous Services/ Oracle Transparent Gateway. This allows Oracle to create a database link to non-Oracle databases which you can query just like any other database link. Second, if Interbase provides a type 4 (thin) JDBC driver, you can load that driver into the Oracle JVM and connect to Interbase via JDBC in a Java Stored Procedure.

Justin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top