|
|
|
Re: How to know the log generation for an update statement [message #622102 is a reply to message #622099] |
Thu, 21 August 2014 02:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
There is no such thing as log creation for an update. You have log creation for database activity and log records generation for a statement. This later information is not directly available. You can investigate the "solutions" I posted.
But the problem is the huge update.
How many is "huge"? what percentage of table?
Maybe another solution than knowing the number of redo records as, anyway, what can you do with this information?
So, once again, "What actual problem are you trying to solve?"
|
|
|