Managed ODP.NET Fails If InitialLOBFetchSize Is Not Equal To Zero (0)
(Doc ID 1912989.1)
Last updated on FEBRUARY 11, 2019
Applies to:
Oracle Data Provider for .NET - Version 12.1.0.1 and laterInformation in this document applies to any platform.
Symptoms
ODP.NET Managed provider fails with “ORA-01013: user requested cancel of current operation” when we set InitialLOBFetchSize value to nonzero (<> 0) for selecting data over PL/SQL procedure without parameter as sys_refcursor.
But when we select data over Query it succeeded!!. In both circumstance UnManaged provider Works fine
Sample Test Case:
=============
Database Tables & stored procedure creation script:
--------------------------------------------------------
Changes
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 |
Changes |
Cause |
Solution |
References |