I have following 3 control files which I have to execute on my DB server-
- X.ctl
- Y.ctl
- Z.ctl
I know the command to execute them one by one which is as follows -
sqlldr PP_DBUSER/PP_DBUSER control=X.ctl log=X.log
However, can anybody tell me if it is possible to execute all the 3 files with one command?