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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How do you keep your PL/SQL sources?

Re: How do you keep your PL/SQL sources?

From: Joseph Ranseth <webmaster_at_NOSPAM.worldcupfishing.com>
Date: Tue, 13 Feb 2001 12:22:38 -0600
Message-ID: <03fi6.2077$gG6.36486@news1.mts.net>

You can wrap them using an oracle program called wrap80. It encrypts the text file and saves it with a .plb extension. They then become viewable only to oracle db engine.
The syntax is like this:

    wrap80 iname=source_file.sql

You can also specify an output name if you want, like so:

    wrap80 iname=original_file.sql oname=new_file.plb

Just run it from a command prompt while in the directory that your source code is saved in.
Hope that helps,
Joe

--
Joseph Ranseth - Webmaster
World Cup Fishing
http://www.worldcupfishing.com
"Spencer Hwang" <spencer_at_canscape.com> wrote in message
news:VOdi6.10$hD6.59_at_read1...

> Hi all,
>
> We have several Oracle databases and would like to keep PL/SQL sources in
a
> safe and
> professional way.
>
> Is there any way (or tool) of controlling PL/SQL sources?
>
> Kind Regards,
>
> Spencer Hwang
>
>
>
>
>
>
>
>
>
>
Received on Tue Feb 13 2001 - 12:22:38 CST

Original text of this message

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