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 Noarchivelog mode

Re: RMAN Noarchivelog mode

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 28 Mar 2003 23:46:30 +0800
Message-ID: <3E846E56.37EA@yahoo.com>


shastri wrote:
>
> Hi all,
> I am working on oracle9i.The database is installed long back..I think
> the mode is set to noarchivelog mode.
> For any of backup commands it is giving me the error as
> "ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode"
> now my question is
> how to change the mode to ARCHIVELOG ...
>
> any suggestions will be of great help for me...
>
> shastri
> Darmstadt,Germany

  1. shutdown
  2. startup mount
  3. alter database archivelog
  4. alter database open
  5. long hard read of backup/recovery concepts
  6. backup/recovery training course

hth
connor

-- 
=========================
Connor McDonald
http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue"
Received on Fri Mar 28 2003 - 09:46:30 CST

Original text of this message

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