The tablespaces which I'm referring to are curently not used by our application. So all we want is to remove it. But we are not able to do that.
We are not even able to do a roll forward . The reason I've mentioned in my earlier post.
The error which I'm getting while trying to drop this tablespace is :
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0282N Table space "TSPAN" cannot be dropped because at least one of the tables in it, "DB2INST1.PAN_NEW", has one or more of its parts in another table space. SQLSTATE=55024
Next I tried dropping the table : PAN_NEW. I got the error :
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0290N Table space access is not allowed. SQLSTATE=55039
So either way I'm stuck.
I CAN'T ROLL FOWARD THE TABLESPACES.
I CAN'T DELETE THE TABLESPACES. Either one would solve my problem.