首页 > 数据库技术 > 详细

solution for db2 SQL0805N NULLID.SQLC2G13 missing

时间:2016-04-06 13:17:29      阅读:606      评论:0      收藏:0      [点我收藏+]

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

原文:http://www.cnblogs.com/coonver/p/5358448.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!