Yes, using the host command. In SQL Plus, you can issue the following at the command line or in a script:
SQL> host runscript
where the name of the Unix script is runscript located in the current directory, the one from where you started SQL Plus. You can also use an absolute path or a relative one.
Main Topics
Browse All Topics





by: rbramhanePosted on 2000-09-20 at 07:58:30ID: 4373456
U can use a host command in Oracle Forms Program Units OR in SQL Plus
prompt directly as follows.
host('ls -lt | wc -l');
Brams