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 > No File System Caching

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-08, 15:14
redwolf redwolf is offline
Registered User
 
Join Date: Apr 2004
Posts: 179
No File System Caching

Once you alter a tablespace with No File System Caching, how can you tell its in this mode ? I looked in the catalog but did not find anything to show it was in this mode.

UDB V8 FP15

Thanks
Reply With Quote
  #2 (permalink)  
Old 08-13-08, 15:29
rangupt rangupt is offline
Registered User
 
Join Date: Jan 2008
Posts: 96
A snapshot of the tablespace will get you that information. Or else if you are on V8 FP 9 and higher you could use the SNAP_GET_TBSP function to find that information.
Reply With Quote
  #3 (permalink)  
Old 08-13-08, 15:31
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Code:
db2 get snapshot for tablespaces on <database> | grep "File system caching"
or
Code:
db2pd -db <database> -tablespaces
(see the FSC column in the Tablespace Configuration section)
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