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 > Informix > Changing DB logging to buffered log.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-24-03, 11:43
amit_kaps amit_kaps is offline
Registered User
 
Join Date: Nov 2003
Location: Pune, India
Posts: 22
Changing DB logging to buffered log.

Hi,

Is there a way in which we can change the DB logging stat from un buffered to buffered and vice versa.?

I'm working with IDS 9.30 FC1.
__________________
Regards,
Amit.K.
Reply With Quote
  #2 (permalink)  
Old 12-26-03, 00:17
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Hi,

You can change the database logging mode by:

1.
ondblog <new mode> <database name>

<new mode> can be:
buf - Change database to buffered mode.
unbuf - Change database to unbuffered mode.

Example:
ondblog buf testdb

2.
ontape -s -B testdb # for buffered mode
ontape -s -U testdb # unbuffered mode

Regards,
Shriyan
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