Скрипт вытаскивания из Oracle схемы. Dezign for Databases воспринимает!
Set of tools for automatization storing of oracle DDL schema in SVN.
scheme2ddl — command line utility for export oracle schema in set of ddl scripts. provide lot of configurations via basic command line options or advanced XML configuration
Источник: oracle-ddl2svn — Auto track changes of oracle DDL scheme in SVN — Google Project Hosting.
Добавка
#!shell
rm ~/tmp/oracle-ddl2svn/result.sql
find result -type f -exec cat {} >>~/tmp/oracle-ddl2svn/result.sql \;
Leave a Reply
You must be logged in to post a comment.