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. The Oracle compatibility features allow you to run many applications written for Oracle in EDB Postgres Advanced Server with minimal to no changes.

EDB Postgres Advanced Server provides Oracle 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