HP Neoview Messages Manual page 121

Table of Contents

Advertisement

Effect
SHOWLABEL does not display output.
Recovery
Reissue the command with a valid location name.
SQL 3228
3228 SHOWLABEL failed for physical location name location-name. SHOWLABEL
supports only the data forks of SQL/MX tables, views, and indexes.
location-name
Cause
SHOWLABEL supports only the physical names of data forks of the HP Neoview
database software objects (physical location names that end in "00"). SHOWLABEL does not
support resource forks.
Effect
SHOWLABEL does not display output.
Recovery
Reissue the command with a valid location name.
SQL 3229
3229 SHOWLABEL failed for object name. SHOWLABEL does not support
synonyms.
Cause
The requested operation is not allowed on synonyms.
Effect
The operation fails.
Recovery
Try the command using the reference object name.
SQL 3230
3230 The synonym must be defined in the same catalog as the specified
table or view.
Cause
You specified a synonym that has a different catalog than the object.
Effect
The operation fails.
Recovery
Correct the syntax so that the synonym and the object have the same catalog and
schema values.
SQL 3231
3231 WITH NO ROLLBACK clause was used in an INSERT, UPDATE, or DELETE
statement when AUTOCOMMIT is OFF.
Cause
An INSERT, UPDATE, or DELETE statement is used the WITH NO ROLLBACK
clause in the SQL statement.
Effect
Compilation of the statement fails.
Recovery
If you intend to use NO ROLLBACK, either turn AUTOCOMMIT ON or remove
the WITH NO ROLLBACK clause from the INSERT, UPDATE, or DELETE statement, and use
the norollback-option from a SET TRANSACTION statement.
SQL 3232
3232 INSERT, UPDATE, or DELETE of table table-name with dependent
object-type dependent-object is not allowed when NO ROLLBACK transaction
setting is in effect.
table-name
object-type
specifies the physical location name of an HP Neoview database software
object.
is the name of the table that is the target of the INSERT, UPDATE,
or DELETE operation.
is the type of dependent object. This type can be either index, after
trigger, materialized view, or referential integrity constraint.
121

Advertisement

Table of Contents
loading

Table of Contents