|
Re: Oracle startup problem for deleting data file manually [message #58932 is a reply to message #58930] |
Wed, 15 October 2003 06:21 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Are you operating your database in ARchivelog or Noarchivelog mode ?
How did you delete the datafile ?
Did you try to offline the datafile and startup the database ?
startup mount
alter database datafile 'filename' offline [[drop]];
alter database open;
drop optin is reqauired in NOARchivelog mode.
Do you have backup of the datafile or archivelogs ?
-Thiru
|
|
|