Hello Monks,
I need to connect to a Database with username/password authentication(should be appropriate to all the 3 db's i.e. MSSQL,Oracle,DB2) and execute an .sql script say
as input for the 1234.sql script.
Then store the output generated into a specified location.
Please note that the main .sql script(1234.sql) should loop and execute to all the input .sql files in a folder.
Thanks.