CREATE OR REPLACE DIRECTORY DDL_TABLE_DIR AS '/aux/dbops/tables'; CREATE OR REPLACE DIRECTORY DDL_VIEW_DIR AS '/aux/dbops/views'; CREATE OR REPLACE DIRECTORY DDL ...
Oracle APEX could export Schema DDL. The problem is the order of objects in sql file is unstable. You can't effectively compare dump files between each other in ...