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 > Modify the database with transaction log

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-06, 02:53
kirang kirang is offline
Registered User
 
Join Date: Jul 2005
Posts: 18
Modify the database with transaction log

Hi

I had created a database mistakenly without log. And now as the transaction log is required for all the operations, I am trying to modify the database with log. I found the command as START DATABASE in Informix Unleashed. But on trying to execute the command with several permutations and combinations I get the same "syntax error" message. Please let me know the solution.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 03-13-06, 05:32
sysmaster sysmaster is offline
Registered User
 
Join Date: Mar 2006
Posts: 15
See command ondblog.
Reply With Quote
  #3 (permalink)  
Old 03-13-06, 10:14
mjldba mjldba is offline
Registered User
 
Join Date: Dec 2003
Location: North America
Posts: 139
You could also use the "ontape" command to set a database for either buffered (ontape -s -B db_name) or unbuffered (ontape -s -U db_name)transaction logging.
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