Previous Topic: AL2Next Topic: ANC


ANA

ALTER NOT ALLOWED

Reason:

In a table defined as SQL read-only, an attempt was made to use the Data Definition Language (DDL) statements of SQL to alter the definition of a table defined as SQL read-only. SQL DDL statements cannot be used to perform these functions when the table is defined as SQL read-only.

Action:

Either perform the functions using Datadictionary facilities or remove the SQL read-only restriction from the table.