Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

QSM-03270

There is no partition operation registered on string.string partition string.

Cause

UNREGISTER_PARTITION_OPERATION detected that there was no partition maintenance operation (for example, DROP, EXCHANGE and TRUNCATE) registered on the specified partition of the base table.


Action

Use the REGISTER_PARTITION_OPERATION to register this partition first, and then run UNREGISTER_PARTITION_OPERATION.