Child cursors not shared
Hi,
In database version 11.2.0.1, child cursors are not getting shared and the following mismatch is seen in the below columns in the v$sql_shared_cursor view:-
LANGUAGE_MISMATCH,
ROLL_INVALID_MISMATCH,
BIND_LENGTH_UPGRADEABLE.
The customer has newly installed 11.2.0.1 database and initially he did not face this issue but all of a sudden out of the blue the issue started occurring, are we seeing any BUG here?
Can anybody just throw some light on the following issue?
The application is JDBC and the Operating system is Windows 64bit.
The query is an simple insert query with bind variables.
In database version 11.2.0.1, child cursors are not getting shared and the following mismatch is seen in the below columns in the v$sql_shared_cursor view:-
LANGUAGE_MISMATCH,
ROLL_INVALID_MISMATCH,
BIND_LENGTH_UPGRADEABLE.
The customer has newly installed 11.2.0.1 database and initially he did not face this issue but all of a sudden out of the blue the issue started occurring, are we seeing any BUG here?
Can anybody just throw some light on the following issue?
The application is JDBC and the Operating system is Windows 64bit.
The query is an simple insert query with bind variables.
0