In Oracle, your scripts often should be executed in a certain order. So often, you prefix them with 100_, 110_ etc. If you want to make one big .sql-file out of them, in Windows, you can create a file makeScript.cmd containing the following command:
copy /b ???_*.sql onebig.sql
No comments:
Post a Comment