Sunteți pe pagina 1din 1

shal ini terjadi setelah undotabalespace (UNDOTBS201.dbf) dihapus manual.....

maka oracle tidak bisa di open.


solusinya adalah....... <ikuti cara2 berikut ini>
atau masuk ke (http://dimasprima.wordpress.com/2008/10/21/ora-01157-and-ora-0111
0-solutions/)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------
SQL> startup
ORACLE instance started.
Total System Global Area 289406976 bytes
Fixed Size 1248600 bytes
Variable Size 109052584 bytes
Database Buffers 176160768 bytes
Redo Buffers 2945024 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
ORA-01110: data file 6: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS201.DBF'

SQL> drop tablespace data;


drop tablespace data
*
ERROR at line 1:
ORA-01109: database not open

SQL> shutdown immediate


ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 289406976 bytes
Fixed Size 1248600 bytes
Variable Size 109052584 bytes
Database Buffers 176160768 bytes
Redo Buffers 2945024 bytes
Database mounted.
SQL> alter database datafile 'C:\oracle\product\10.2.0\oradata\orcl\UNDOTBS201.d
bf' offline drop;
Database altered.
SQL> alter database open ;
Database altered.
SQL> conn hr/hr
Connected.

S-ar putea să vă placă și