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 > Transaction Log Mode

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-23-04, 14:56
Sophie Hsiao Sophie Hsiao is offline
Registered User
 
Join Date: Nov 2003
Location: New York
Posts: 14
Transaction Log Mode

Hi all,

Can anybody tell me how I can check the value of 'Transaction Log Mode' in DB2 V7.2 on AIX platform?

Thank you so much !!

Sophie
Reply With Quote
  #2 (permalink)  
Old 02-23-04, 15:05
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,197
Do a:

GET DATABASE CONFIGURATION FOR database-alias SHOW DETAIL

If the following parameters are set like below, you have circular logging. If either one of these parms is set, you have forward recovery enabled.

Log retain for recovery status = NO
User exit for logging status =

See the Command Rerference for more information on this command.
__________________
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
  #3 (permalink)  
Old 02-24-04, 10:45
Sophie Hsiao Sophie Hsiao is offline
Registered User
 
Join Date: Nov 2003
Location: New York
Posts: 14
Thank you so much !!
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