Hi,
We have 2 databases. One is prod and 2nd is Test.
We need to import Prod database full dump file into Test. We have already having all schemas but, some records modified.
How to import whole database and replace current data?
Can I use TABLE_EXISTS_ACTION=APPEND ? Is this safe to use?
Please advise.
Thanks,
Ramaraju