parsed cursor bypass cursor sharing in v$sql
Hi
I have ASH session trace under 11.2.0.4(linux64), in which i see parsing and execution statement with sql_id='bamqrx2y3v4m4'
but after all, I can not find cursor in v$sql with sql_id='bamqrx2y3v4m4'
also, i can see sql text via v$sqltext
is it possible, for some sql not to share parsed version via v$sql?