Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to mount database exclusive in Personal 7
The problem is probably more that the database is open, rather than mounted.
Shut the database down, issue a startup mount, then perform the alter
database archivelog. I must say, though, I've never seen anyone want to
archive PO, so I don't even know if it's possible. However, give it a go and
see if it works.
HTH. Pete
nikko wrote:
> I started the database, the apply the following to active archivelog. How
> do I then mount the database exclusively ?
>
> SQL> alter database archivelog;
> alter database archivelog
> *
> ERROR at line 1:
> ORA-01126: database must be mounted EXCLUSIVE and not open for this
> operation
--
Regards
Pete
Peter Sharman Email: psharman_at_us.oracle.com WISE Course Development Manager Phone: +1.650.607.0109 (int'l) Worldwide Internal Services Education (650)607 0109 (local)San Francisco
"Controlling application developers is like herding cats."
Kevin Loney, ORACLE DBA Handbook
"Oh no it's not! It's much harder than that!"
Bruce Pihlamae, long term ORACLE DBA
![]() |
![]() |