Hi ,
I would like to share my experience about the UNDO tablespace problem i faced while running a customised masking scripts
I was involved in resynching the UAT with Production.
The Production was restored on UAT database after recreating the control file.We have a script file which masks the sensitive data on the UAT before bringing to the office.
Its has serious of update statements which updates the column values to zero but unfortunately we had only one commit statement which will be fired at the end of the script
Since the number of records were very high i started hitting the undo tablespace reaching more 6gigs and almost we ran out of space in the system.
se we changed the script to have commit after every DML which resulted in reusing the UNDOTBS
Now i have clearly understood what undo serves for
Regards
Elamaran
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment