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