|
Blue Forest http://www.lslnet.com at 11:08 on July 18, 2006
Haar connect Loss help urgently #!/usr/bin/ksh
Database Backup Script by Ray001 2005/12/20 #DB2
Backup # definition of Contents
BACKUPDIR=$HOME/backup/db2
If [!] D-$BACKUPDIR
Then
Mkdir-p $BACKUPDIR
Fi
Cd $BACKUPDIR
Backup # started from the configuration file name backup.cfg Reading List
Haar db user to connect using easycon easycon
While read TABLE
Do
[color=Red]db2 "Export to $BACKUPDIR/$TABLE.ixf of ixf select * from $TABLE" [/color]
Done<$HOME/cfg/table_list.txt
Haar disconnect db
In AIX client through script on the DB2 data backup Front, the implementation of the resolution [color=Red]293[/color] [color=Red]export[/color] missing link database tables when? Who knows why? |
Every once in a while or are the guests? |
It is a federal database? |
| |