Xref: alice comp.databases.oracle.server:52216
Path: alice!news-feed.fnsi.net!newspump.monmouth.com!newspeer.monmouth.com!dispose.news.demon.net!demon!diablo.theplanet.net!news.theplanet.net!newspost.theplanet.net!not-for-mail
From: "Christopher M. Day" <christopher.day@rdbms.freeserve.co.uk>
Newsgroups: comp.databases.oracle.server
Subject: Re: compiled version of pl/sql packages
Date: Sun, 06 Jun 1999 22:49:12 +0100
Organization: MK Core Development
Message-ID: <375AECD8.B9B3DC9E@rdbms.freeserve.co.uk>
References: <7jeokh$pbk$1@oceanite.cybercable.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: news5.svr.pol.co.uk 928705787 852 62.136.65.25 (6 Jun 1999 21:49:47 GMT)
NNTP-Posting-Date: 6 Jun 1999 21:49:47 GMT
X-Complaints-To: abuse@theplanet.net
X-Mailer: Mozilla 4.6 [en] (WinNT; I)
X-Accept-Language: en
Lines: 24

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)
