Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF.

SQLCode +218
THE SQL STATEMENT REFERENCING A REMOTE OBJECT CANNOT BE EXPLAINED

Causa:
The user has used EXPLAIN(YES) on the bind subcommand to bind an application which has SQL statement referencing a remote object or the user has a static EXPLAIN SQL statement which references a remote object in the application program. EXPLAIN on a remote object is not supported by DB2.
It is issued at BIND time, and only with VALIDATE(RUN).

Ação do sistema:
The plan or package will be bound successfully, but no information will be filled in the user's PLAN-TABLE for the SQL statement referencing a remote object. An SQLCODE -512 will be issued at run time if the EXPLAIN statement is found to explain a remote object.

SQLSTATE: 01537