SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-78
SQL 10702
Cause. Either the name of the prepared statement was incorrect, or the statement
was not prepared before the EXPLAIN command was used.
Effect. The execution plan for the SQL statement is not explained.
Recovery. Prepare the statement, and then enter the correct statement name in the
EXPLAIN command.
SQL 10703
Cause. A failure occurred in ALLOCATESEGMENT.
Effect. The execution plan for the SQL statement is not explained.
Recovery. Try the EXPLAIN command again. If the error persists, report the entire
message to your service provider.
SQL 10704
Cause. The prepared statement did not contain an SQL SELECT, DELETE, INSERT,
or UPDATE statement.
Effect. The EXPLAIN command fails.
Recovery. Enter a valid SQL string or prepared statement that can be used with the
EXPLAIN command.
SQL 10705
Cause. An SQL statement contained a NULL indicator parameter. At the time the
statement was entered or executed, the parameter value was not a signed integer.
Effect. The SQL statement is not executed.
Recovery. Correct the parameter value and reissue the statement.
10702 Statement value-1 has not been prepared.
10703 Unable to use the compiler's extended segment in shared
mode.
10704 Invalid input for EXPLAIN command. The string or
prepared command must contain an SQL SELECT, DELETE, INSERT,
or UPDATE statement.
10705 Parameter value-1 must have an integer value because it
is used as a NULL indicator.