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 > about api of redo log?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-11-04, 10:31
sharkyu sharkyu is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
about api of redo log?

hi, there:
i want to know some api or tech info of informix redo log. pls help....
Reply With Quote
  #2 (permalink)  
Old 04-11-04, 10:49
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Can you be a little more specific.

I'm pretty sure there is no API, to make connections or something to it. Complete informix internals, only onlog can be used to monitor it.

Here some general info:
- Onlog is the utility to search/browse the logical logs
- Are used for rollbacks, rollforward, replication, crash recovery
- More info can be found in the manuals

Sorry for the brief answer,

Rob Prop
Reply With Quote
  #3 (permalink)  
Old 04-11-04, 11:12
sharkyu sharkyu is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
do u konw the structure of logic log? can i write any api to operate on it?
Reply With Quote
  #4 (permalink)  
Old 04-11-04, 12:05
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
No, sorry the structure is informix internal. It si also version dependent. I don't knwo what kind of API you're trying to built. But writing to it is surely unsupported and also not recommended, 1 mistake and a server crash will be the next thing. Recovery? -> restore.

Reading with an API??, why not use onlog for that and use the output of this.

Hope this helps,

Rob Prop
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