How to take insert statements before deleting
cubeguySep 22 2010 — edited Sep 22 2010Hi
I've a some requirement here. I need to take the back up of a table before it's data get deleted.
Example
EMP table
If i need to delete the deptno 20 data, before deleting i need to take the back of them as INSERT statements to the UNIX box. could you please guide to do this.i've had heard that this can be done by UTL_FILE package.I'm not sure how to implement this
Thanks