How to run scripts in Oracle
sqlplus scott/tiger@db @script.sql spool script.log
There are others scripts calls in script.sql in specified sequence.
sdmrnv [2.33ms]
sqlplus scott/tiger@db @script.sql spool script.log
There are others scripts calls in script.sql in specified sequence.