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 > Latest full backup size

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-11, 05:29
iam_hari iam_hari is offline
Registered User
 
Join Date: Jul 2011
Posts: 8
Latest full backup size

Hi All,

Can any body please help me. How can we come to know latest full backup size in db2? Is there any way?

Please can anybody help me?


Thanks
Reply With Quote
  #2 (permalink)  
Old 12-14-11, 06:15
wolaos123 wolaos123 is offline
Registered User
 
Join Date: Nov 2011
Location: Shen Zhen,China
Posts: 37
no way,except you know where the backups are stored
Reply With Quote
  #3 (permalink)  
Old 12-14-11, 07:38
niteshtheone niteshtheone is offline
Registered User
 
Join Date: Jul 2011
Posts: 19
No direct way ...
You can use : db2 -x "select location from SYSIBMADM.DB_HISTORY where operation='B' and SQLCAID IS NULL order by start_time desc fetch first 1 rows only with ur "

it will give u path of backup from there you can check its size by du -g or du -m command.


cd
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