Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: RMAN vs EXP/IMP
Vince <vincent@ wrote:
>>Exports are *not* valid backups; it's just the logical structure, >>a backup is about the physical structure.
>>Apart from that - I'd like to see anything as fast as RMAN: it >>*knows* Oracle (and skips empty blocks, to name something)
If you just rely on exports, in case of a disaster, you would need to:
- install the Oracle software (possibly) - patch it to the correct version (possibly) - on Windows: create services. - create a database (hopefully you have notes... or scripts). - import. - check privileges, grants, etc (exports are usually made
as SYSTEM, and do not export SYS stuff...). Often forgotten. - create a backup (you have a new instance!!!). - open the instance for the general public.
Obviously, if your Oracle software tree wasn't affected, no need to reinstall that...
In case of proper backups (_even_ when the Oracle tree is gone!):
- pop in the tape(s) and restore.
- on Windows: create services (although a good backup mechanism
would take case of that, too).
- open the instance for the general public.
Which of these sounds easier, faster and more reliable?
-- Regards, Frank van BortelReceived on Fri Mar 04 2005 - 06:07:48 CST
![]() |
![]() |