- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Extracting data from SAP HANA database and load to ORACLE database
There is a number of ways you can achieve this. Here are few of the methods to do the same.
- a) There are many standard tools in SAP by use of which you can extract the data and also automate the whole process. With the use of an ETL tool, this can be achieved like SAP Data Services, OWB, etc.
- b) The other option is to write a code in ABAP to fetch the data from the database and the write into a format as per your requirement.
- c) You can also write a RFC or remote-enable function module which can be called using RFC library of SAP.
- d) Scripts can be written to extract data from tables provided you have access to the database.
- Related Articles
- Importing data from Pgsql to SAP HANA database
- Using flat file load in SAP HANA database
- Getting data in front-end tools from SAP HANA database
- Publishing data to SAP HANA database using Information Composer
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Table mapping while data replication from flat file in SAP HANA database
- Viewing data in a table in SAP HANA database
- SAP HANA database functions in HANA Cockpit
- Using database view in SAP HANA
- Dropping a SAP HANA database view
- Unloading tables in SAP HANA database
- Database objects in SAP HANA Studio
- Removing a service from a tenant database in SAP HANA
- Comparison of SAP HANA with conventional database

Advertisements