qwazer / scheme2ddl

Command line util for export oracle schema to set of ddl scripts
82 stars 47 forks source link

How to create master script based on the sql outputs in different folders #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How to create master script based on the sql outputs in different folders.

we should have a provision to create a master script which will call all 
scripts generated for a schema in a particular order.

Any guess how could we achieve this.

Original issue reported on code.google.com by sarvindu...@gmail.com on 8 Jun 2013 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by resh...@gmail.com on 9 Jun 2013 at 8:21

arno82 commented 8 years ago

My experience is, that it's nearly impossible to find a sequence of sql calls that work without errors because of dependencies between the files.

xorader commented 7 years ago

I used ddl2scheme.sh script from my fork https://github.com/xorader/scheme2ddl/tree/3.x_patches_from_xorader here.