dbexport is a program for backup all data and database schema
This an example of dbexport command:
$ dbexport -o /data wahyudb
-o /data : the directory where dbexport inside it
wahyudb : database name
Until you finish your dbexport, you will find wahyudb.exp directory on /data
dbimport is a program for recovery your informix database
This an example of dbexport command:
$ dbimport -c -i /data wahyudb -d wahyudb_space
-i /data : the directory where dbexport wahyudb.exp inside it
wahyudb : database name-d wahyudb_space : dbspace name
"This tutorial dedicated to me, I always forget to use those command"
Senin, 14 Januari 2008
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar