- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check the snapshot consistency?
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
тАО04-04-2005 01:50 AM
тАО04-04-2005 01:50 AM
How to check the snapshot consistency?
I'd like to check the snapshot consistency between my master and slave databases (Oracle 9.2.0.6 aon HP-UX11.11) in term of data quality.
I.e.: not simply check that the shapshot run correctly and that the master and slave table has the same number of lines, but that the master and slave tables contains the same data.
Take note that my tables contains million of lines.
TIA,
ART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 02:21 AM
тАО04-04-2005 02:21 AM
Re: How to check the snapshot consistency?
What kind of "snapshot" are we talking about?
You could export your production and your "snapshot" and diff them.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 02:27 AM
тАО04-04-2005 02:27 AM
Re: How to check the snapshot consistency?
I think this needs to be posted in a different place.
By snapshot are you trying to tell that you need copies of the tables,can those by exported to a file & compared.
Not sure if this is what you where looking for.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 04:29 AM
тАО04-04-2005 04:29 AM
Re: How to check the snapshot consistency?
If I understand you've created a replication for some/all tables in the master database and you wonder if you can trust it even if the log tells you the refresh is sucesfull ?
This suggests that you will have to write your verification program/SQl script (sum & group) and diff the output. This supposes that the data in the master database is not altered while you run the verification process.
IS this for a once off or a process you want to run all the time ?
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 08:28 PM
тАО04-04-2005 08:28 PM
Re: How to check the snapshot consistency?
your assumptions are corrects.
I'd like to run this check regularly.
(i.e.:montly based)
Rgds,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 08:53 PM
тАО04-04-2005 08:53 PM
Re: How to check the snapshot consistency?
'Materialized view' and 'Snapshot' are synonymous as of 8i. A refresh synchronizes the MVIEW with it's master table.
Attached are two documents that explains the refresh mechanism.
I hope this helps
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2005 08:54 PM
тАО04-04-2005 08:54 PM
Re: How to check the snapshot consistency?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2005 11:20 PM
тАО07-11-2005 11:20 PM