solution for db2 SQL0805N NULLID.SQLC2G13 missing

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了solution for db2 SQL0805N NULLID.SQLC2G13 missing相关的知识,希望对你有一定的参考价值。

Symptom

During execution of an import from a DB2 for Linux, Unix and Windows Version 8.1 client you may encounter the error:

DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0805N Package "NULLID.SQLC2G13 0X41414141414E4758" was not found.
SQLSTATE=51002 7 0



Cause

The package NULLID.SQLC2G13 is missing from the database.

 

Resolving the problem

To resolve the SQL0805N error, bind the file db2ubind.lst found in sqllib/bnd directory, from the client machine not the server, using the command:


db2 bind @db2ubind.lst blocking all grant public

以上是关于solution for db2 SQL0805N NULLID.SQLC2G13 missing的主要内容,如果未能解决你的问题,请参考以下文章