DBA Hub

📋Steps in this guide1/1

Rename a partition

ALTER TABLE employee RENAME PARTITION  TAB3 TO TAB4;

oracle configurationintermediate
by OracleDba
13 views
1

Rename a partition

Code/Command (click line numbers to comment):

1
ALTER TABLE employee RENAME PARTITION  TAB3 TO TAB4;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!