Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Index suppression
Jonathan and Somckit:
The SQL is fairly long so this is going to be a long post. If you have any thoughts on this issue, I would appreciate it.
I can't paste the explain plans as they get formatted so badly they are not readable..
Here is the SQL. I have highlighted my change in blue (down at the bottom of the SQL)
SELECT tran.FEE_PRD_SLS_KEY as tran_key,
dy.full_dt as shft_dt,
tran.empl_key,
emp.racf_id, emp.lst_nm, emp.prefr_nm,
tran.acct_nbr, mpt.PRDCT_TYP_DSC, tran.chan_hrchy_key, ref.chan_ref_key, tran.FEE_PRD_SLS_CNT, tran.FEE_PRD_SLS_KEY, tran.FEE_PRD_SLS_SEQ_NBR, tran.FEE_PRD_SLS_ADJ_IND, tran.OPERS_CNTR_CDE, tran.SHFT_DY_TM_PERD_KEY, tran.ACCT_KEY, tran.FEE_PRD_SLS_UP_MTH_TM_PERD_KEY, tran.FEE_PRD_SLS_UP_DY_TM_PERD_KEY,
TELSREP.FEE_PRD_SLS tran, TELSREP.chan_hrchy ch, TELSREP.chan_ref ref, TELSREP.mbr_prdct_typ mpt, TELSREP.dy_tm_perd strt, TELSREP.dy_tm_perd end, TELSREP.dy_tm_perd dy, TELSREP.call_cntr_empl_mthly_hist hist, TELSREP.call_cntr_mgmt_hrchy hrchy, TELSREP.call_cntr_empl emp
thank you
Gene Gurevich
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Aug 04 2006 - 15:46:26 CDT
![]() |
![]() |