Database could not open [message #444463] |
Mon, 22 February 2010 02:36 |
ttunadi
Messages: 2 Registered: February 2010 Location: Indonesia
|
Junior Member |
|
|
Hi all,
When I tried to startup database, I am getting following error :
SQL> startup;
ORACLE instance started.
Total System Global Area 3076493240 bytes
Fixed Size 733112 bytes
Variable Size 1996488704 bytes
Database Buffers 1073741824 bytes
Redo Buffers 5529600 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '/FES/DBDS/oradata/DBDS/system01.dbf'
SQL>
What should I do to solving this problem ?
Many thanks
|
|
|
|
|
|