Skip to content

Commit 0aa11e7

Browse files
authored
Create 2-add-external-attribute.sql
1 parent 957297b commit 0aa11e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
REM Script: 2-add-external-attribute.sql
2+
REM Use ALTER TABLE
3+
4+
-- enter directory name
5+
ALTER TABLE hr.employees_hybrid
6+
ADD EXTERNAL PARTITION ATTRIBUTES
7+
( TYPE oracle_datapump
8+
DEFAULT DIRECTORY &directoryname
9+
REJECT LIMIT UNLIMITED );
10+

0 commit comments

Comments
 (0)