From https://technology.amis.nl/wp-content/uploads/2011/02/as_xlsx11.txt. Changed name from as_xlsx. Updated examples at the end of the .pks file to match.
9 lines
190 B
SQL
Executable File
9 lines
190 B
SQL
Executable File
|
|
-- run as user SYS:
|
|
|
|
-- required for NTLM utilities
|
|
grant execute on dbms_crypto to &&your_schema;
|
|
|
|
-- Required for XLSX_BUILDER_PKG
|
|
grant execute on sys.utl_file to &&your_schema;
|