René Nyffenegger's collection of things on the web | |
René Nyffenegger on Oracle - Most wanted - Feedback
- Follow @renenyffenegger
|
Diagnostic event 10262 | ||
If this diagnostic event is set, Oracle will not check for
memory leaks.
The amount of leaked bytes to be ignored is specified with the level. In the following example, a memory leak
of less than 2000 bytes is not reported.
event = "10262 trace name context forever, level 2000"
if the level is 1, the memory leak check is totally ignored:
event = "10262 trace name context forever, level 1" |