Previous Topic: DK1Next Topic: DMY


DK2

DROP ATTEMPTED ON THE NATIVE SEQUENCE KEY

Reason:

You attempted an SQL DROP INDEX statement on a key which is specified as the native sequence key.

Action:

You cannot execute a DROP INDEX command against a key defined as the native sequence key. To define a different native sequence key, either drop the table and re-create it, or use Datadictionary batch transactions or online panels to make the appropriate modifications, then catalog the database containing the table.