Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
This section lists messages generated when the TRUNCATE command is used.
Cause: An invalid object specification was given for the TRUNCATE command.
Action: Check the syntax of the command and retry the operation specifying either TRUNCATE CLUSTER or TRUNCATE TABLE.
Cause: The STORAGE keyword was not specified with the DROP or REUSE options of the TRUNCATE command.
Action: Check the syntax of the command and retry the operation.
Cause: An attempt was made to truncate a table that is a member of a cluster.
Action: Either truncate the entire cluster or drop and re-create the individual table.
Cause: An attempt was made to truncate a hash cluster. This is not permitted; only index clusters can be truncated.
Action: Drop and re-create the cluster instead of using the TRUNCATE command.