-1

Any idea how to go about doing that through a tool(preferred). Any alternate ways to do that.

1
  • Which SAP database? HANA, Sybase/ASE, MaxDB, etc. Or do you mean a non-SAP database connected to SAP software/which ones? Commented Jun 27, 2023 at 6:14

2 Answers 2

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.

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.