Dictates which action to take when the redo log capacity is exceeded.
            
| C# | Visual Basic | Visual C++ | J# | 
public enum RedoLogCapacityExceededPolicy
Public Enumeration RedoLogCapacityExceededPolicy
public enum class RedoLogCapacityExceededPolicy
public enum RedoLogCapacityExceededPolicy
| Member | Description | 
|---|---|
| BlockOperations | 
            Block operations until redo log size will decrease.
              | 
| DropOldest | 
            Drop oldest pending item in the redo log.
              | 
