If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Drop and recreate DBTEMP tablespace

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-27-07, 10:04
swiss01 swiss01 is offline
Registered User
 
Join Date: Jul 2007
Posts: 31
Drop and recreate DBTEMP tablespace

In DB2 ver 8 on Z/OS, how to check if no one is using the DBTEM tablespace that you are going to drop and recreate ?

There are some tools like IBM DB2 Query Monitor for z/OS but don't have it installed unfortunately . Does anyone using DB2 on z/OS has some experience
on how to check ,without any 3ed party tools , if anyone is using the DBTEMP tablespace . There are several other DBTEMP tablespaces that will remain in RW so ... maybe not really a problem as DB2 will select a different DBTEMP tablespace that is still in status RW .


Or isn't it a problem to issue the drop , if the DBTEMP tablespace is in use you'll get a message and the drop will not work ?
Reply With Quote
  #2 (permalink)  
Old 09-28-07, 03:43
umayer umayer is offline
Registered User
 
Join Date: Dec 2005
Posts: 273
a
-DIS DB(DBTEMP) SPACE(yourspace) USE

should show whether the space is currently used.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On