Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Russ Sivak / Russ Sivak (Russ Sivak)
Created: 11/23/2015
Components: Database
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux CentOS 6.4
Vote Count: 0
Problem Description:
running cfdbiinfo creates an open cursor on the database that doesn't get released in a timely fashion (at least using oracle). This eventually leads to [Macromedia][Oracle JDBC Driver][Oracle]ORA-01000: maximum open cursors exceeded
Steps to Reproduce:
<cfloop from="1" to="10" index="x">
<cfdbinfo
datasource="dsname"
name="result"
type="version">
</cfloop>
Actual Result:
10 cursors get allocated on the database side
Expected Result:
No additional cursors are used after the calls complete.
Any Workarounds:
Get the db version only once per application.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4091165
Reason: PRNeedInfo
External Customer Info:
External Company:
External Customer Name: Russ Sivak
External Customer Email:
External Test Config: Linux, CF11, Oracle 11g
Attachments:
Comments: