Performance - EBS (MOSC)

MOSC Banner

Performance of a query

edited Aug 3, 2011 1:45AM in Performance - EBS (MOSC) 6 commentsAnswered
Hi,

The below query is being used by a cursor in a stored procedure of a concurrent program.So the concurrent program is taking really long time to complete. 

I am trying to find out ways to improve the performance of this query. Please help !!!

Query:

The table ccpe has

5943462 number of rows

(SELECT  ccpe.location,

                      ccpe.client,

                      ccpe.due_date,

                      ccpe.prod,

                      ccpe.p_number,

                      ccpe.comm_type,

                      ccpe.product,

                      ccpe.loc,

                      ccpe.net_due,

                      (CASE

                          WHEN (TO_DATE (period, 'MON-YYYY') >= :v_cy_date_from

                                                                 AND TO_DATE (period, 'MON-YYYY') <= :v_cy_date_to)

                          THEN

                             1

                          ELSE

                             0

                       END)

                         AS cy_factor,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Performance Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center