Skip to content

Commit c5cec22

Browse files
Update dbms_partition_wrangler_spec.sql
1 parent 5f7c0db commit c5cec22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dbms_partition_wrangler_spec.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ CREATE OR REPLACE PACKAGE dbms_partition_wrangler IS
6060
);
6161

6262
/*
63-
Top-level procedure to run the add pre-allocated partitions and drop inactive partitions:
64-
1. Calls add_partition()
65-
2. Calls drop_partitions()
63+
Top-level procedure to add, compress, move, readonly, truncate, shrink, drop partititions and tablespaces
6664
*/
6765
PROCEDURE process_partitions(
6866
p_table_owner IN VARCHAR2,

0 commit comments

Comments
 (0)