Advertisement

03.31.2008 at 11:39AM PDT, ID: 23283494
[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!

8.4

Noarchivelog mode recovery failure

Asked by rhinoceros in Oracle 10.x, Oracle Database

I am the beginner of 10g

1. Just created one new database (noarchivelog mode) forTESTING, and take a backup, and then run the recover procedure. it has some errors on Perform Recovery: Restore Control File
ERROR
The operation for restoring control file has failed. (please see the attached code)


2. If the instance is stpped (no mount), how to use sqlplus to startup database again ? Because I failed to log in sqlplus again as following error
ERROR:
OREA-12528: TNS listener: all appropriate instance are blocking new connections


3. Why the instance is always closed (mount only) after server reboot ? I MUST click to open datatbase again.


Thanks !Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
Recovery Manager: Release 10.2.0.1.0 - Production on Mon Mar 31 20:29:55 2008
 
 
 
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
 
 
 
RMAN> 
 
echo set on
 
 
 
 
 
RMAN> set dbid 3701136491;
 
executing command: SET DBID
 
 
 
 
 
RMAN> set echo off;
 
echo set off
 
 
 
RMAN> 
 
connected to target database:  (not mounted)
 
using target database control file instead of recovery catalog
 
 
 
RMAN> 
 
echo set on
 
 
 
 
 
RMAN> set controlfile autobackup format for device type disk to 'C:\oraclebackup\first\autobackup\%F';
 
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
 
 
 
 
 
RMAN> run {
 
2> allocate channel oem_restore type disk;
 
3> restore controlfile from autobackup;
 
4> }
 
allocated channel: oem_restore
 
channel oem_restore: sid=156 devtype=DISK
 
 
 
Starting restore at 31-MAR-08
 
 
 
recovery area destination: C:\oracle\product\10.2.0/flash_recovery_area
 
database name (or database unique name) used for search: SAMPLE
 
channel oem_restore: no autobackups found in the recovery area
 
channel oem_restore: looking for autobackup on day: 20080401
 
channel oem_restore: looking for autobackup on day: 20080331
 
channel oem_restore: looking for autobackup on day: 20080330
 
channel oem_restore: looking for autobackup on day: 20080329
 
channel oem_restore: looking for autobackup on day: 20080328
 
channel oem_restore: looking for autobackup on day: 20080327
 
channel oem_restore: looking for autobackup on day: 20080326
 
channel oem_restore: no autobackup in 7 days found
 
released channel: oem_restore
 
RMAN-00571: ===========================================================
 
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
 
RMAN-00571: ===========================================================
 
RMAN-03002: failure of restore command at 03/31/2008 20:29:59
 
RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
 
 
 
 
 
RMAN> exit;
 
 
 
Recovery Manager complete.
[+][-]03.31.2008 at 11:51AM PDT, ID: 21247998

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.31.2008 at 11:52AM PDT, ID: 21248019

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.31.2008 at 11:57AM PDT, ID: 21248053

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.01.2008 at 12:34AM PDT, ID: 21251914

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.01.2008 at 01:06AM PDT, ID: 21252066

View this solution now by starting your 7-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

Zones: Oracle 10.x, Oracle Database
Sign Up Now!
Solution Provided By: rolutola
Participating Experts: 1
Solution Grade: A
 
 
[+][-]04.01.2008 at 02:01AM PDT, ID: 21252271

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.03.2008 at 06:06PM PDT, ID: 22639074

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]10.07.2008 at 02:50PM PDT, ID: 22664234

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628