This package contains the following scripts:
oracreateoracreateprints (or executes in another schema) the SQL of all objects in an Oracle database schema (i.e. all tables, procedures, functions, views, etc.)oradroporadropprints (or executes) drop statements for all objects in an Oracle database schema.oradeleteoradeleteprints (or executes) SQL for deleting all records from all tables in an Oracle database schema.oragrantoragrantprints (or executes) grants statements from an Oracle database schema.orafindorafindcan be used to search for a string in all fields of all tables in an Oracle database schema.oradifforadiffcan be used for finding the differences between two Oracle database schemas.oramergeoramergecan be used for merging the changes between two Oracle database schemas into a third one.
These scripts can either be called via Pythons -m option:
python -mll.orasql.scripts.oracreate --help
or as a simple script installed in the search path:
oracreate --help