cancel
Showing results for 
Search instead for 
Did you mean: 

Direct Database Access

Former Member
0 Kudos

We are running SAP myERP 2004. The database is Oracle.

I need to extract data from the Oracle database and populate some tables in SQL Server 2000.

Could someone advice how I can access the Oracle database directly? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Justin,

Talk to your BASIS and get access to the Oracle database. You would need the Oracle frontend on your system and then it is normal way of accessing the tables.

If your tables are transparent you can also access the tables from the SAP GUI from SE11 by giving the table name.

Bye

Dinesh

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Justin Tan,

My be you want to check help on ABAP EXEC SQL..

EXEC SQL.

  • My SQL Query for Oracle..

ENDSQL.

Regards,

Hari

Former Member
0 Kudos

Justin Tan,

My be you want to check help on ABAP EXEC SQL..

EXEC SQL.

  • My SQL Query for Oracle..

ENDSQL.

Regards,

Hari

Former Member
0 Kudos

Thanks. If I use EXEC SQL, is it possible for ABAP to connect to SQL Server and populate the table?

Former Member
0 Kudos

I do not know for SQL server.. But I have done for Oracle it works fine..

Regards,

Hari