Automatic scripts execution
930854Feb 21 2013 — edited Feb 21 2013Hi all,
I'm in a PL/SQL Technical Support. I want to run the scripts (which should run in different schema's). But i am doing now manually by the following method,
hr@SID> @C:\Users\messi\Desktop\xx.sql
SYSTIMESTAMP
--------------------------------------------------
21-FEB-13 11.29.02.604295 AM +05:30
hr@SID>
Is it possible to do this automatic process, if it is possible please help me to do and also please let me know if any tool is there to execute the scripts automatically.