1-Now you are facing a problem that the db doesn't open
2-log on the db as sys dba
run>cmd>sqlplus username/password as sysdba
3-alter database clear logfile group (number of the lost group file);
such as
alter database clear logfile group 2;
4- open the database
alter database open;
|