|
db2top Feature of the Day – Command Line Options (-u and -p)
1 day ago
by Keith McDonald
Today’s topic is the -u option and its partner, the -p option. You’ll see how they can be combined with the -n option when you need db2top to connect with a user ID and password. The -u and -p options are meant to be used together. The -u option takes one argument, the user name, and the -p option t ...
The K Guy - thekguy.com
|
|
Java Script, DB2 UDB Database Programmer jobs, Walk-in on 12th, 13th Feb 2010
1 day ago
by Guruz
DB2 Programmers Job Description: -Experience in DB2 programming -Knowledge on Java and Java script. -Experience in Linux Provide Installation, administration and maintenance support primarily for DB2 UDB Database systems and related products in a fast paced production environment. -Ideal candidate s ...
CareerGuruz.Com - careerguruz.com · Rank: 13,275 · 19 references
|
|
Linux DB2备份恢复
1 day ago
by mcadu
通过如下备份脚本备份的数据库进行恢复 备份脚本: . /home/db2admin/sqllib/db2profile db2 backup db datedb online to /dbbackup/date include logs cd /dbbackup/datetoday=`date +”%Y%m%d”` file1=”*$today*” ftpfile=`ls $file1` echo $ftpfile lftp -c “open ftp地址;user 用户名密码 @\$0;put $ftpfile” find /dbbackup/date -ctime +15 -exec rm ...
Mcadu_Blog'S - mcadu.com
|