Hi
Is there any inbuilt functionality of TCL where I can invoke and run an .sql script on a selected Target schema and then return control back to the TCL script? SOmething like
set orauser scott
set orapwd tiger
set SID orcl
# execution of SQL script by some logic using above params
I found people asking to use oraTCL or nstcl. But I am unsure whether I need to install these. Is there any inbuilt functionality for this?
I am using OWB's(Oracle warehouse builder) OMB scripting which uses TCL to run its commands.
Any help will be appreciated. Thanks
Birdy
Is there any inbuilt functionality of TCL where I can invoke and run an .sql script on a selected Target schema and then return control back to the TCL script? SOmething like
set orauser scott
set orapwd tiger
set SID orcl
# execution of SQL script by some logic using above params
I found people asking to use oraTCL or nstcl. But I am unsure whether I need to install these. Is there any inbuilt functionality for this?
I am using OWB's(Oracle warehouse builder) OMB scripting which uses TCL to run its commands.
Any help will be appreciated. Thanks
Birdy