If you are very confident, then ,
1) Check db2diag.log file ... There may be error messages. If there are none, set the diaglevel to 4 and issue the command again ... this time there shoud be messages.
2) If you are desperate to drop the tablespace, then contact IBM support with your problem . They should be able to help
If you want to check for dependencies once again, please read on ...
1) If you are comfortable with graphical tools, then in the control centre, tablespaces , right click on the tablespace name and select 'Show Related Objects'
2) If you are comfortable with the command line, then do
select * from syscat.tables where tbspace=<name> or index_tbspace=<name> or long_tbspace=<name>
Cheers
Sathyaram
Quote:
Originally posted by nagasurir
YES...
I am damn sure that no db objects are occupying the other table space...
Thanks
|