V$SQL_BIND_CAPTURE Does Not Show The Value For Binds Of Type TIMESTAMP
(Doc ID 444551.1)
Last updated on JUNE 09, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 to 11.1.0.6 [Release 9.2 to 11.1]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
The bind value for the column which is defined timestamp(3) is not captured and it is giving NULL for value_string.
The bind value is obtained for all other columns having datatypes except timestamp. The timestamp datatype is captured as WAS_CAPTURED column of V$SQL_BIND_CAPTURE is returned YES.
VALUE_ANYDATA column is populated and the binds are being captured correctly.
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 |