Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Sv: Wrapping up PL\SQL packages
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
![]() |
![]() |