- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup recovery
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-24-2010 09:14 PM
тАО05-24-2010 09:14 PM
one of my datafile is corrupted due to hard disk crash. now i have offline backup of whole database taking one month ago. right now i try to take backup of all database from damage hard disk (simply copy paste to another disk)but one datafile is unable to copy paste to another location which is appro 2gb in size. here hpux is os and sap ecc 5.0 and oracle 9.0 is in use
Now my question is
1)how to take backup of corrupted data file from oracle server(if possible)
2)if all copy data is paste to new hard disk and only recover corrupted data file from old offline backup(tape device). then will system run from the current date and with no errors??
How is it possible..??
plz help me...
thanks in advance...!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 01:31 AM
тАО05-25-2010 01:31 AM
Re: backup recovery
if you have all the redologs from your offline backup on, it is possible.
Normally it is impossible to re-attach a
datafile that has been offline for one month
to a current database without having the redologs.
We'll need more information.
- which and how many files are affected?
SAPs "old" tablespace layout did seperate
Indexes and data. So the names of the files
might give a clue.
- do you have redolog backups from the offline backup on until now.
- how does the "corruption" show? Do you have any messages that you can post.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 04:47 AM
тАО05-25-2010 04:47 AM
Re: backup recovery
here we try to copy paste(manually) whatever we r getting from the damage hard disk to another location. data file no 13 is supposed to be corrupted because it cant not paste to another location.this is one reason that i know datafile 13 is corrupted.
- i have backup of redolog files which are just now copy paste manually from the damage hard disk
--old tablespace have same index and data
alert_SID.LOG file is attach with this
plz check it and help me as early as poss
ible
if any other information requied then will provide
thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 05:10 AM
тАО05-25-2010 05:10 AM
Re: backup recovery
What data is in that datafile? Can you run any queries against that data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 05:16 AM
тАО05-25-2010 05:16 AM
Re: backup recovery
the alertlog is not complaining about a
faulty datafile, but some stuff in ORACLE_HOME.
Do a "bdf" and please indicate what filesystems are defective.
If possible, do
ls -l /oracle/???/sapdata*/*_*/*.*
to list all the datafiles.
Indicate which of these files are defective.
As far as redologs are concerned:
You will need all the logs from the backup you made on. Just the ones that are on disk are most likely not enough. You are doing archivelog backups with brarchive, do you?
Please do an
ls -lart /oracle/???/sapbackup | tail -n 10
and
ls -lart /oracle/???/saparch | tail -n 10
and if existing
ls -lart /oracle/???/oraarch | tail -n 10
This is just for me to see, what kind of backups you have available.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 06:27 AM
тАО05-25-2010 06:27 AM
Re: backup recovery
Right now, i have only whole offline backup in tape device, which made one month ago.
-- NO archive backup from that date by brarchive
-- only manual copy archive files backup from damage disk to anothe disk is available
--
-- right now system analyst work with old as well as new hard disks.
sir wht to do??
is there only one solution ie restore old offline backup from tape device???, but it loss the data from that date
is there any other way?
plz do reply
thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 07:31 AM
тАО05-25-2010 07:31 AM
Re: backup recovery
if you do not tell us what is damaged, how
can we evaluate if there is an option
other than loosing one month of work?
And NO, you will not be able to re-integrate
part of that one month old backup into your current system without recovery of archive logs. If you still have them somewhere on disk doesn't matter as long as you have them.
Tape is in the drive now?
I hope it is write protected?
With the information given up to now, I see
no other way than to restore the old backup and loose one month of work.
If on the other hand only index datafiles or tempfiles are defective, there might be a way out.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 09:15 PM
тАО05-25-2010 09:15 PM
Re: backup recovery
now New hard disk are attach and os with file system is ready.
Now i have to recover database from tape device which made one month ago so i tried by using brtools utility of sap
-- initally it shows message related to control files that inconsistancy in two files.
so i did changes parameters of pfile like contol_files location to change single file
-- now system unable to read control file and display error
ora -00205 :error in identifying controlfile.
check alert log for more info this is error message
so now how i can recover my db
some part of alert_sid.log is attach
plz refer and help me
thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 08:15 AM
тАО05-26-2010 08:15 AM
Re: backup recovery
the alertlog clearly shows, that the filename of the controlfile is garbled with esc-sequences. So I guess your terminal emulation when editing the pfile was somewhat inapropriate.
HOW exactly did you do the restore?
In /oracle/???/sapbackup you should find a *.rsb file containing the log of your restore.
grep for "command_line" to get the exact invocation of brrestore you called.
If convenient, please attach the entire restore log.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 08:48 AM
тАО05-26-2010 08:48 AM
Re: backup recovery
the file redhuqtd.rsb is attach.
and through brrestore i restore the data
-- brrestore
even after control file is not identified then i did
-- brrstore -m 0(zero)
then i apply all ther permission to control files
-- chmod 777 (all three control files)
but still i got error at startup force
--ora 00205 error in identifying control file plz chek log file
this is the scnario
if any other information required then provide plz responce as early as possible....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2010 12:41 PM
тАО05-26-2010 12:41 PM
Solutionwell, at least the backup is readable.
You should change the initGMD.ora back to the
original content concerning the control_files parameter. Be sure not to have these esc-sequences inside it.
Maybe delete the entire line and retype it without using cursor keys.
Make sure that the target directories for the
controlfiles exist and are writeable for oragmd.
btw: you hav only an initGMD.ora, or do you have a spfileGMD.ora as well?
Try a repeat of the brrestore -m 0
Check the logs if the file has been copied to all the desired locations.
If not, copy manually from where ever the file had been restored to.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 02:55 AM
тАО05-27-2010 02:55 AM
Re: backup recovery
see your thread http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1432085
I assumed you were using a spfile. What is the oracle version ? do you use an init
for the spfile refer to the other thread.
For an init.ora file (text) use the editor change the file.
startup nomount and check values for your controlfile(s).
SELECT NAME FROM V$CONTROLFILE;
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2010 03:36 AM
тАО05-27-2010 03:36 AM
Re: backup recovery
I sucessfully recover old offline whole database.
Main problem with control files which are damage (2 out of 3).another one is permission problem like owner and read write permission setting to the control files and other files
-here i am using spfile and oracle 9.2 and sap ecc 5.0 and os is HPUX
-- thanks to all
- i still face some major problem which is related to startsap. so now plz help me in other problems which r mention in new thread named 'startsap'
Thanks again ...!
pankaj