Re: Use built-in TEXT_IO-rutin in stored procedure

From: <mconnors_at_mother.com>
Date: 1997/09/24
Message-ID: <01bcc8ab$4dc12e40$a52168cf_at_mconnors.mother.com>#1/1


Tomas -

Forms built-ins are only availabe on the client, not the server. You may not use them in a PL/SQL stored procedure.

If you want to read or write to a file system file, look at the UTL_FILE package.

-- 
Regards,
Matt Connors

Tomas Rimsten <dat94trn_at_idt.mdh.se> wrote in article
<Pine.GSO.3.95.970920105204.8815E-100000_at_lab4-4>...

>
> Is it possible to access built-in functions&procedure form at stored
> procedure.
>
> I'm running Developer 2000 Procedure builder on NT 4.0 (Oracle 7.3) and I
> want to use built-in packaeg in an stored procedure.
Received on Wed Sep 24 1997 - 00:00:00 CEST

Original text of this message