Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN question.

Re: RMAN question.

From: David Fitzjarrell <oratune_at_aol.com>
Date: Thu, 09 Nov 2000 22:09:06 GMT
Message-ID: <8uf79r$j7j$1@nnrp1.deja.com>

In our last gripping episode vdolt_at_my-deja.com wrote:
> I am running 8.1.6 on NT in noarchivelog mode.
> I was trying to use RMAN to do my backups. Here is the command that
> I've issued and the result:
> RMAN> run{
> 2> allocate channel d1 type disk
> format 'D:\Oracle\admin\auto\exp\FULL_d%d_u%u'
> ;
> 3> sql 'alter system switch logfile';
> 4> backup database;
> 5> }
>
> RMAN-10035: exception raised in RPC: ORA-19602: cannot backup or copy
> active file in NOARCHIVELOG mode
>
> Here is the question: Is there any way to backup a database using
 RMAN,
> while in noarchivelog mode?
> Thanks.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Not while it is open. You will need to shutdown the instance then run your RMAN backup against it. This is why the RMAN catalog is placed in a different instance than the target database.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Nov 09 2000 - 16:09:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US