ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 191
ALLBASE/SQL Error Messages: 2420-2795
table/view !.!. (DBERR 2719)
CAUSE You do not have the required authority to execute
GENPLAN on the named table or view.
ACTION Contact your database administrator to obtain the
required authority or sign on as a user who does have the
required authority.
2720 MESSAGE INSERT/UPDATE/DELETE disallowed on system
tables (!.!). (DBERR 2720)
CAUSE You attempted to INSERT, UPDATE or DELETE to a
system table.
ACTION Re-issue the statement on a non-system table.
2724 MESSAGE Command ! is not allowed for views (!.!).
(DBERR 2724)
CAUSE You specified a command (ALTER TABLE, UPDATE
STATISTICS, LOCK TABLE) that cannot be performed on
a view.
ACTION No action is necessary. Refer to the ALLBASE/SQL
Reference Manual for additional information on these
commands and the ALLBASE/SQL Database
Administration Guide for additional information on views.
2725 MESSAGE Use DROP VIEW to drop view !.!. (DBERR 2725)
CAUSE You attempted to drop a view using the DROP TABLE
statement.
ACTION Use the DROP VIEW statement to drop a view.
2726 MESSAGE Use DROP TABLE to drop table !.!. (DBERR
2726)
CAUSE You attempted to drop a table using the DROP VIEW
statement.
ACTION Use the DROP TABLE statement to drop a table.
2730 MESSAGE Column ! does not accept nulls. (DBERR 2730)
CAUSE You specified the NULL keyword for a non-null column in
the INSERT or UPDATE statement.
ACTION Issue the command again, specifying a value for all
non-null columns.
2731 MESSAGE Reset command not valid for table !.!. (DBERR
2731)
CAUSE You cannot issue the RESET statement on the specified
table.
ACTION No action is necessary. The only valid tables for the
RESET statement are SYSTEM.COUNTER and