Change by ubTools Support - 15/Jul/07 05:42 PM
|
Field |
Original Value |
New Value |
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
Resolution
|
|
Answered
[ 10
]
|
Change by ubTools Admin - 16/Sep/07 04:09 PM
|
Resolution
|
Answered
[ 10
]
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
Change by ubTools Admin - 16/Sep/07 04:09 PM
|
Issue Type
|
Problem
[ 1
]
|
Oracle - Internals
[ 8
]
|
Change by ubTools Admin - 16/Sep/07 04:10 PM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
Resolution
|
|
Answered
[ 10
]
|
Change by ubTools Admin - 16/Sep/07 04:16 PM
|
Resolution
|
Answered
[ 10
]
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
Change by ubTools Support - 16/Sep/07 04:26 PM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
Resolution
|
|
Answered
[ 10
]
|
Error code:
Current SQL statement for this session:
Oracle kernel function from which the problem is raised:
Process state:
Problem explanation:
As you see in your SQL statement, your bind variables are system generated bind variables. In other words, cursor sharing is enabled in your database.
Also, as seen in the process state, your last wait event is SQL*Net message from dblink. That means a dblink operation had been done before.
Workaround:
Use cursor_sharing=exact
Bug:
Back to top