Re: Export/Import with table partitioning
On the two machines. run the same query on the same tables & partitions TO OUTFILE. If there've been post-import inserts to the second machines, add ...WHERE <datetimecolumn> < <importdate> clauses to queries in the 2nd machine. Compare pairs of query output files with a text comparison tool.
Or mysqldump each table per partition, touch up database names in the dump scripts, load to test databases on either machine, compare the resulting tables with exclusion joins..
Subject
Views
Written By
Posted
1234
August 10, 2022 11:56AM
594
August 10, 2022 01:38PM
534
August 10, 2022 03:00PM
Re: Export/Import with table partitioning
487
August 11, 2022 07:00AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.