cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate Oracle to MaxDB (SAP DB)

Former Member
0 Kudos

We plan to migrate Oracle DB to MaxDB.

Any idea how to dump oracle schema and data?

And how to import the data to MaxDB?

Is there a way like in phpMyAdmin EXPORT:

1. Create table...

2. Insert into...

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Did you get this done? If so how?

Thanks

Tony

roland_mallmann
Advisor
Advisor
0 Kudos

Hi Rainer,

if you're talking about an SAP system, then please take a look here: http://service.sap.com/osdbmigration.

IF it's a non-SAP System, you could use the Loader, as mentioned by Alexander.

Regards,

Roland

alexander_schroeder
Participant
0 Kudos

Hello Rainer,

you might want to look at the 'Loader' tool,

(see http://dev.mysql.com/doc/maxdb/en/default.htm

->MaxDB Library->Tools->Loader) for this task.

The Loader can be used to import schema data

(tables etc.) and also formatted input to load

the data for these tables.