Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: No parsing

Re: No parsing

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Mon, 21 Mar 2005 22:39:48 -0000
Message-ID: <01b101c52e66$e54a2270$6702a8c0@Primary>

It would be unusual, but you may have a statement that is making the optimizer run up huge amounts of CPU time in optimizing. (I am assuming that the four things in the main from clause are views, making the query more complex than it seems).

Can you check whether the shadow process is really hung, or whether it is using lots of CPU.

Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html Public Appearances - schedule updated March 9th 2005

Hello All,

One of our client have upgraded their database from 9.2.04 to 9.2.0.6. They are using a CRM software which is generating the below mentioned SQL. Oracle is unable to parse this SQL, infact session starts hanging when we try to execute or generate an explain plan for it. We tried to capture some infiormtion by turning the trace on with even 10046 but no luck. No trace file is getting generated. This application and also the mentioned SQL used to work normal in version 9.2.0.4.

Any help in this regard would be highly appreciated.

Regards
Brajesh

--
http://www.freelists.org/webpage/oracle-l 


--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 21 2005 - 17:43:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US