Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help:AIX/Oracle 8.1.5 "database cannot be mounted"
Alvaro Fuentes wrote:
>
> Fellow Oracle'rs:
>
> I migrated from a 8.0.5 database to 8.1.5 in an AIX 4.3.3.0 server.
>
> The installation of new components, migration and the
> configuration of Net8 (listener) came as a "Successful".
>
> The instance starts OK, but at the end of the ./dbstart, comes with ".......
> ORA-01102: database cannot be mounted in EXCLUSIVE mode......
> svgmgr> spool off; "
>
> If I do:
>
> sql> ALTER DATABASE myinstancename MOUNT
>
> will come with the same error-message (ORA-01102).
>
> Any pointers about how to track down this problem, any config/init files to
> look, or an alternate procedure to mount the database will be greatly
> appreciated.
>
Try to start the instance by hand:
$ svrmgrl
SVRMGRL> connect internal
SVRMGRL> startup
This will (hopefully) report why the database cannot be mounted. Probably one or more of the control files aren't found. Or data files are in the wrong locations.
Uwe
-- Uwe Schneider | Telefon +49 7244 / 609504 Karlsdorfer Str. 31 | Mail uwe_at_richard-schneider.de DE-76356 Weingarten | http://www.richard-schneider.de/uwe Linux - OS al dente!Received on Sun Oct 14 2001 - 12:03:00 CDT
![]() |
![]() |