QUES: During a Unix voulme group backup on AIX,
would the database still be opened for normal activities? Or should the database be opened for normal activities?
The database should not be backed up using a regular OS backup. Sure, the database can be up during a backup, but you must use a hot-backup mehtodology. See http://dbasupport.com/oracle/scripts...ry/Hot_Backup/ for various examples.
Not necessarily. You can perform a hot backup with a combination of OS and Oracle commands. Sure, the safest way is with the database shut down, but who can shutdown their server for an hour?
At work (when I had a job) we had ScoUnix Servers running 8i using BackUPEdge backup software, and NT4 Servers running 8i and using Veritas Backup Exec. We did a hotbackup on the Unix servers every night. The Backup edge software would lock the database during backup preventing other clients from getting access. In the end we had to shutdown the database during hotbackup.
Hotbackup is good if you run a 24/7 operation and cant afford to take the database offline.
Bookmarks