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 > buffered or unbuffered loging

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-18-04, 16:24
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
Question buffered or unbuffered loging

Hi

When querying sysmaster:sysdatabases
there are fields: is_logging and is_buff_log I'm assuming one is for unbuffered and the other one is for buffered.

I have two values 1 and 0 I'm assuming 1 for yes and 0 for no right?
also, one database has 1 and 1 in both columns, how is that possible?

Is there any other way to find out if the database is buffered and unbuffered login, running Informix 7.31 on WInNT. Do not have onmonitor utility
(guess it does not exist for win NT)


Thank you

Last edited by artemka; 05-18-04 at 17:29.
Reply With Quote
  #2 (permalink)  
Old 05-18-04, 21:18
jh1213 jh1213 is offline
Registered User
 
Join Date: Jul 2003
Location: Beijing China
Posts: 36
BUFFERED LOG
is_logging 1
is_buff_log 1
is_ansi 0
is_nls 0
flags 3

UNBUFFERED LOG
is_logging 1
is_buff_log 0
is_ansi 0
is_nls 0
flags 1

ANSI MODE
is_logging 1
is_buff_log 0
is_ansi 1
is_nls 0
flags 5
__________________
MSN:jianghua1213@hotmail.com
Beijing China
http://www.91talk.net
http://www.91talk.com
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