Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Calling a UNIX shell script from PL/SQL procedure?
In a pl/sql script, I want to call a shell script
that kicks off sqlldr and loads a data file. I was
told that I could issue the command
!nameofshellscript inside the procedure and this
would call the script. However, the pl/sql
compiler does not like the '!' symbol. How should
this be done, or can it be done?
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Oct 20 1998 - 08:14:37 CDT