Suggested Answer:ABF🗳️
Multipartition maintenance enables adding, dropping, truncate, merge, split operations on multiple partitions. A: Merge Multiple Partitions: The new "ALTER TABLE … MERGE PARTITIONS " help merge multiple partitions or subpartitions with a single statement. When merging multiple partitions, local and global index operations and semantics for inheritance of unspecified physical attributes are the same for merging two partitions. B: Drop Multiple Partitions: The new "ALTER TABLE … DROP PARTITIONS " help drop multiple partitions or subpartitions with a single statement. Example: view plaincopy to clipboardprint? SQL> ALTER TABLE Tab_tst1 DROP PARTITIONS Tab_tst1_PART5, Tab_tst1_PART6, Tab_tst1_PART7;
Table altered - SQL> Restrictions : - You cant drop all partitions of the table. - If the table has a single partition, you will get the error: ORA-14083: cannot drop the only partition of a partitioned.
Currently there are no comments in this discussion, be the first to comment!
This section is not available anymore. Please use the main Exam Page.1z0-062 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments