File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
data-platform/core-converged-db/hybrid-partitioned/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ This folder provides step by step instruction to create a hybrid partitioned tab
6
6
7
7
- 1-create-partitioned-table.sql: create a partitioned table and add rows
8
8
9
- - 2-add-external-attribute.sql: Use ALTER TABLE command to add external partition attribute
9
+ - 2-add-external-attribute.sql: Use ALTER TABLE to add external partition attribute
10
10
11
- - 3-create-external-data.sql: Create external helper table with ORACLE_DATAPUMP
11
+ - 3-create-external-data.sql: Create external ( helper) table with ORACLE_DATAPUMP
12
12
13
13
- 4-add-external-partition-data.sql: Use EXCHANGE PARTITION to provide data for the external partition
14
14
15
- - monitor-external-part-tables.sql: Use ALL_EXTERNAL_TAB_PARTITIONS
15
+ - monitor-external-part-tables.sql: Use ALL_XTERNAL_TAB_PARTITIONS
16
16
17
17
- monitor-hybrid-tables.sql. Use ALL_TABLES with column hybrid
18
18
You can’t perform that action at this time.
0 commit comments