Diagnostics/Tuning pack and user rights

What roles should a user get (minimally) to be able to use the packs fully? I have found some info on SQL Access Advisor, but still looking for the rest of the functionality.
Any idea[b] where I can find this information?
Cheers,
Mike

http://www.oracle.com/technology/products/oem/pdf/ds_config_pack.pdf

Similar Messages

  • Differernce between SQL Tuning Pack and SQL Tuning Advisor, Access Advisor

    Hi. all.
    I have been using "TKPROF" in order to tune SQL till now.
    I am learning 10g, and would like to know the difference
    between "1. SQL Tuning Pack" and "2. SQL Tuning Advisor, Access Advisor".
    Are they same thing? If not, what are the differences in their "functionality"?
    All I know is that SQL Tuning Pack is not free, and SQL Tuning Advisor
    is packed with default installation. Right???
    Could you give me some html links or your "any advice and experience"?
    Thanks in advance. Have a good day.
    Best Regards.

    Hi,
    There are alternatives to the Oracle tuning packs, and remember the SQL advisors are relatuively simple, finding missing indexes and recommending MV's.
    A human can do a better job if you use the right techniques.
    BTW, you can get a SQLTuning advisor license online for only $3k:
    http://www.dba-oracle.com/oracle_news/2005_3_17_dql_tuning_access_advisor_licenses_available_online.htm
    SHAMELESS PITCH! - I wrote a book that describes techniques for tuning with scripts, instead of the advisors, if you are interested:
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm
    Hope this helps. . . .
    Donald K. Burleson
    Oracle Press author

  • Disabling Diagnostics+Tuning packs in ASM

    Am running ASM (11.1.0.6) on several Linux RHES 4.5 boxes and can't seem to disable the Diagnostics and Tuning options on the ASM instance, which I really should do as we're not licensed for it.
    I did not explicitly accept use of the packs, for either the db instance, the host or the ASM instance (as you used to have to do on starting EM for the very first time after instance creation in 10g), however the performance options were available after instance creation and the 'Pack Access Agreed' column was ticked for the db instance, the host and the ASM instance.
    I have been able to reset the options for the database and the host, and can also deselect those options for the ASM instance from the Management Pack Access page. This then greys out the displays asssociated with the packs in the ASM EM page.
    However every time I log out, log back in and go back to the ASM section of Enterprise Manager, the diagnostic and tuning pack availability boxes are selected and the performance tab is no longer greyed out.
    Connecting as sysasm via the command line shows the parameter control_management_pack_access as being set to DIAGNOSTICS+TUNING, however attempting to update that parameter directly via alter system set..... returns the error: ORA-15021 parameter not valid in ASM.
    I can manually avoid using this functionality, but this isn't ideal and I'd hate to fall foul of Oracle licensing.
    Can anyone shed any light on this?
    Thanks,
    Gavin
    Edited by: Gav Scott on 28/10/2010 20:46

    Hi Gavin ,
    I am not sure if this parameter is applicable for ASM.
    Please check if below helps :
    http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/options.htm#CIHGFIAF
    Also I would suggest to contact Oracle sales/support for the same.
    Regards
    Rajesh

  • Help setting up accounts and user rights for students

    hi there, we've just bought an xserve for a college classroom running 20 imac clients and me being new to the xserve and macs in general wondered if you guys can tell me the workflow for setting user accounts up and getting the students to log onto the xserve domain with their accounts. so that the xserve can give their imacs the restrcitions for their use (user rights basically) how the imacs log on has really got me stumped as with windows it does it on logging in? any help would be appreciated

    I've just realised that you have to manually remove some stuff from the classes such as reference to J2Se classes.
    How do you do this.

  • Automount and user rights

    Dear readers and admins
    Accoring the document Autofs.pdf from Apple itself, I did set up the following aoutmounts.
    /Volumes/Users/thomas/Music -fstype=afp afp://thomas:[email protected]/music/thomas/Music
    /Volumes/Users/thomas/Pictures -fstype=afp afp://thomas:[email protected]/photo/thomas/Pictures
    /Volumes/Users/thomas/Movies -fstype=afp afp://thomas:[email protected]/video/thomas/Movies
    This did work for the first two entries.
    As I did decide to add the third one, I face now the following problems.
    1.) All three mount points ar no more accessable. The user and group right did change at the time of mounting from "Username Staff" to "_spotlight wheel". I'm no more able to change with chown, chmod or else. This is even NOT possible if I'm connected with the activated Root account.
    2.) As I'm using my system in an other language then English, the nest glitch is, that ONLY the mount point "Pictures" will have the translated name "Bilder". The mount point "Music" is changing between the original name and the translated name "Musik" every second. And lastly, the mount point Movies doesn't show the translated name "Filme" at all.
    My main problem is #1. How can I change or at least delete the wrong mount points. If I try it, it tells me "mv: cannot rename a mount point" or "
    thomas:thomas root# chown thomas:wheel Movies/
    chown: Movies/: Operation not permitted".
    Does anyone have a solution next to reinstall the hole system?
    Thank you for anyones help and suggestions.
    Regards
    Thomas Thaler

    When you execute SQL commands from PL/SQL blocks or procedure the GRANTS has to be direct and not through ROLE,
    exec sys.dbms_lock.sleep(5) this will work from SQL . You can check this by typing SEZT ROLE NONE and then try to execute exec sys.dbms_lock.sleep(5), It may not work since the grant was through ROLE and not to the user.
    thanks

  • Admin and user rights for change active airport

    Hello alltogether,
    my son has a new MacBook (System 10.5) for his school and he learn with the computer in all school-subjects. So I create two users, admin and one for him. After he has install all applications that he need for school, I gave the admin a password. Now my son can't install applications or change system settings. But i must give him admin rights, because when he stay at school, he must change the airport environment for school and if he stay at home he must change it back to home. Is it not possible to set the rights for a not admin user so, that he can change the airport environment?
    Thanks for reading.
    Regards,
    Tommy

    If he needs admin status to use the wireless connection, then you need to make him an admin user. As far as I know, there is no partial admin configuration.

  • Grants and User rights

    Hi,
    I do not understand the following situation:
    - Grant execute is given to EXECUTE_CATALOG_ROLE
    - EXECUTE_CATALOG role is part of the DBA role
    - User tiger is in the DBA role
    As user tiger the following statement can be executed:
    exec sys.dbms_lock.sleep(5) --> works fine.
    But if I try to create the following procedure still as user tiger:
    create or replace procedure pma_lock is
    begin
    sys.dbms_lock.SLEEP(5);
    end;
    I get the error PLS-00201: Identifier "SYS.DBMS_LOCK" must be declared.
    Why is this so ? Where is the difference between executing and creating a procedure ?
    Thank you for your help and explination
    Peter

    When you execute SQL commands from PL/SQL blocks or procedure the GRANTS has to be direct and not through ROLE,
    exec sys.dbms_lock.sleep(5) this will work from SQL . You can check this by typing SEZT ROLE NONE and then try to execute exec sys.dbms_lock.sleep(5), It may not work since the grant was through ROLE and not to the user.
    thanks

  • Windows 8 and User Rights - Access store but not install other programs

    Hi, I wonder if someone can help,
    I am trying to find out if it is possible through Active Directory to set up a group policy so that a user will be able to install apps from the windows store but be unable to install any other applications. I have seen that the store can be enabled or disabled
    from windows server 2012, but have yet to find out if this is sufficient to allow store installs but no other external applications.
    THanks

    Hi Jon,
    In addition to Martin’s reply, regarding Applocker, the following articles can be referred to for information.
    AppLocker Step-by-Step Guide
    http://technet.microsoft.com/en-us/library/dd723686(v=WS.10).aspx
    Understanding AppLocker Rules
    http://technet.microsoft.com/en-us/library/dd759068.aspx
    Best regards,
    Frank Shen

  • Licensing and user rights for speech features in Mac OS 9.

    Are they to be used only for non-commercial personal uses?
    Are they free to use for anything as long as you give Apple attribution?
    For example, if they were to be used as voices in an iOS game, would it need to be free, be fine commercially, need to pay a license fee or simply be disallowed at all?
    Thanks very much.

    Is it in any way like vocaloid or UTAU, which lets you use it for any purpose, even commercially as long as it follows the law (and is not used to defame people)?
    http://en.wikipedia.org/wiki/Vocaloid
    http://utau.wikia.com/wiki/UTAU_wiki

  • Are Tuning pack, Diagnostics pack available on Oracle 9i?

    hi,
    Tuning pack, Diagnostics pack are available on oracle 9i?
    If yes, how can I set it?
    thanks & regards,

    You are confusing one for the other. You have probably heard of AWR requiring the Diagnostics Pack and wonder what the pack can do in 9i if AWR is not available in 9i.
    Usage of AWR and related features available from 10g requires the Diagnostics Pack. However, usage of the SQL Advisors requires the Tuning Pack.
    The two are separate packs. These are products from the Oracle Enterprise Manager stack.
    Tuning Pack and Diagnostics Packs have been available in 8i as well.
    So, you can purchase these packs in 8i, 9i, 10g, 11g . If you have purchased them and paid annual support fees, you can upgrade them.
    What you can do with the packs may well vary in each version. Thus, AWR is not available in 9i and below.
    8i : http://download.oracle.com/docs/cd/A87860_01/doc/em.817/a85250/ch5.htm#1007872
    9i : http://download.oracle.com/docs/cd/B10501_01/em.920/a96674/packs.htm#1015821
    Since 10g, Oracle also includes a Licencing Guide in the documentation set.
    See http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/options.htm#CIHGFIAF
    and http://download.oracle.com/docs/cd/B19306_01/license.102/b40010/toc.htm
    Hemant K Chitale

  • How to install 10g diagnostic and tuning pack

    Hi,
    am new to 10g. in 9i there was a seperate CDs for diagnostic and tuning packs. But in 10g we didn't got any CD for this. So is it installed by default with 10g?. if yes is there any configuration required for using these packs. If it is not installed by default where i can get this?.
    Thanks in advance
    M.SUdhakar

    Hi
    These are not separate anymore.
    In Grid Control go to Setup -> Management Pack Access to set them up.
    Also see Chapter 2 in http://download-west.oracle.com/docs/cd/B14117_01/license.101/b13552/toc.htm
    Unfortunately, Oracle don't appear to have migrated all of the functionality of Diagnostics Pack and Tuning Pack to Grid Control, especially for databases < 10g. eg. the very useful Response Time Per Transaction metric is only available for 10g databases. Also, the graph viewing functionality looks poor.

  • Oracle Standard Diagnostic and Tuning Pack

    Can you purchase a license for Oracle Diagnostic and Tuning Pack to be used in an already licensed Oracle Standard database? If so, can you add it as a named user license for one or two people, or does the license have to match the database license (which is presently a processor license)?
    It seems to me that to license the Diagnostic and Tuning Pack you need to be upgrade to Oracle Enterprise Edition. Is this correct?

    According to the Licensing Guide/Information these packs are not available (see Manageability section):
    - in Oracle 10.2 Standard Edition http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#BABJFHED
    - in Oracle 11.1 Standard Edition http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/editions.htm#CIHBAEID
    - in Oracle 11.2 Standard Edition http://download.oracle.com/docs/cd/E11882_01/license.112/e10594/editions.htm#CJACGHEB

  • How Install OEM Management Pack / Tuning Pack / Diagnostics Pack for 10g ?

    Where I find Management Pack / Tuning Pack / Diagnostics Pack for 10g ?

    There's no 1:1 relationship between the old and the new features. Mainly under the Performance tab you will find the features now. Out-of-the-box there are a lot of alerts active (disk and CPU utilization, tablespace getting full, bad SQL statements ...), these are shown automatically for a specific target, when a certain metric has reached. You can customize pre-configured alerts and also create new ones.
    I recommend you see the gridcontrol documentation for more informations.

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off?

    Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off? chessatwork has ran great for me for many yrs, then one day I down loaded firefox and went to play chess on this site chessatwork.com, well the window popped up asking to remember the log in and pass word and so I said ok, and it did, but now when I click log in and I go to my main page (home) and click on any link, say to play game I return right back to log in

    See http://kb.mozillazine.org/Deleting_autocomplete_entries<br />
    Remove a saved password here: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    You may also need to remove the cookies from that website.<br />
    * Tools > Options > Privacy > Cookies: "Show Cookies"

Maybe you are looking for