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: Horrible Query Performance, Simple Query -- Performance Tuning Help Needed

Re: Horrible Query Performance, Simple Query -- Performance Tuning Help Needed

From: WhiteDog <cchenoweth56_at_msn.com>
Date: 20 Apr 2006 08:18:46 -0700
Message-ID: <1145546326.070848.162850@g10g2000cwb.googlegroups.com>


Here is the HDD_TRAN_2000 Function:

SELECT representation INTO rep

	FROM rsform, rsform_context
	WHERE rsform.rsform_id = rsform_context.rsform_id
		AND rsform_context.context_ncid = 2000
		AND rsform.ncid = ncid_to_translate
		AND rsform_context.preferred_score = 0
		AND rownum = 1;
	RETURN rep;


I'll run the trace with those events and post later today. Received on Thu Apr 20 2006 - 10:18:46 CDT

Original text of this message

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