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

Home -> Community -> Usenet -> c.d.o.server -> Re: compiled version of pl/sql packages

Re: compiled version of pl/sql packages

From: Christopher M. Day <christopher.day_at_rdbms.freeserve.co.uk>
Date: Sun, 06 Jun 1999 22:49:12 +0100
Message-ID: <375AECD8.B9B3DC9E@rdbms.freeserve.co.uk>


Olivier,

The tool used to convert pl/sql code into the intermediate object code is called 'wrap'

wrap iname=input_file [oname=output_file]

For more information check the PL/SQL UG&R

Chris.

Olivier STEINBERG wrote:
>
> Hi, does anybody knows how to compile PL/SQL packages in oracle DB in order
> to leave them in the catalog as binaries only.
>
> For instance ORACLE own packages bodies are stored in binary in the the DB.
> (e.g Dbmsutil.sql)
> Is there any tool available to the public or is it only for ORACLE internal
> use ?
>
> Thank's for reply.
>
> Olivier STEINBERG (Paris)
Received on Sun Jun 06 1999 - 16:49:12 CDT

Original text of this message

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