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: ARCHIVELOG mode on UNIX Solaris

Re: ARCHIVELOG mode on UNIX Solaris

From: John P. Higgins <jh33378nospam_at_deere.com>
Date: 1998/03/17
Message-ID: <350F1E76.6B68@deere.com>#1/1

Phillip Mau wrote:
>
> I need to put a database into archivelog mode. But when I go into
> sqlplus and put in "alter database archivelog". It tells me to mount
> the database exclusive? Can someone give me a tip to do this.
>
> Thanks
 

Use svrmgrl instead of sqlplus.
connect internal
Shutdown
startup mount
alter database archivelog
alter database open Received on Tue Mar 17 1998 - 00:00:00 CST

Original text of this message

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