could you give me any tutorial for using any of such tools? (it should be for heterogeneous databases)
I am not able to find any tools from the link you specified.
Could you help me out on this?
Arun Prasath
Ranch Hand
Joined: May 23, 2007
Posts: 80
posted
0
is there difference between checksum in oracle and checksum in informix?
It will be great if i am able to find the checksum for the table in both Oracle and informix. Will this ( i.e. checksum) be useful to find if the replicated DB is consistent with source DB, in the heterogenous environment?
could you give me any tutorial for using any of such tools? (it should be for heterogeneous databases)
No, but there is sure to be plenty of documentation available for any of these tools. I'd start by reading that (after you choose which one you want to use of course).
Arun Prasath
Ranch Hand
Joined: May 23, 2007
Posts: 80
posted
0
ok..
is there any significant difference checksum ( for table ) in oracle and informix?
I'm not sure how you generate a checksum for an entire table in Oracle, its not something I've heard of people doing. I know Oracle can use checksums to compare data blocks, but I can't think how you could use this and how you could compare anything other than another Oracle database anyway. Any reason you want to use a checksum rather than a database diffing tool?
Arun Prasath
Ranch Hand
Joined: May 23, 2007
Posts: 80
posted
0
ok. thanks for your reply..
My Problem: After performing replication on the heterogeneous databases (done only once for application migration), I should check the consistency in the database. I need to verify if all the columns and rows are not corrupted.
Possible solution: Here i need to use the generic solution for few heterogeneous databases to verify and validate the data in the databases.
Is there any algorithm (in java ) to achieve this ? It could be using checksum or any other tactics..
could you help me out on this?
Arun Prasath
Ranch Hand
Joined: May 23, 2007
Posts: 80
posted
0
Pual,
Could you suggest me any optimal solution for the problem i explained above?