Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Connecting to a different database

Former Member
0 Likes
441

Hi,

I need to retrieve the data from non-sap databse.Its an another ORACLE System.

In our SAP also the back end is Oracle only.

Now i need to retrieve all the data from a table which was in another DB.How to connect that.

Can anyone help me in this regards.

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
406

You should check the ADBC classes available. (CL_SQL* classes)

The program ADBC_DEMO should be of some help.

BR,

Suhas

Hi,

I need to retrieve the data from non-sap databse.Its an another ORACLE System.

In our SAP also the back end is Oracle only.

Now i need to retrieve all the data from a table which was in another DB.How to connect that.

Can anyone help me in this regards.

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
407

You should check the ADBC classes available. (CL_SQL* classes)

The program ADBC_DEMO should be of some help.

BR,

Suhas