cancel
Showing results for 
Search instead for 
Did you mean: 

SQL to ORACLE

Former Member
0 Kudos

How can I transfer data from oracle database to SQL database using xi?

which adapters should use in this process? ...

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

xc

Former Member
0 Kudos

Hi,

You can use JDBC adapter to transfer the data from Oracle to SQL data base.

Ask your basis guys to create a JDBC Drivers,Data source(in visual admin) for communicating the

data base.

Check the link for form the Sender and Receiver Structure..

[http://help.sap.com/saphelp_nw70/helpdata/EN/7e/5df96381ec72468a00815dd80f8b63/content.htm]

[http://help.sap.com/saphelp_nw70/helpdata/EN/2e/96fd3f2d14e869e10000000a155106/content.htm]

Regards,

Prakasu.M

former_member183908
Active Contributor
0 Kudos

Hi

-->You can use JDBC adapter on sender side to fetch data from your oracle database and on Receiver side you can use the JDBC adapter to insert data into your SQL.

-->On Sender and Receiver side you can use JDBC adapters.

Thanks

Former Member
0 Kudos

why same question ,, pl. see the third message on the same page...

Former Member
0 Kudos

Hi,

Try for JDBC adapter.

Check this configuration guide:

http://help.sap.com/saphelp_nw04/Helpdata/EN/22/b4d13b633f7748b4d34f3191529946/frameset.htm

Regards,

Boopathi

Former Member
0 Kudos

Thanks