I'm looking at replacing an Oracle database that only has a few tables, but that is accessed by many programs in the company via oracle jdbc drivers, oracle odbc drivers and python database interface.
Is there a way to intercept the calls to the oracle listener and redirect to postgres without changing the calling application?