-4709   EXPLAIN MONITORED STMTS FAILED WITH REASON CODE = yyyyy

Explanation

The EXPLAIN statement specified MONITORED STMTS, but the statement could not be processed for one of the following reasons:
01
Profiling is not active.
02
A matching profile scope is not found.

System action

The statement cannot be processed.

Programmer response

Take the appropriate corrective action for the failing reason code:
01
Execute the START PROFILE command to activate profiling.
02
Specify a scope that matches a profile entry in the profile table.

SQLSTATE

560CK