- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- control file problem
Operating System - HP-UX
1822349
Members
4731
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 12:07 AM
тАО05-26-2010 12:07 AM
control file problem
hi !
i try to restore my offline backup data from my tape device to my system.
-sap ecc 5.0 , hp ux os is in use
now by using Brtools utility i started recovey option but due to changes in my hardware(2 hard disk are replaced due to damage and mount with new filesystem) there is error in control file
ie
-- incositancy in control files showing timestamp
so then i update parameter in pfile ie control files to single file so that oracle server can read single control file and removes insonsitancy but now there is another error mesage ie
--error in identifying control file ora 00205
some part of alertlog is attach
plz go through it and help me to solve the error ragading the control file and procedure of backup of db
any infor requires then provide ..
thanks you...!
i try to restore my offline backup data from my tape device to my system.
-sap ecc 5.0 , hp ux os is in use
now by using Brtools utility i started recovey option but due to changes in my hardware(2 hard disk are replaced due to damage and mount with new filesystem) there is error in control file
ie
-- incositancy in control files showing timestamp
so then i update parameter in pfile ie control files to single file so that oracle server can read single control file and removes insonsitancy but now there is another error mesage ie
--error in identifying control file ora 00205
some part of alertlog is attach
plz go through it and help me to solve the error ragading the control file and procedure of backup of db
any infor requires then provide ..
thanks you...!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 03:11 AM
тАО05-26-2010 03:11 AM
Re: control file problem
Hi
when you say yo restored your offline backup data , were the control file(s) included ?
the error in your alert log suggest the control file is not in the indicated location.
D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf' => is this the control filename ?
earlier in the alert log 3 control files were indicated. If a control file is damaged it can be replaced with a good one (but the database must be shut down).
Regards
Jean-Luc
when you say yo restored your offline backup data , were the control file(s) included ?
the error in your alert log suggest the control file is not in the indicated location.
D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf' => is this the control filename ?
earlier in the alert log 3 control files were indicated. If a control file is damaged it can be replaced with a good one (but the database must be shut down).
Regards
Jean-Luc
fiat lux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 08:57 PM
тАО05-26-2010 08:57 PM
Re: control file problem
Hello,
are there special (wrong) characters in the controlfile name?
Tue May 25 22:16:14 2010
ORA-00202: controlfile: 'oracle [D [D [D [D [D [D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf'
ORA-27037: unable to obtain file status
greetings H.-P.
are there special (wrong) characters in the controlfile name?
Tue May 25 22:16:14 2010
ORA-00202: controlfile: 'oracle [D [D [D [D [D [D/oracle/GMD/origlogA/cntrl/cntrlGMD.dbf'
ORA-27037: unable to obtain file status
greetings H.-P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 02:40 AM
тАО05-27-2010 02:40 AM
Re: control file problem
If the control file information was changed to something oracle does not understand (cf. the non readable characters), you must change it
.
This can be done with :
- shutdown the intance
- startup nomount => the control file is not opened yet.
- alter system set control_files =
'//controlctl1.ctl',
'//controlctl2.ctl'
scope=spfile;
(I used 2 control files but you should probably put 3 as you had originally)
then shutdown/startup
you can check the controlfiles location with :
select name, value from v$spparameter
where name = 'control_files';
Regards
Jean-Luc
.
This can be done with :
- shutdown the intance
- startup nomount => the control file is not opened yet.
- alter system set control_files =
'/
'/
scope=spfile;
(I used 2 control files but you should probably put 3 as you had originally)
then shutdown/startup
you can check the controlfiles location with :
select name, value from v$spparameter
where name = 'control_files';
Regards
Jean-Luc
fiat lux
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP