PL/SQL Shift — Oracle PL/SQL translated into PostgreSQL PL/pgSQL
Paste Oracle PL/SQL - packages, package bodies, standalone procedures and functions, triggers, plus the CREATE TABLE DDL those routines read - and get the PostgreSQL PL/pgSQL translation: a portability verdict, a signature table proving every parameter name and mode survived, a construct-by-construct map from Oracle to PostgreSQL, prioritized findings each with a corrected fragment, and the complete translated SQL ready for psql. Constructs PostgreSQL cannot do faithfully - autonomous transactions, package session state, UTL_FILE - are marked -- MANUAL: rather than quietly faked. A free in-browser parser reads every routine and classifies each Oracle-ism before you spend anything, and the SQL that comes back is checked against it for residual Oracle syntax, dropped routines and lost parameter names. Derived from the @github/migrating-oracle-to-postgres-stored-procedures agent skill (MIT, github/awesome-copilot).
Details
gpt-terra Every public app is built from a security-scanned skill and must pass a clean scan — skill and frontend — before it can be listed. Have a skill of your own? Turn it into an app — or read the step-by-step walkthrough.