Export of the entire database
Antonio, January 20, 2009 - 1:32 pm UTC
We inherited a database server from a merger that did nightly exports also and the performance was just as bad. We implemented RMAN and cut the backup down by 25%. And it's a backup, not an export. Fully recoverable. I say invest the time and implement an RMAN backup.
Pal kar, January 21, 2009 - 2:40 am UTC
The output of export is only 22GB. It is very usefull particulary one or more tables are effected and need to be restored from the backup without the downtime.
January 21, 2009 - 1:02 pm UTC
backups can do that as well, without downtime. In fact a backup could actually be used to restore something to what it was six hours ago, since you messed it up six hours ago - whereas that less than useful export could restore it to what it was 18 hours ago, since that was when you ran the export.
export != backup
It seems unlikely that it would take 9 hours to export 22gb of information unless it was full of LOB/LONG data (which goes slow by slow). I even more suspect "contention on the output device" as the culprit.
pal kar, January 25, 2009 - 3:45 am UTC
Like to clarify, 22GB is compressed .dmp.Z file.
January 25, 2009 - 11:11 am UTC
everything I've said above holds
export is not a backup tool
backups are a backup tool
do proper backups and save a TON on the IO and CPU resources you are burning to do this entirely inferior export.