Conference Schedule - PGCon 2022

Develop an Oracle-compatible database based on Postgres

Date: 2022-05-26
Time: 14:00–14:45
Room: Stream 1
Level: Intermediate

There are many users who need to migrate their applications from Oracle to the open source Postgres, but in order to support the new database, customers often need to redevelop the application, which is inconvenient. If there is a database based on Postgres and compatible with most Oracle syntax and functions, it will be too convenient for customers. However, the official Postgres will not accept this kind of code submission. After all, Postgres is Postgres, and Oracle is Oracle.

So, let's make an Oracle compatible database.

This talk will introduce how to make a database compatible with Oracle syntax based on PG, and introduce the IvorySQL project. This project is an open source project (Apache 2.0) led by Highgo Software, and currently has released version 1.x based on PG14.

Welcome everyone to develop this open source Oracle compatible database - IvorySQL, based on Postgres.

Speaker

Grant Zhou