Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to run a OS Command from PLSQL ?

How to run a OS Command from PLSQL ?

From: kenneth long <klong66_at_yahoo.com>
Date: Mon, 06 Sep 1999 19:21:01 -0800
Message-ID: <3RdB3.1802$Zd.993651@WReNphoon3>


I don't think there is a System command from PL/SQL. If you are using verson 8. You could write a C library routine that would do this for you.

If that doesn't work you could just, put the data in a table and write a daemon to do the system level work for you.

   -**** Posted from RemarQ, http://www.remarq.com/?a ****-  Search and Read Usenet Discussions in your Browser - FREE - Received on Mon Sep 06 1999 - 22:21:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US