Database Cursor Leak From ICS.SQL() Calls
(Doc ID 1532615.1)
Last updated on SEPTEMBER 30, 2022
Applies to:
Oracle WebCenter Sites - Version 7.6.0 and laterInformation in this document applies to any platform.
Symptoms
Calls of ICS.SQL(tables, sql, null, -1, false, errstr) leave an open cursor in the Oracle database.
This only happens with ICS objects that were created using an undocumented method Factory.newCS().
Note well: the method Factory.newCS() is not documented, and use of it in custom code is not supported! It is advisable to only use ICS objects made available through API calls or through the <cs:ftcs> tag in managed elements.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |