[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2

Stored outlines in Oracle 11g

Asked by TyghLehman in Oracle 11.x Database, Oracle Database, Siebel

Tags: stored outline 11g oracle upgrade

When upgrading to 10g last year we had an issue with Siebel efficiency.  Since siebel creates its own queries we could not optimize this through our sql code.  The solution was to use stored outlines to trick oracle into doing the right thing (in this case query all rows instead of the 10 rows which was siebels default set at the session level).  This was achieved by using this code:

ACTION PLAN
============
1. Create a outline for the query without any hint.

SQL> create outline osql on <select statement>

2. Create a outline for the query with hint.

SQL> create outline hsql on <select /*+ ALL_ROWS */ ...........>

3. Run the below update statement to exchange the outline osql and hsql.

SQL> UPDATE OUTLN.OL$HINTS
SET OL_NAME=DECODE(OL_NAME,'HSQL','OSQL','OSQL','HSQL')
WHERE OL_NAME IN ('HSQL','OSQL');
SQL> commit;

My problem is in 11g, the documentation clearly states:

"Oracle creates the USER_OUTLINES and USER_OUTLINE_HINTS views in the SYS tablespace based on data in the OL$ and OL$HINTS tables, respectively. Direct manipulation of the OL$, OL$HINTS, and OL$NODES tables is prohibited. "

http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/outlines.htm#i29475

That being the case, how do I now work around this issue?  I heard something about using 'base outlines' but haven't found much documentation on that.  
[+][-]08/05/09 03:18 PM, ID: 25028610Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Oracle 11.x Database, Oracle Database, Siebel
Tags: stored outline 11g oracle upgrade
Sign Up Now!
Solution Provided By: mrjoltcola
Participating Experts: 3
Solution Grade: B
 
[+][-]08/05/09 09:56 AM, ID: 25025479Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/05/09 10:03 AM, ID: 25025553Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/05/09 10:21 AM, ID: 25025747Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/05/09 10:43 AM, ID: 25026023Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/05/09 11:02 AM, ID: 25026247Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/06/09 07:35 AM, ID: 25033854Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/12/09 05:58 AM, ID: 25078199Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/12/09 07:19 AM, ID: 25078977Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/12/09 02:39 PM, ID: 25083327Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625