We have MySQL-> Oracle ETL using Informatica, which is great for all but operators DELETE. Unfortunately, it DELETEmakes the record go away, so Informatica never sees it again to delete / expire it in Oracle.
How did people start writing MySQL statements DELETE?
InnoDB (ACID-compatible) tables with unique primary keys for all records ( auto_increment). We use open source MySQL on Windows.
We would prefer not to use a common query log for performance reasons. We would also prefer to save the MySQL binary and not recompile our own special statement DELETE.
Ted pennings
source
share