Hi,
I am getting the following error:
SQL0290N Table space access is not allowed. SQLSTATE=55039
I list tablespaces and find that one is in Quiesce:
- Detailed explanation: Quiesced: SHARE
So in control centre I go to right-click on one of the tables in the offending tablespace, select Quiesce, and Quiesce reset. I then try and update / insert the table and then other tables and I get the same error.
So, I try in command centre, enter the following for a different table in the same tablespace:
- QUIESCE TABLESPACES FOR TABLE schema.table RESET
Try and update / insert on this table and it fails, check the list tablespaces and find it is still: Detailed explanation: Quiesced: SHARE
I am doing something wrong here or have I missed something out. Is there a direct command you can issue which will alter the tablespace state - i.e. Alter/Update tablespace tablespacename.
I'll wait for any replies before tinkering anymore because i think thats what got me into this situation in the first place!
Richard