ORA-600 [17059] error
The application has generated ORA-600 [17059] error in 9.2.0.7 database. I looked up in Metalink for this particular error. Looks like the number of child cursors against a single parent object has reached 32768. I can verify this in the trace file too. The solution in the metalink doc suggest that i should increase the limit to 65536. How can i increase the child cursor limit? The other initialization parameter related to cursors are:
CURSOR_SHARING=exact
CURSOR_SPACE_FOR_TIME=false
OPEN_CURSORS=500
SESSION_CACHED_CURSORS=0
Thanks in advance,
MLRR
CURSOR_SPACE_FOR_TIME=false
OPEN_CURSORS=500
SESSION_CACHED_CURSORS=0
Thanks in advance,
MLRR
0