我想让别人无法看到我写的存储过程源码。
---------------------------------------------------------------
用wrap工具:
wrap INAME=input_file [ONAME=ouput_file]
参见:http://www.oradb.net/object/procedure_004.htm
怎样将ORACLE的存储过程隐藏(即怎么加密存储过程)?
comments powered by Disqus
我想让别人无法看到我写的存储过程源码。
---------------------------------------------------------------
用wrap工具:
wrap INAME=input_file [ONAME=ouput_file]
参见:http://www.oradb.net/object/procedure_004.htm