DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Dbms_advisor

  1. #1
    Join Date
    Dec 2001
    Posts
    203

    Dbms_advisor

    Hi Folks,

    couple of questions:

    1. DBMS_ADVISOR works on current workload unless I say DBMS_ADVISOR.quick_tune ....... what is the definition of current workload? Which all queries does it consider and from where to advise me?

    2. In DBMS_ADVISOR.quick_tune - is there nay limit of sql text?


    Regards
    Sumit
    sumit

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    1- Queries currently sitting on SQL cache.
    2- Since you have to put your sql in a varchar2() ... 4000 bytes is the limit.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width