Database Tuning (MOSC)

MOSC Banner

stored outline issue

edited Dec 26, 2010 7:59PM in Database Tuning (MOSC) 5 commentsAnswered
Hi experts,
i have an issues with stored outlines.i am on oracle 9.2.0.1

i created and outline as
CREATE OR REPLACE OUTLINE JOB1 FOR CATEGORY JOB_TBL2 ON
SELECT EMPLID FROM PS_JOB WHERE ACTION LIKE :1 
then
ALTER SESSION SET use_stored_outlines=JOB_TBL2;
after that if i run the query  SELECT EMPLID FROM PS_JOB WHERE ACTION LIKE :1  then my stored outline is used
but if i run as SELECT EMPLID FROM PS_JOB WHERE ACTION LIKE 'HIR' it doesnot use stored outline.

cursor sharing is similar.


Please help.

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

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center