[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

08/21/2003 at 08:14AM PDT, ID: 20716265
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

ORA-01092: ORACLE instance terminated. Disconnection forced

Asked by PRASHANTHNUTAKKI in Oracle 3rd Party Tools

Tags: oracle, instance, disconnection, forced

HI
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/srasdev/pfile/init.ora
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/SRASDEV/REDO01.LOG'),
  4             GROUP 2 ('D:/ORACLE/ORADATA/SRASDEV/REDO02.LOG'),
  5             GROUP 3 ('D:/ORACLE/ORADATA/SRASDEV/REDO03.LOG')
  6     NORESETLOGS
  7     DATAFILE 'D:/ORACLE/ORADATA/SRASDEV/CWMLITE01.DBF',
  8              'D:/ORACLE/ORADATA/SRASDEV/DRSYS01.DBF',
  9              'D:/ORACLE/ORADATA/SRASDEV/EXAMPLE01.DBF',
 10              'D:/ORACLE/ORADATA/SRASDEV/INDX01.DBF',
 11              'D:/ORACLE/ORADATA/SRASDEV/SAAS_POW_DATA01.DBF',
 12              'D:/ORACLE/ORADATA/SRASDEV/SAAS_TESTDATA_DATA01.DBF',
 13              'D:/ORACLE/ORADATA/SRASDEV/SAAS_UNIV_DATA01.DBF',
 14              'D:/ORACLE/ORADATA/SRASDEV/SAAS_WEBREF_DATA01.DBF',
 15              'D:/ORACLE/ORADATA/SRASDEV/SIS_DB_DATA01.DBF',
 16              'D:/ORACLE/ORADATA/SRASDEV/SYSTEM01.DBF',
 17              'D:/ORACLE/ORADATA/SRASDEV/TEMP01.DBF',
 18              'D:/ORACLE/ORADATA/SRASDEV/TOOLS01.DBF',
 19              'D:/ORACLE/ORADATA/SRASDEV/UNDOTBS01.DBF',
 20              'D:/ORACLE/ORADATA/SRASDEV/USERS01.DBF'
 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/TEMP01.DBF'


SQL> CREATE CONTROLFILE
  2     REUSE DATABASE SRASDEV
  3     LOGFILE GROUP 1 ('D:/ORACLE/ORADATA/SRASDEV/REDO01.LOG'),
  4             GROUP 2 ('D:/ORACLE/ORADATA/SRASDEV/REDO02.LOG'),
  5             GROUP 3 ('D:/ORACLE/ORADATA/SRASDEV/REDO03.LOG')
  6     NORESETLOGS
  7     DATAFILE 'D:/ORACLE/ORADATA/SRASDEV/CWMLITE01.DBF',
  8              'D:/ORACLE/ORADATA/SRASDEV/DRSYS01.DBF',
  9              'D:/ORACLE/ORADATA/SRASDEV/EXAMPLE01.DBF',
 10              'D:/ORACLE/ORADATA/SRASDEV/INDX01.DBF',
 11              'D:/ORACLE/ORADATA/SRASDEV/SAAS_POW_DATA01.DBF',
 12              'D:/ORACLE/ORADATA/SRASDEV/SAAS_TESTDATA_DATA01.DBF',
 13              'D:/ORACLE/ORADATA/SRASDEV/SAAS_UNIV_DATA01.DBF',
 14              'D:/ORACLE/ORADATA/SRASDEV/SAAS_WEBREF_DATA01.DBF',
 15              'D:/ORACLE/ORADATA/SRASDEV/SIS_DB_DATA01.DBF',
 16              'D:/ORACLE/ORADATA/SRASDEV/SYSTEM01.DBF',
 17              'D:/ORACLE/ORADATA/SRASDEV/TOOLS01.DBF',
 18              'D:/ORACLE/ORADATA/SRASDEV/UNDOTBS01.DBF',
 19              'D:/ORACLE/ORADATA/SRASDEV/TEMP01.DBF',
 20              'D:/ORACLE/ORADATA/SRASDEV/USERS01.DBF'
 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/TEMP01.DBF'


SQL> CREATE CONTROLFILE
  2     REUSE DATABASE SRASDEV
  3     LOGFILE GROUP 1 ('D:/ORACLE/ORADATA/SRASDEV/REDO01.LOG'),
  4             GROUP 2 ('D:/ORACLE/ORADATA/SRASDEV/REDO02.LOG'),
  5             GROUP 3 ('D:/ORACLE/ORADATA/SRASDEV/REDO03.LOG')
  6     NORESETLOGS
  7     DATAFILE 'D:/ORACLE/ORADATA/SRASDEV/CWMLITE01.DBF',
  8              'D:/ORACLE/ORADATA/SRASDEV/DRSYS01.DBF',
  9              'D:/ORACLE/ORADATA/SRASDEV/EXAMPLE01.DBF',
 10              'D:/ORACLE/ORADATA/SRASDEV/INDX01.DBF',
 11              'D:/ORACLE/ORADATA/SRASDEV/SAAS_POW_DATA01.DBF',
 12              'D:/ORACLE/ORADATA/SRASDEV/SAAS_TESTDATA_DATA01.DBF',
 13              'D:/ORACLE/ORADATA/SRASDEV/SAAS_UNIV_DATA01.DBF',
 14              'D:/ORACLE/ORADATA/SRASDEV/SAAS_WEBREF_DATA01.DBF',
 15              'D:/ORACLE/ORADATA/SRASDEV/SIS_DB_DATA01.DBF',
 16              'D:/ORACLE/ORADATA/SRASDEV/SYSTEM01.DBF',
 17              'D:/ORACLE/ORADATA/SRASDEV/TOOLS01.DBF',
 18              'D:/ORACLE/ORADATA/SRASDEV/UNDOTBS01.DBF',
 19              'D:/ORACLE/ORADATA/SRASDEV/USERS01.DBF'
 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\SYSTEM01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/system01.dbf';
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\UNDOTBS01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/undotbs01.dbf';
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\CWMLITE01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/cwmlite01.dbf';
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\DRSYS01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/drsys01.dbf';
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\EXAMPLE01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/example01.dbf';
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\INDX01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/indx01.dbf';
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\TOOLS01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/tools01.dbf';
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\USERS01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/users01.dbf';
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\SAAS_UNIV_DATA01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/saas_univ_data01.dbf';
Media recovery complete.
SQL> recover datafile 'd:/oracle/oradata/srasdev/saas_POW_DATA01.dbf';
Media recovery complete.
SQL> recover datafile 'd:/oracle/oradata/srasdev/saas_TESTDATA_DATA01.dbf';
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\SIS_DB_DATA01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/SIS_DB_DATA01.dbf';
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\SAAS_WEBREF_DATA01.DBF'


SQL> recover datafile 'd:/oracle/oradata/srasdev/saas_WEBREF_DATA01.dbf';
Media recovery complete.
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced


SQL>
[+][-]01/30/04 02:17 AM, ID: 10234051

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Oracle 3rd Party Tools
Tags: oracle, instance, disconnection, forced
Sign Up Now!
Solution Provided By: PashaMod
Participating Experts: 6
Solution Grade: A
 
 
[+][-]08/21/03 09:14 AM, ID: 9196625

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/21/03 10:04 AM, ID: 9196974

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/21/03 10:06 AM, ID: 9196987

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/21/03 10:59 AM, ID: 9197394

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/31/03 06:33 PM, ID: 9259024

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/01/03 06:12 PM, ID: 9264194

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/28/03 10:32 PM, ID: 9449229

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01/23/04 12:28 AM, ID: 10182268

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091028-EE-VQP-86