- Posts: 3957
What is a physical backup in Oracle?
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
2 weeks 5 days ago #3304
by ekatsa
What is a physical backup in Oracle? was created by ekatsa
What is a physical backup in Oracle?
Please Log in to join the conversation.
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
- Posts: 3957
2 weeks 5 days ago - 2 weeks 5 days ago #3305
by ekatsa
Replied by ekatsa on topic What is a physical backup in Oracle?
Physical backups are backups of the physical files used in storing and recovering your database, such as datafiles, control files, and archived redo logs. Ultimately, every physical backup is a copy of files storing database information to some other location, whether on disk or some offline storage such as tape.on physical backup, can be the cold
What is cold backup in Oracle?
Cold backup. A cold backup is taken by shutting down the database first, and then backing up all data, log and control files of the database.
Because the database has to be shut down first, this is also referred to as offline backup.
What is cold backup in Oracle?
Cold backup. A cold backup is taken by shutting down the database first, and then backing up all data, log and control files of the database.
Because the database has to be shut down first, this is also referred to as offline backup.
Last edit: 2 weeks 5 days ago by ekatsa.
Please Log in to join the conversation.
Time to create page: 0.181 seconds