sarfaraz
sarfaraz

Reputation: 79

SAP Oracle migration to PostgreSQL

I have SAP applications using Oracle. There is a need to migrate from Oracle to Open source DB (say PostgreSQL). Is there any way I can do the assessment of the complexity of the migration (feasibility analysis, i.e how much SAP applications are tied up with Oracle DB etc.?)

Upvotes: 0

Views: 1442

Answers (1)

romangorbenko.com
romangorbenko.com

Reputation: 75

On the one hand:

The SAP server has a special abstraction layer called Database Interface which converts Open SQL Statements into Database specific Native SQL. Therefore, SAP software is Database Independent

Оn the other hand:

Look at Database and OS Platforms SAP Wiki topic

  • DB2
  • Sybase ASE
  • Oracle
  • Microsoft SQL Server
  • MaxDB

  • of course SAP HANA

Accordingly SAP on PostgreSQL is the terra incognita

Upvotes: 1

Related Questions