I'm running Oracle 11gR2. When I tried to start Oracle from sqlplus, I got the following errors:
ORA-01110: data file 8: '/dev/raw/raw8'
ORA-01157: cannot identify/lock data file 8 - see DBWR trace file
I used "shutdown abort" to shutdown the Oracle. I am sure that there were 2 sessions committing changes to the database while I was shutting down the Oracle. Is there anyone know how to deal with this problem?
Great thanks for any help!!