ADSM-L

Re: Backing up a 150GB Oracle DB on a datawarehouse server

2005-03-28 11:14:29
Subject: Re: Backing up a 150GB Oracle DB on a datawarehouse server
From: Andreas Almroth <almrot_a AT MTNCAMEROON DOT NET>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 28 Mar 2005 17:12:16 +0100
Luc Beaudoin wrote:

Hi all

I have to take a new Oracle server (AIX), it's our new Datawarehouse
server ....

I know that I have to stop the Oracle DB before the backup and restart it
after. ..


Well, you really don't need to take if offline at all, depending on how
much work you are willing to spend on configuring the backup.
Most of the DWH systems I have worked on had to be up at all time, as
they constantly processed new inputs from other systems, so you would
probably need to do hot backups. Unless you can have a backup window
that is.

My question is .. the DB has to be up and running as fast as it could ...
so what should be the best way to take that Oracle DB in backup (incr,
image, snapshot or ???)


If you have the TDP for Oracle, it is easy, use Oracle RMAN to do online
incremental 0 and 1 backups, with archive logs. The database will never
have to be taken offline.

If you don't have TDP, well then you can do the good ole' Oracle backup
using some shell scripting. Essentially you would use a prebackup script
to put all tablespaces in backup mode, then backup all files and archive
log files, and the postbackup script would put all tablespaces back in
normal mode.

Regardless of method you will not have to take the database offline.

/A

<Prev in Thread] Current Thread [Next in Thread>