HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle 9i and archivelog
Operating System - HP-UX
1830044
Members
5618
Online
109998
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
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
02-07-2006 12:16 AM
02-07-2006 12:16 AM
Re: Oracle 9i and archivelog
hi again!
YES, you will "lose the changes that have been done to the database while the "BACKUP DATABASE" command was running" and also all changes made afterwards.
kind regards
yogeeraj
YES, you will "lose the changes that have been done to the database while the "BACKUP DATABASE" command was running" and also all changes made afterwards.
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 01:24 AM
02-07-2006 01:24 AM
Re: Oracle 9i and archivelog
The question asked is "Why do I want to do this?"
We were first thinking about doing a backup once a week. With this backup strategy, we could afford loosing a week of data and a full backup once a week would suffice.
New requirements have arisen since then (sounds familiar?). Now, backups have do be done once a day and with this strategy we would do daily backups of arhive logs and weekly full backups of the database. This is kinda what you have suggested all along for us, I just has to take a detour to get there :-)
What about this rman script for performing full, weekly backups:
run {
allocate channel t1 type disk;
backup format '/opt/oracle/backup/%d' (database);
sql 'alter system archive log current';
backup arhivelog all delete input format '/opt/oracle/backup/%d-al-%u.%p';
release channel t1;
}
And for daily backups, we'll just drop the "backup ... (database)" command and keep the rest.
Regards,
- Viger -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 09:16 PM
02-08-2006 09:16 PM
Re: Oracle 9i and archivelog
Thanks all for your input on this!
With the comments from you, I have implemented a backup strategy with RMAN. Weekly database backups and daily archive log backups.
Now it only remains to see if we're able to do recovery. Yes, we WILL test this :-)
Regards,
- Viger -
- « Previous
-
- 1
- 2
- Next »
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP