Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 559 Bytes

File metadata and controls

12 lines (9 loc) · 559 Bytes

Dump Oracle db schema to text

Originally published: 2008-10-10 05:34:02
Last updated: 2014-02-21 09:18:55
Author: Michal Niklas, Dean Toader

Export Oracle schema to text. Usable to compare databases that should be the same

Oracle schema info: http://www.eveandersson.com/writing/data-model-reverse-engineering

With --separate-files can save table information as CREATE TABLE statements and all view/function art objects are in separate files (sometime it is easier to compare directories with files than compare two big files)