Database Compatibility for Oracle Developers v15

EDB Postgres Advanced Server makes Postgres look, feel, and operate more like Oracle, so when you migrate, there is less code to rewrite and you can be up and running quickly.

You use EDB Postgres Advanced Server features to design an application compatible with Oracle databases. For example, creating a compatible application entails selecting compatible:

  • System and built-in functions for use in SQL statements and procedural logic
  • Stored procedure language (SPL) when creating database server-side application logic for stored procedures, functions, triggers, and packages
  • Data types that are compatible with Oracle databases
  • SQL statements that are compatible with Oracle SQL
  • System catalog views that are compatible with Oracle’s data dictionary
Further reading