Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Accidentally deleted DBF file

SuriAug 10 2012 — edited Aug 10 2012
Hi,

I have installed Oracle 11g in my laptop for practice purpose. (Operating system is windows7).

Accidentally I've deleted one DBF file (which was created by me - file name is VIJI.DBF ). Now when I was logging to database, I'm getting error like
 ORA-01033: ORACLE initialization or shutdown in progress
 Process ID :0
 Session ID: 0 Serial number:0
After that I executed below commands from SQl*Plus
  conn SYS as SYSDBA
  Password : *******

  SQL> SHUTDOWN IMMEDIATE;
           ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.

-- After that I've excuted STARTUP command

SQL> STARTUP;
ORACLE instance started.

Total System Global Area---
----------------------
---------------------
Database mounted.

ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
ORA-01110: data file 6: 'C:\VIJI.DBF'
Please help me to resolve this issue.

Many thanks for the help. Kindly let me know if you need any further information.

Cheers,
Suri
This post has been answered by saurabh on Aug 10 2012
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 7 2012
Added on Aug 10 2012
9 comments
8,870 views