-694   THE SCHEMA STATEMENT CANNOT BE EXECUTED BECAUSE A DROP IS PENDING ON THE DDL REGISTRATION TABLE table-name

Explanation

An error occurred while accessing the application registration table or object registration table. The application registration table or object registration table was dropped, but the DROP statement was not committed.

System action

The statement cannot be processed.

Programmer response

Resubmit the job. If the same error happens, check for the application that issued the DROP statement for the application registration table or the object registration table. Either commit the DROP statement which dropped the table and create a new application registration table or object registration table, or issue a ROLLBACK for the DROP statement to put the tables back.

SQLSTATE

57023