Skip to content

Commit 7bf31e0

Browse files
authored
Create README.md
1 parent 0050bcd commit 7bf31e0

File tree

1 file changed

+15
-0
lines changed
  • data-platform/core-converged-db/hybrid-partitioned/scripts

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)