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 > db2tmp16k table space

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-08-10, 23:24
varsha167 varsha167 is offline
Registered User
 
Join Date: Apr 2010
Posts: 1
db2tmp16k table space

My team is working in DB2 on AIX environment. Our users are there days very frequently getting the error of no space in db2tmp16k. It seems this is a temporary table space and the DBA team here claims that nothing can be done about this. Can some explain me in details what exactly is this error and is there a permanent solution to it??
Reply With Quote
  #2 (permalink)  
Old 04-09-10, 01:40
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
If db2tmp16k is a system temporary tablespace, then it is sometimes needed as a work area by DB2 to build and return an answer from a SQL query. However, it could be a user temporary tablespace that is used for declared temporary tables and other purposes. In both these cases, it is possible to increase the size, or to place them on a file system path with more free space. Please provide more information (DDL) of the tablespace including the container definition that you can get from your DBA.

Also, when you say there is an error being received, it is always best to post the exact error message being received, and explain what interface to DB2 is being used when the error was received.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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