DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How to hide packages body

  1. #1
    Join Date
    Jun 2000
    Location
    Toronto, ON, Canada
    Posts
    50
    What should I do to hide the packages body? I saw that for Oracle defined packages the body is somehow encrypted.

    Thanx

  2. #2
    Join Date
    Feb 2001
    Posts
    184
    Have it Wrapped...
    Here is the Command.
    On Command Prompt

    Wrap ifile=c:\yourpackagebodyfile ofile=c:\hidepack.sql

    On Sql
    @c:\hidepack.sql


    Now Your Package Body is un readable.

    Thanks

  3. #3
    Join Date
    Jun 2000
    Location
    Toronto, ON, Canada
    Posts
    50
    That was quick. Thanx

Posting Permissions

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


Click Here to Expand Forum to Full Width