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

Home -> Community -> Usenet -> c.d.o.server -> Re: Urgent Oracle parsing question

Re: Urgent Oracle parsing question

From: Tom Scott <tomscott_at_abac.com>
Date: Mon, 16 Nov 1998 08:05:52 -0800
Message-ID: <36504D60.EEFFEA36@abac.com>


> We are facing extensive performance degradation.
> This is because of Oracle parsing the same SQL
> statements for too many number of times.

Are you using packages or stored procedures/functions? If not, that's the first thing you should do. If you are using packages/procedures, and they keep dropping out of memory, you can pin the most important ones in memory so they don't page out. Received on Mon Nov 16 1998 - 10:05:52 CST

Original text of this message

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