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, 2019-06-04 [0.465ms, s]
sqlplus scott/tiger@db @script.sql spool script.log
There are others scripts calls in script.sql in specified sequence.