Re: system calls from within Oracle stored procedure

From: Christian Metzler <cme_at_magnet.at>
Date: 1996/01/01
Message-ID: <3905023998.6280239_at_magnet.at>#1/1


> System Calls from within an PL/SQL Procedure.

At the moment it is not possible to do direct system calls from within PL/SQL.
But you can use the following workaround: - Use Oracle Pipes ( see package dbms_pipe for examples). Put the parameters for your system call into an Oracle Pipe. Let a PRO-C Programm read from this pipe and do the system call

chris
cme_at_magnet.at
Vienna/Austria/Europe Received on Mon Jan 01 1996 - 00:00:00 CET

Original text of this message