forked from mbleron/ExcelTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sql
More file actions
45 lines (32 loc) · 1.2 KB
/
Copy pathinstall.sql
File metadata and controls
45 lines (32 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
alter session set plsql_optimize_level=3;
prompt Creating package XUTL_CDF ...
@@MSUtilities/CDFManager/xutl_cdf.pks
@@MSUtilities/CDFManager/xutl_cdf.pkb
prompt Creating package XUTL_OFFCRYPTO ...
@@MSUtilities/OfficeCrypto/xutl_offcrypto.pks
@@MSUtilities/OfficeCrypto/xutl_offcrypto.pkb
prompt Creating type ExcelTableSheetList ...
@@ExcelCommons/plsql/ExcelTableSheetList.tps
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 XUTL_XLS ...
@@ExcelCommons/plsql/xutl_xls.pks
@@ExcelCommons/plsql/xutl_xls.pkb
prompt Creating package XUTL_XLSB ...
@@ExcelCommons/plsql/xutl_xlsb.pks
@@ExcelCommons/plsql/xutl_xlsb.pkb
prompt Creating package XUTL_FLATFILE ...
@@ExcelCommons/plsql/xutl_flatfile.pks
@@ExcelCommons/plsql/xutl_flatfile.pkb
prompt Creating type ExcelTableImpl ...
@@plsql/ExcelTableImpl.tps
prompt Creating package ExcelTable ...
@@plsql/ExcelTable.pks
@@plsql/ExcelTable.pkb
prompt Creating type body ExcelTableImpl ...
@@plsql/ExcelTableImpl.tpb