Ok im using following command in a backup job.
The problem is that after the quiesce cmd on the db, no can connect to any of the other databases in the instance.
I thought that only the database would be in quiesce mode?
Quote:
db2 <<EOF
CONNECT TO $DB
QUIESCE DATABASE IMMEDIATE FORCE CONNECTIONS
CONNECT RESET
BACKUP DATABASE $DB TO "$TMPPATH"
CONNECT TO $DB
UNQUIESCE DATABASE
CONNECT RESET
TERMINATE
EOF
|
jhp
black_