"Exectution" field not updated in V$SQLAREA [message #285765] |
Wed, 05 December 2007 09:07 |
neilsoncarlos
Messages: 2 Registered: December 2007 Location: sp
|
Junior Member |
|
|
Hello folks,
I´m execution a query in a piece of Java code and I´m not using "binds", i.e., I´m doing the following:
stmt = myConn1.prepareStatement(new_query1 + "'" + custcodeSQL + "'" + new_query2);
But I don´t know why the "Executions" field in sys.v_$sqlarea doesn´t not increment as I execute the code more the once. "Executions" field is "1" no matter how many times I execute the query. It should happen when I use binds, right?
Does anyone know why it´s happening?
thanks a lot!
Neilson
|
|
|
|
|
|