Disables table partitioning from your database.

Syntax

proutil db-name -C disabletablepartitioning

Parameters

db-name
The name of the database where you are disabling table partitioning.

Successful execution of DISABLETABLEPARTITIONING removes the ability to partition tables from your database.

Prior to disabling table partitioning:
  • All existing table partitions must be removed from your database
  • Read-only partitions, if enabled, must be disabled
  • Single-partition index rebuild, if enabled, must be disabled