Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: not able to start Oracle Database
Comments inline...
> I have a database running on Wint - NT. till yesterday it was working
> fine but today user was not able to login. It was giving the error
> ORA-01109 database is initializing or shut down.
The ORA-1109 error just indicates that the database is not open for business. You'll have to open it up before you can proceed.
> Thru svrmgrl when I tried to shut it down by giving the command
>
> shutdown immediate
>
> it gives the message "No database is Open";
> Unmounting the database
Typically, a SHUTDOWN command would close the database first, but in this case it was not open. So the message was information. After the database is closed, it is unmounted. So the above worked as it should have.
> & then when I had given the command startup
> it display on the screen
> Total System Global Area 152016924
> Fixed size 75804
> Variable Size 58261504
> Database Buffer 93601792
> Redo Buffer 77824
> Database Mounted
> ORA-01578 : Oracle Datablock Corrupted (File # 2, Block # 2050)
> ORA - 01110 : Datafile 2: 'D:\ORACLE\ORADATA\ORCL\RBS01.DBF'
This is your problem. You have data block corruption in File#2, which belongs to your rollback tablespace. The easiest thing to do is to restore from a backup.
> I m new to company & there is no backup & Docummentation of this
> package.
Oops.....no backup. That's not good. Since this file is for your rollback segments, recovery without a backup is not impossible. Follow steps similar to these:
HTH,Brian
-- =================================================================== Brian Peasland dba_at_remove_spam.peasland.com Remove the "remove_spam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three"Received on Thu Dec 04 2003 - 08:31:11 CST
![]() |
![]() |