- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync and Oracle database files
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
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
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
тАО11-29-2005 02:30 AM
тАО11-29-2005 02:30 AM
rsync and Oracle database files
thanks
...Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 02:45 AM
тАО11-29-2005 02:45 AM
Re: rsync and Oracle database files
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 02:52 AM
тАО11-29-2005 02:52 AM
Re: rsync and Oracle database files
It would be better to refresh DEV from your tape backups - that way you kill 2 birds with 1 stone.
1 - refresh DEV
2 - test your backup/restore procedure
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 02:54 AM
тАО11-29-2005 02:54 AM
Re: rsync and Oracle database files
1) Shutdown the production database.
2) Create snapshot vxfs mounts of all the Oracle filesystems. (This takes only seconds per filesystem).
3) Restart the production database
4) Rsync your files.
5) Unmount the snapshot mounts.
You will probably need to rename your directories on the test environment to their production counterparts (e.g. /snap_u01 becomes /u01).
In any event your database will need to be down when the rsync is done but doing a snapshot mount means that you can do this with as little as 2 minutes of production downtime. This does assume that you have already created the snapshot buffer raw volumes for each filesystem before downing the database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 03:12 AM
тАО11-29-2005 03:12 AM
Re: rsync and Oracle database files
if the database can be shutdown (for cold backup, etc...) I believe you can use this method.
Otherwise, you must use RMAN.
cf. http://www.oracle.com/technology/deploy/availability/htdocs/RMAN_Overview.htm
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 01:47 PM
тАО11-29-2005 01:47 PM
Re: rsync and Oracle database files
As others mentioned, if you can afford to have down time for the database then use this method.
But if you have tape backups or disk backup on a different location, then you can just copy from the disk backup or restore from the tape backup to your DEV server.
This will test your backup/restore procedures as Geoff mentioned.
The third oprion for you DEV database refresh is if your database is not very large, then use the logical export and then inport into you dev database. This will tkae more time then the obove options.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2005 08:02 PM
тАО11-29-2005 08:02 PM
Re: rsync and Oracle database files
hth
/M