In our AWR report we saw some "select * from TABLE" sql with high number of parses but 0 executions. Can someone please help me why these statements gets parsed. We do not have this SQL statement in application code. There is insert statement present for the table in application code but not "select * from table".
We are using mybatis 3.4.6
Regards, Vijay Maske