Home > database >  USER_TAB_PARTITIONS this table can be changed? I want to increase the partition table
USER_TAB_PARTITIONS this table can be changed? I want to increase the partition table

Time:09-29

Consult USER_TAB_PARTITIONS teachers under the table can be changed? I want to increase the partition table, but for update according to

CodePudding user response:

Increasing partition directly on the table is ok, the alter table table_name add partition p1 -- -- -- -- -- -- -- your partition at the back

CodePudding user response:

This is a system view, don't allow you to modify,
Want to increase your partition by statement
  • Related