Sun Application Server Startup Command: /opt/SUNWappserver/bin/asadmin start-domain --domaindir /opt/SUNWappserver/domains --user admin
Showing posts with label DB2. Show all posts
Showing posts with label DB2. Show all posts

Tuesday, January 26, 2010

Error: Operation not allowed for reason code "7" on table SQLSTATE=57016

If you fun Alter Table and then get "Operation not allowed for reason code "7" on table SQLSTATE=57016" Error.

Run "reorg table [table name]" to fix it.