Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informix dbexport 1

Status
Not open for further replies.

bjverzal

MIS
Apr 26, 2001
964
US
I need to dbexport an Informix database. I have what is called "The Informix Handbook" as well as several pdf's, but none of them show any real useful as to what switches and command line options I should use.

Regards, Bill.
 
Steps to perform dbexport & dbimport for testing:
1. Inform your database users to logout the database & tell them the blackout period
2. dbexport <database> -o /import
3. Communicate to users that the blackout period is over
4. dbimport <database> -i /import -d <dbspace>
5. Check & test the database

by
s.kalyan(a1b2c3d4)
 
Steps to perform dbexport & dbimport for testing:
1. Inform your database users to logout the database & tell them the blackout period
2. dbexport <database> -o /import
3. Communicate to users that the blackout period is over
4. dbimport <database> -i /import -d <dbspace>
5. Check & test the database
 
Much thanks for this. I'll do it as specified.

Bill.
 
It worked fine. I stuffed the necessary commands into a ksh script.

Much thanks! Bill.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top