gadi
11-01-2000, 01:28 PM
I'm more of an Admin, and have been asked if there is a way to call a UNIX shell command from a PL/SQL trigger and get results back? Anyone know if this is possible?
Thanks!
Thanks!
|
Click to See Complete Forum and Search --> : Access UNIX from PL/SQL gadi 11-01-2000, 01:28 PM I'm more of an Admin, and have been asked if there is a way to call a UNIX shell command from a PL/SQL trigger and get results back? Anyone know if this is possible? Thanks! ECG 11-01-2000, 04:41 PM Refer the oracle documentaion for plsql i/o(sample file deamon.sql). You can use a combination of a ProC program and dbms pipes to pass shell commands from within a plsql stored procedure. dbasupport.com
Copyright Internet.com Inc. All Rights Reserved. |