i tried the force option but it gave out the same error
Main Topics
Browse All TopicsHI
My server was moved from open place to another.after that i have been unable to open the database. so i have tried recreating the control files . i have created the controlfiles succesfullt but when trying to open the database i am getting this error
ORA-01092: ORACLE instance terminated. Disconnection forced
any suggestions
C:\>SQLPLUS
SQL*Plus: Release 9.2.0.1.0 - Production on Thu Aug 21 11:11:41 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter user-name: sys/saapp@srasdev as sysdba
Connected to an idle instance.
SQL> startup nomount pfile=d:oracle/admin/srasd
ORACLE instance started.
Total System Global Area 1058087636 bytes
Fixed Size 455380 bytes
Variable Size 578813952 bytes
Database Buffers 478150656 bytes
Redo Buffers 667648 bytes
SQL> CREATE CONTROLFILE
2 REUSE DATABASE SRASDEV
3 LOGFILE GROUP 1 ('D:/ORACLE/ORADATA/SRASDE
4 GROUP 2 ('D:/ORACLE/ORADATA/SRASDE
5 GROUP 3 ('D:/ORACLE/ORADATA/SRASDE
6 NORESETLOGS
7 DATAFILE 'D:/ORACLE/ORADATA/SRASDEV
8 'D:/ORACLE/ORADATA/SRASDEV
9 'D:/ORACLE/ORADATA/SRASDEV
10 'D:/ORACLE/ORADATA/SRASDEV
11 'D:/ORACLE/ORADATA/SRASDEV
12 'D:/ORACLE/ORADATA/SRASDEV
13 'D:/ORACLE/ORADATA/SRASDEV
14 'D:/ORACLE/ORADATA/SRASDEV
15 'D:/ORACLE/ORADATA/SRASDEV
16 'D:/ORACLE/ORADATA/SRASDEV
17 'D:/ORACLE/ORADATA/SRASDEV
18 'D:/ORACLE/ORADATA/SRASDEV
19 'D:/ORACLE/ORADATA/SRASDEV
20 'D:/ORACLE/ORADATA/SRASDEV
21 MAXLOGFILES 50
22 MAXLOGMEMBERS 5
23 MAXLOGHISTORY 400
24 MAXDATAFILES 200
25 MAXINSTANCES 6
26 ARCHIVELOG;
CREATE CONTROLFILE
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01160: file is not a data file
ORA-01110: data file : 'D:/ORACLE/ORADATA/SRASDEV
SQL> CREATE CONTROLFILE
2 REUSE DATABASE SRASDEV
3 LOGFILE GROUP 1 ('D:/ORACLE/ORADATA/SRASDE
4 GROUP 2 ('D:/ORACLE/ORADATA/SRASDE
5 GROUP 3 ('D:/ORACLE/ORADATA/SRASDE
6 NORESETLOGS
7 DATAFILE 'D:/ORACLE/ORADATA/SRASDEV
8 'D:/ORACLE/ORADATA/SRASDEV
9 'D:/ORACLE/ORADATA/SRASDEV
10 'D:/ORACLE/ORADATA/SRASDEV
11 'D:/ORACLE/ORADATA/SRASDEV
12 'D:/ORACLE/ORADATA/SRASDEV
13 'D:/ORACLE/ORADATA/SRASDEV
14 'D:/ORACLE/ORADATA/SRASDEV
15 'D:/ORACLE/ORADATA/SRASDEV
16 'D:/ORACLE/ORADATA/SRASDEV
17 'D:/ORACLE/ORADATA/SRASDEV
18 'D:/ORACLE/ORADATA/SRASDEV
19 'D:/ORACLE/ORADATA/SRASDEV
20 'D:/ORACLE/ORADATA/SRASDEV
21 MAXLOGFILES 50
22 MAXLOGMEMBERS 5
23 MAXLOGHISTORY 400
24 MAXDATAFILES 200
25 MAXINSTANCES 6
26 ARCHIVELOG;
CREATE CONTROLFILE
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01160: file is not a data file
ORA-01110: data file : 'D:/ORACLE/ORADATA/SRASDEV
SQL> CREATE CONTROLFILE
2 REUSE DATABASE SRASDEV
3 LOGFILE GROUP 1 ('D:/ORACLE/ORADATA/SRASDE
4 GROUP 2 ('D:/ORACLE/ORADATA/SRASDE
5 GROUP 3 ('D:/ORACLE/ORADATA/SRASDE
6 NORESETLOGS
7 DATAFILE 'D:/ORACLE/ORADATA/SRASDEV
8 'D:/ORACLE/ORADATA/SRASDEV
9 'D:/ORACLE/ORADATA/SRASDEV
10 'D:/ORACLE/ORADATA/SRASDEV
11 'D:/ORACLE/ORADATA/SRASDEV
12 'D:/ORACLE/ORADATA/SRASDEV
13 'D:/ORACLE/ORADATA/SRASDEV
14 'D:/ORACLE/ORADATA/SRASDEV
15 'D:/ORACLE/ORADATA/SRASDEV
16 'D:/ORACLE/ORADATA/SRASDEV
17 'D:/ORACLE/ORADATA/SRASDEV
18 'D:/ORACLE/ORADATA/SRASDEV
19 'D:/ORACLE/ORADATA/SRASDEV
20 MAXLOGFILES 50
21 MAXLOGMEMBERS 5
22 MAXLOGHISTORY 400
23 MAXDATAFILES 200
24 MAXINSTANCES 6
25 ARCHIVELOG;
Control file created.
SQL> alter database open
2 ;
alter database open
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 2 needs media recovery
ORA-01110: data file 2: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 3 needs media recovery
ORA-01110: data file 3: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 4 needs media recovery
ORA-01110: data file 4: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 5 needs media recovery
ORA-01110: data file 5: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 6 needs media recovery
ORA-01110: data file 6: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 7 needs media recovery
ORA-01110: data file 7: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 8 needs media recovery
ORA-01110: data file 8: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 9 needs media recovery
ORA-01110: data file 9: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 10 needs media recovery
ORA-01110: data file 10: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 12 needs media recovery
ORA-01110: data file 12: 'D:\ORACLE\ORADATA\SRASDEV
SQL> recover datafile 'd:/oracle/oradata/srasdev
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
SQL>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
01092, 00000, "ORACLE instance terminated. Disconnection forced"
// *Cause: The instance this process was connected to was terminated
// abnormally, probably via a shutdown abort. This process
// was forced to disconnect from the instance.
// *Action: Examine the alert log for more details. When the instance has been
// restarted, retry action.
Can you look again? And please paste the infor fram last start in the alert log. The only way I can see that a 1092 wouldn't leave any trace in the alert log would be that your oracle user can't write to it.
If there is a 1092 error -
Database was shutdown abrubtly, but some parts of it are still running
This can occur if one of the files being aceessed is not available or busy.
I've found that I still need to do a "SHUTDOWN ABORT" and then start over with:
startup pfile=d:oracle/admin/srasd
btw stratup force does nothing more than shutdown abort followed by a startup,
do you have an alert log? post the db creation an db open portions of the log
how were your files moved? were they moved from one file system to another?
was the database shutdown cleanly when the files were moved?
are you in archive log mode? did you put the TS in backup mode if you made an open copy of your db files?
are you local admin on that machine and membe of the ora_dba group?
Business Accounts
Answer for Membership
by: Bigfam5Posted on 2003-08-21 at 09:14:41ID: 9196625
Since you have already recover you datafiles, why don't you try to STARTUP with the FORCE option