Neoview Messages Manual (R2.3)
SQL 3182
3182 Extra semicolon(;) in a compound statement.
Cause You specified an extra semicolon in a compound statement.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3183
3183 Duplicate Row FORMAT clauses were specified.
Cause You specified a CREATE TABLE statement containing multiple occurrences of the
Row FORMAT clause.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3184
3184 An invalid SQLSTATE value string1 was found. Message: string2
string1
is the invalid SQLSTATE value.
Cause You attempted to use an invalid SQLSTATE value. A valid SQLSTATE value is a
single quoted string value that begins with an āSā or an āsā followed by a 4-digit integer.
Effect The operation fails.
Recovery Specify a valid SQLSTATE value and resubmit.
SQL 3185
3185 SIGNAL parameter 3 must be of type string.
Cause You attempted a SIGNAL statement with a third parameter that is not a quoted
string.
Effect The operation fails.
Recovery Specify a parameter that is a quoted string and resubmit.
SQL 3186
3186 string: Dynamic parameters and host variables are currently not
allowed in DDL.
string
is the dynamic parameter or host variable that was specified.
Cause The HP Neoview database software does not support the use of dynamic parameters
or host variables in DDL statements.
Effect The operation fails.
Recovery Remove occurrences of dynamic parameters or host variables and resubmit.
SQL 3187
3187 Specifying a specific stream with SET STREAM TIMEOUT is not allowed.
Cause You attempted to use a SET STREAM TIMEOUT statement, which is not supported.
Effect The operation fails.
Recovery None.
SQL 3188
3188 A NOT DROPPABLE primary key constraint must be defined when STORE
BY primary key is specified.
109