Are you saying that we can use the sQL host command from within a plsql procedure ? I know we can execute os commands using external procedures or java, but being able to use the sql host command from within plsql is new to me Mind explaining how to do it please ?
In my opinion the flow is always from OS to Oracle using position parameter as one of the alternatives. One of the approaches for PL/SQL to check for anything on OS would be using utl_file package.
Originally posted by bkrish One of the approaches for PL/SQL to check for anything on OS would be using utl_file package.
as I understand, you can use the utl_file package to read from or write to (create if necessary) OS file(s). Mind telling me how to "check for anything on OS" using utl_file please ?
Sorry, you are wrong - I didn't tell that.
===========================
Originally posted by amar kgb,
Are you saying that we can use the sQL host command from within a plsql procedure ? I know we can execute os commands using external procedures or java, but being able to use the sql host command from within plsql is new to me Mind explaining how to do it please ?
-amar
Bookmarks