hi, when i try to fine the expln statement for a query i get this error.
[db2inst1@WESSPTDW01 ~]$ db2expln -d warehous -t -q 'select * from gems.sca_sum_month'
DB2 Universal Database Version 9.7, 5622-044 (c) Copyright IBM Corp. 1991, 2008
Licensed Material - Program Property of IBM
IBM DB2 Universal Database SQL and XQUERY Explain Tool
Error during VALUES for package check.
Message Text =
SQL0901N The SQL statement failed because of a non-severe system error.
Subsequent SQL statements can be processed. (Reason "sqlriResolveOpFunc:
invalid opcode 0x348 at offset 648:0".) SQLSTATE=58004
sqlcaid = SQLCA
sqlcabc = 136
sqlcode = -901
sqlstate = 58004
sqlerrml = 56
sqlerrmc = "sqlriResolveOpFunc: invalid opcode 0x348 at offset 648:0"
sqlerrp = SQLRI007
sqlerrd0 = 0x801A006D = -2145779603
sqlerrd1 = 0x00000000 = 0
sqlerrd2 = 0x00000000 = 0
sqlerrd3 = 0x00000000 = 0
sqlerrd4 = 0xFFFFFCCC = -820
sqlerrd5 = 0x00000000 = 0
sqlwarn = ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '
[db2inst1@WESSPTDW01 ~]$
Since it has told error during the package values check.
So i try to bind the package. But it also end up in error.
[db2inst1@WESSPTDW01 ~]$ db2 bind @db2ubind.lst blocking all grant public
LINE MESSAGES FOR db2ubind.lst
------ --------------------------------------------------------------------
SQL0061W The binder is in progress.
SQL0031C File "/home/db2inst1/db2ubind.lst" could not be
opened. SQLSTATE=00000
SQL0082C An error has occurred which has terminated
processing.
SQL0092N No package was created because of previous errors.
SQL0091N Binding was ended with "3" errors and "0" warnings.
[db2inst1@WESSPTDW01 ~]$
Kindly help me
