konveyor/tackle-diva

DOA for Oracle

Closed this issue · 2 comments

Implement preliminary function to support PL/SQL, which is a format used in Oracle DBMS.

  • As a first step, DOA structurally parses PL/SQL using our parser and provides assessment results for automatic/manual conversion.
  • In the next step, DOA performs minimum conversion of source SQLs so that psql accepts converted files without errors.

First step (v2.1.0) completed (PR #70).

Next we're working on the next step.