Functions are not converted when converting Postgres model to Oracle model
説明
When converting a Postgres model to an Oracle model, none of the functions get converted. They all stay in Postgres format and are commented out.
対策
Model convert does not convert procedural logic, such as Postgres pgSQL to Oracle PL/SQL. It only converts database objects such as tables, columns, views, indexes, etc. It does not convert code.