shared pool was aged out and it had to parse from disk which is bad.
I have too many hard parse, I have been reading some of the post in asktom and he has mentioned that try to increase session_cached_cursor to some positive number, right now, it's =0 on my database.
Any inputs???
as always, thanks for everything
Last edited by learning_bee; 12-15-2004 at 10:28 AM.
I thought the same thing and the users disagree and they said it's not the bind variable issues. beside Oracle doesn't use the same execution plan so that it has to parse the new one, what is the other reasons that could make the high parse??? could it be locking issues???
How can I prove to these stubbron users.
Last edited by learning_bee; 12-15-2004 at 05:21 PM.
Originally posted by learning_bee I thought the same thing and the users disagree and they said it's not the bind variable issues. beside Oracle doesn't use the same execution plan so that it has to parse the new one, what is the other reasons that could make the high parse??? could it be locking issues???
Bookmarks