MySQL Forums
Forum List  »  Informix

Re: Extracting Informix data
Posted by: Devesh Patel
Date: June 08, 2005 10:04AM

There are many other utilities you can use. It all depends upon how big your tables are and what kind of flexibility you want.

You can unload one table at a time using UNLOAD SQL statement.
You can set your ISOLATION LEVEL to DIRTY READ. If you do not lock the table Informix will not guarantee you data consistency.


Hope this helps.

Devesh Patel, Senior Consultant
MySQL Inc.
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
14223
May 06, 2005 12:28PM
Re: Extracting Informix data
8254
June 08, 2005 10:04AM
8298
September 14, 2005 06:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.