加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_nocrypto.sql 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Marc Bleron 提交于 2024-06-27 12:28 . Formula support (#57)
-- avoids compiling procedures that require dbms_crypto. Use this install script if dbms_crypto was
-- not granted to your schema
--
set define off
alter session set plsql_optimize_level=3;
prompt Creating package XUTL_CDF ...
@@MSUtilities/CDFManager/xutl_cdf.pks
@@MSUtilities/CDFManager/xutl_cdf.pkb
--@@MSUtilities/OfficeCrypto/xutl_offcrypto.pks
--@@MSUtilities/OfficeCrypto/xutl_offcrypto.pkb
prompt Creating type ExcelTableCell ...
@@ExcelCommons/plsql/ExcelTableCell.tps
prompt Creating type ExcelTableCellList ...
@@ExcelCommons/plsql/ExcelTableCellList.tps
prompt Creating package ExcelTypes ...
@@ExcelCommons/plsql/ExcelTypes.pks
@@ExcelCommons/plsql/ExcelTypes.pkb
prompt Creating package ExcelFmla ...
@@ExcelCommons/plsql/ExcelFmla.pks
@@ExcelCommons/plsql/ExcelFmla.pkb
prompt Creating package XUTL_XLSB ...
@@ExcelCommons/plsql/xutl_xlsb.pks
@@ExcelCommons/plsql/xutl_xlsb.pkb
prompt Creating package ExcelGen ...
-- this compile directive prevents compiling a procedure that requires dbms_crpto
ALTER SESSION SET plsql_ccflags='no_crypto:TRUE';
@@plsql/ExcelGen.pks
@@plsql/ExcelGen.pkb
ALTER SESSION SET plsql_ccflags='';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化