Hi,
I am having trouble with "quiesce tablespaces" command on db2. I ran this command for a table and it made the tablespace on which the table resides inactive as intended.
I used "QUIESCE TABLESPACES FOR schema.table_name EXCLUSIVE".
Then I ran "QUIESCE TABLESPACES FOR schema.table_name RESET" to make the tablespace available again.This command ran correctly but still, I can't access the tablespace. When I try to create a new table on that tablespace for example, it says "Tablespace access is not allowed".
I must say that I was connected with "db2admin" user when I ran both commands (on the same table).
See the link
DB2 Universal Database for QUIESCE TABLESPACE info.
Thanks!