i am trying to run advise using the following parameter and i get this
error against one of the database :
db2advis -d db1 -i test.sql
Using user id as default schema name. Use -n option to specify schema
SQL0818N A timestamp conflict occurred. SQLSTATE=51003
*************** *************** *******
* CONTENTS OF SQLCA *
*************** *************** *******
SQLCABC = 136
SQLCODE = -818
SQLERRMC =
SQLERRP = SQLRALDP
sqlerrd[0] = 2148663405
sqlerrd[1] = 0
sqlerrd[2] = 0
sqlerrd[3] = 0
sqlerrd[4] = 0
sqlerrd[5] = 0
SQLWARN =
SQLSTATE = 51003
Critical SQLCODE. Exiting db2advis ...
0 solutions were evaluated by the advisor
exiting with error code [-818]
How can I fix it ?
TIA
Roger
error against one of the database :
db2advis -d db1 -i test.sql
Using user id as default schema name. Use -n option to specify schema
SQL0818N A timestamp conflict occurred. SQLSTATE=51003
*************** *************** *******
* CONTENTS OF SQLCA *
*************** *************** *******
SQLCABC = 136
SQLCODE = -818
SQLERRMC =
SQLERRP = SQLRALDP
sqlerrd[0] = 2148663405
sqlerrd[1] = 0
sqlerrd[2] = 0
sqlerrd[3] = 0
sqlerrd[4] = 0
sqlerrd[5] = 0
SQLWARN =
SQLSTATE = 51003
Critical SQLCODE. Exiting db2advis ...
0 solutions were evaluated by the advisor
exiting with error code [-818]
How can I fix it ?
TIA
Roger
Comment