Re: RMAN and Oracle Std Edition
- From: Dwayne Cox <dwaynec@xxxxxxxxxxxxxx>
- To: mkb125@xxxxxxxxx
- Date: Tue, 29 Jul 2008 12:31:00 -0400
Hi
Our setup is pretty basic. We are using SE 10gR2 and RMAN for our
backups. I have configured RMAN to backup to disk then the sys admins
backup the directories to tape once a week using Veritas. Oracle has
not been configured to work with the tape system. Like I said, basic
but it seems to do the job.
dwayne
mkb wrote:
Hi,
Is anyone using Oracle Std Edition 10gR2 and RMAN? I'm trying to figure out what limitations their are with this setup. I know with the EE edition that I can backup directly to tape but I've been told this is not the case with SE.
My thoughts are that I'd have to do something like this first:
# Backup to disk first...
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/...../....';
BACKUP device type disk datafile 1,.....n;
# Then backup to tape, like this:
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS '......';
BACKUP device type SBT BACKUPSET ALL;
If you do have SE and are using RMAN, how are you doing your backups?
--
mohammed
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
- References:
- RMAN and Oracle Std Edition
- From: mkb
Other related posts:
- » RMAN and Oracle Std Edition
- » Re: RMAN and Oracle Std Edition
- » Re: RMAN and Oracle Std Edition
- » RE: RMAN and Oracle Std Edition
- » Re: RMAN and Oracle Std Edition
- » Re: RMAN and Oracle Std Edition
- » Re: RMAN and Oracle Std Edition
Hi,Is anyone using Oracle Std Edition 10gR2 and RMAN? I'm trying to figure out what limitations their are with this setup. I know with the EE edition that I can backup directly to tape but I've been told this is not the case with SE.
My thoughts are that I'd have to do something like this first: # Backup to disk first... CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY; CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/...../....'; BACKUP device type disk datafile 1,.....n; # Then backup to tape, like this: CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS '......'; BACKUP device type SBT BACKUPSET ALL; If you do have SE and are using RMAN, how are you doing your backups? -- mohammed--
http://www.freelists.org/webpage/oracle-l
- RMAN and Oracle Std Edition
- From: mkb