database - How to create tables in Oracle DB from the set of *.sql files -


i have set of *.sql files (>200) contains scripts of tables creation. how can apply of them automatically oracle db?

i use oracle sql developer environment

just create "driver" sql file, , call sqlplus - example, if have script1.sql, script2.sql, create file, "driver.sql" , include:

@script1.sql @script2.sql ...etc... 

Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

Log not being recorded for quickfix c++ Session -

.net - Using different ADO.NET providers dynamically with Entity Framework -