SQL - SQLCODE's - Códigos negativos -4302


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode -4302

   
 
  • Causa
    • JAVA STORED PROCEDURE OR USER-DEFINED FUNCTION routine-name (SPECIFIC NAME specific-name) HAS EXITED WITH AN EXCEPTION exception-string.

      User-defined function or stored procedure routine-name exited with a Java exception that was not a java.sql.SQLException.

      If present, exception-string contains as much as will fit of the toString() of the exception that was uncaught.
  • Ação do sistema
    • Execution of the SQL statement is terminated.
  • Resposta ao Desenvolvedor
    • The user-defined function or stored procedure probably needs to be corrected.
      See your database administrator, or the author of the routine to find out if the exception can be avoided, or if the user-defined function or stored procedure needs to be fixed before it can be used.

      SQLSTATE: 38000
© Copyright IBM Corp.