开发者

How do I backup Oracle database (about 1TB size) in VMware without using RMAN?

It's been a while since I am struggling to find a 开发者_C百科backup solution for cold backup of Oracle database on Linux in VMware. I am obviously not looking for entire vm image backup.


You want a cold backup or a hot backup ? Are you using ARCHIVELOG mode or not ? Though, I really do not recommend not using RMAN, that sounds like a crazy thing to me ;)


You may get a better answer on ServerFault. What is the hardware for the underlying storage. A sophisticated RAID setup may allow you to split off a mirror for backup which could minimise the downtime.


If you don't want to use rman ( for whatever reason ). Then your only option is

  1. Shutdown database.
  2. Backup all oracle files ( data files, control files, etc ) using any number of file backup solutions.
  3. Startup database.

Step two is obviously the difficult part.. but this can't really be answered without better knowledge of what hardware your disks are running on.

Given the size of the database, and assuming that you want to minimize downtime, then I'd hope you are running on some kind of filesystem which allows you to take a snapshot, which can then be moved offsite.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜