Any idea how to go about doing that through a tool(preferred). Any alternate ways to do that.
Asked
Active
Viewed 1,606 times
-1
-
Which SAP database? HANA, Sybase/ASE, MaxDB, etc. Or do you mean a non-SAP database connected to SAP software/which ones? – Sandra Rossi Jun 27 '23 at 06:14
2 Answers
1
You can check out the migration studio from EnterpriseDB here, although I have no experience with it.
There is no comparison to doing it yourself though - if you're not familiar with Postgres then this will get you familiar, and if you are, then aside from the data entry aspect, this should be old hat.

Robert H
- 11,520
- 18
- 68
- 110
1
Use maxdb tools to generate a SQL text export of the database. Then import this file in PostgreSQL, luckily you won't need prior processing of the data dump.

franblay
- 306
- 3
- 8