Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: deleted undotbs01.dbf...
Alexander Skwar wrote:
> DA Morgan <damorgan_at_psoug.org> wrote:
>> Stefan Wetter wrote:
>>> If RMAN is the only way to do a secure full backup, can you point me to >>> a good tutorial how to start with RMAN? Thanks! >>> >>> Stefan >> $ rman target / catalog <user_id>/<password>@<repository_db> >> RMAN> create catalog tablespace <tablespace_name>; >> RMAN> register database; >> RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; >> RMAN> backup database plus archivelog;
It is a starting point. It doesn't do this either:
RMAN> RUN
{ ALLOCATE CHANNEL d1 DEVICE TYPE DISK FORMAT '/home/oracle/backup1/%U'; ALLOCATE CHANNEL d2 DEVICE TYPE DISK FORMAT '/home/oracle/backup2/%U'; # AS COPY is default when backing up to disk BACKUP DATABASE PLUS ARCHIVELOG; }
But is is more than enough to have a secure backup while studying a tutorial and learning more about RMAN.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Aug 02 2007 - 09:37:34 CDT
![]() |
![]() |