Hi.
I'm on DB2 9.5.0.1 on Linux AMD 64 and the database has four
partitions
where catalog is on partion 0 and user data on 1 thru 3.
After a load failure (path to load file was wrong) I cannot access the
tables, even though the loads have been rerun with success.
set integrity for ..table..
results in SQL0290N Table space access is not allowed.
SQLSTATE=55039
Load query table says
Tablestate:
Set Integrity Pending
db2tbst 18 says
State = Load Pending
db2tbst 19
State = Quiesced Share
+ Load Pending
quiesce tablespaces for table ..HIST reset
says:
SQL3805N The state of the application or of one or more table spaces
for the
table specified prohibits the loadapi action or quiescemode "9".
Reason code =
"1".
I don't know how to get out of this state.
Any ideas?
/dg
I'm on DB2 9.5.0.1 on Linux AMD 64 and the database has four
partitions
where catalog is on partion 0 and user data on 1 thru 3.
After a load failure (path to load file was wrong) I cannot access the
tables, even though the loads have been rerun with success.
set integrity for ..table..
results in SQL0290N Table space access is not allowed.
SQLSTATE=55039
Load query table says
Tablestate:
Set Integrity Pending
db2tbst 18 says
State = Load Pending
db2tbst 19
State = Quiesced Share
+ Load Pending
quiesce tablespaces for table ..HIST reset
says:
SQL3805N The state of the application or of one or more table spaces
for the
table specified prohibits the loadapi action or quiescemode "9".
Reason code =
"1".
I don't know how to get out of this state.
Any ideas?
/dg
Comment