Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> concerning hard parses
I ran a test with bind variables from sqlplus. I am not sure why Im getting a hard parse.
select object_name
from mytable
where object_name like :object_name
and rownum < 2
4. I then re-initialized the bind variable to a different value and ran it again. I got a hard parse. Shouldn't I get a soft parse since I'm using bind variables?
so that its readable. I attached the results and I attached the 3 scripts I used. I hope this is ok...
![]() |
![]() |