- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restore Oracle without Catalog and without Control...
Operating System - HP-UX
1822320
Members
5482
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
тАО06-17-2005 01:57 AM
тАО06-17-2005 01:57 AM
Restore Oracle without Catalog and without Control Files
Hi,
Is it possible to restore Oracle DB without Catalog and without Control Files.
Actualy we have only Online backups made with Data Protector and Oracle Integration Agent and Business Copy Agent for SureStore VA.
No Cold backup of raw_devices.
Only Online Full/Incremental made with RMAN.
Is it possible to restore a full Online Backup with RMAN and backups we have ?
Thanks
Is it possible to restore Oracle DB without Catalog and without Control Files.
Actualy we have only Online backups made with Data Protector and Oracle Integration Agent and Business Copy Agent for SureStore VA.
No Cold backup of raw_devices.
Only Online Full/Incremental made with RMAN.
Is it possible to restore a full Online Backup with RMAN and backups we have ?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2005 12:06 AM
тАО06-27-2005 12:06 AM
Re: Restore Oracle without Catalog and without Control Files
Hi Benoit,
Apology for the late reaction, but I had to recover from an eye surgery.
It should be possible to recover a database using RMAN.
Set your environment issuing the command├в . oraenv├в
Connect to the target without a catalog using the command "rman nocatalog"
In RMAN connect to the target, i.e. "connect target /"
Now you see the following:
connected to target database: ORCL(DBID=3885305290)
using target database controlfile instead of recovery catalog
If you don├в t know the DBID, list the backup directory. With the files you can find out your DBID:
orcl_c-3885305290-20050623-00 ├п The number after the ├в c-├в (3885305290) is your DBID.
Connect to the target without a catalog using the command "rman nocatalog"
In RMAN connect to the target, i.e. "connect target /"
set DBID = 3885305290;
startup nomount;
restore spfile from autobackup;
restore controlfile from autobackup;
alter database mount;
recover database; (If you are not in archivelog mode try recover database noredo;)
alter database open resetlogs;
Hope that helps a bit.
Apology for the late reaction, but I had to recover from an eye surgery.
It should be possible to recover a database using RMAN.
Set your environment issuing the command├в . oraenv├в
Connect to the target without a catalog using the command "rman nocatalog"
In RMAN connect to the target, i.e. "connect target /"
Now you see the following:
connected to target database: ORCL(DBID=3885305290)
using target database controlfile instead of recovery catalog
If you don├в t know the DBID, list the backup directory. With the files you can find out your DBID:
orcl_c-3885305290-20050623-00 ├п The number after the ├в c-├в (3885305290) is your DBID.
Connect to the target without a catalog using the command "rman nocatalog"
In RMAN connect to the target, i.e. "connect target /"
set DBID = 3885305290;
startup nomount;
restore spfile from autobackup;
restore controlfile from autobackup;
alter database mount;
recover database; (If you are not in archivelog mode try recover database noredo;)
alter database open resetlogs;
Hope that helps a bit.
Nothing is more successfull as failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2005 05:01 AM
тАО06-27-2005 05:01 AM
Re: Restore Oracle without Catalog and without Control Files
Hi,
I think not.
And beside either a catalog or the controlfile you would need the archivelogs as well.
If you use the controlfile to register your backups, even your current controlfile might be of help, if the backup you like to restore is still registered in there. So you might not need the one from the time of your backup if you are lucky.
Volker
I think not.
And beside either a catalog or the controlfile you would need the archivelogs as well.
If you use the controlfile to register your backups, even your current controlfile might be of help, if the backup you like to restore is still registered in there. So you might not need the one from the time of your backup if you are lucky.
Volker
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