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 > How list backup file in V8.1?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-18-08, 11:27
altura altura is offline
Registered User
 
Join Date: Jan 2003
Posts: 21
How list backup file in V8.1?

Hi,

How can I list the backup and log files using some system views in db2 v8.1 (something equivalent to SYSIBMADM.DB_HISTORY available in v9)?

thanks.
Reply With Quote
  #2 (permalink)  
Old 04-18-08, 12:34
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Check the LIST HISTORY command.
Reply With Quote
  #3 (permalink)  
Old 04-18-08, 12:43
altura altura is offline
Registered User
 
Join Date: Jan 2003
Posts: 21
for sure.... but I must access the information via SQL (views or tables) not db2 cli
Reply With Quote
  #4 (permalink)  
Old 04-18-08, 12:57
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
select * from table (admin_list_hist()) as x

You can customize it as you need it. Here is the documentation:

http://publib.boulder.ibm.com/infoce...n/r0012548.htm

Andy
Reply With Quote
  #5 (permalink)  
Old 04-18-08, 13:52
altura altura is offline
Registered User
 
Join Date: Jan 2003
Posts: 21
Thanks Andy, that was exactly what I was searchiing for.

(Sorry, for my newby question, but I'm new on db2 (coming from oracle world) and I 'm still searching for a good way to find the good ref guide ...does not seem to be as easy as Oracle... or I'm too colored by Oracle maybe )
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