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 -> Sv: Wrapping up PL\SQL packages

Sv: Wrapping up PL\SQL packages

From: Lars Bo Vanting, COREBIT SYAP/TPI AG <LarsBoV_at_COREBIT.ch>
Date: Tue, 11 Jan 2000 14:21:47 +0100
Message-ID: <85faoo$n2f$1@news1.sunrise.ch>


There's an Oracle tool for this:

        $ORACLE_HOME/bin/wrap iname=<path>/xxxxxxx.sql [oname=<path>/xxxxxxxx.plb]

EXAMPLE (Oracle 8.0.5 on Windows NT):


T:\>wrap80 INAME=T:\Test_Package

PL/SQL Wrapper: Release 8.0.5.1.0 - Production on Thu Feb 11 09:39:35 1999

Copyright (c) Oracle Corporation 1993, 1994, 1995, 1996, 1997. All rights reserved

Processing T:\Test_Package.sql to Test_Package.plb

T:\>

Kind regards
Lars Bo

Grant Eggleton <grant.eggleton_at_isspl.com.au> skrev i en nyhedsmeddelelse:387aed55.0_at_news.highway1.com.au...
> Does anyone know how the package bodies can be 'wrapped' up so they are no
> immediatly visible to those who know where to go. Proprietary code must be
> able to be pre-compiled, or something along those lines, to something a
> little less transparent than the default.
>
> Cheers,
> G.
>
>
Received on Tue Jan 11 2000 - 07:21:47 CST

Original text of this message

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