How to encrypt/obfuscate/compile oracle stored procedure (function/procedure).
Using wrap command in command line:
syntax:
wrap iname=[file] oname=[file]
sample:
wrap iname=/mydir/filename.sql oname=/mydir/filename_enc.sql
where:
- iname is input file: /mydir/filename.sql
- oname is output file: /mydir/filename_enc.sql
- in windows: wrap.exe (command line)
--
#ddm,reinput:26-Mar-2025 original:22-Sep-2022