Results 1 to 3 of 3

Thread: PLSQL Wrap

  1. #1
    Join Date
    Aug 2005
    Posts
    2

    PLSQL Wrap

    Hi all, a newbie, not sure where if there is a board for PLSQL and Toad stuff??
    anyone know how exactly to iimplement/use the wrap function to hide my code?

    Is it done in the code or is there an option on the menu bar? I have googled for help, but to no avail.

    Thanks a bunch.

    Rene

  2. #2
    Join Date
    Mar 2003
    Posts
    468
    wrap is a command line utility in Oracle.
    here is the doc page http://download-west.oracle.com/docs...htm#sthref1952

  3. #3
    Join Date
    Sep 2005
    Posts
    9
    Rene,

    Assuming file to wrap is called x

    c:\ora9i\bin wrap iname=x

    You can specify an output file for example y as a second argument by using this format:

    c:\ora9i\bin wrap iname=x oname=y

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •