Database Error Messages

OCI-63366

Do not use the system generated constraint name (string) to drop the PRIMARY KEY constraint on data timehouse enabled table.

Cause

An attempt is being made to drop the PRIMARY KEY constraint using the system generated name on data timehouse enabled table.


Action

Use 'ALTER TABLE <table_name> DROP PRIMARY KEY' DDL to drop PRIMARY KEY constraint on data timehouse enabled table.