-
code for Encrypt made in PL /sql
Hi
How I can do code for encrypt a text in PL/SQL
thanks in advanced
-
Re: code for Encrypt made in PL /sql
Use Oracle supplied standalong program "wrap". You can find this in $ORACLE_HOME/bin
directory. Suppose, your pl*sql code is in xyz.sql, then format is:
Dos command > wrap INAME=xyz.sql [ONAME=output_file]
then run the output file from sqlplus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|