Diagnostic pack, Tuning pack are not in OEM 10g, Add partition to a table

Hi All,
I have 2 questions:
Q.1: In Oracle 9i Oracle Enterprise Manager java console, we had "Diagnostic Pack" and "Tuning Pack" which helped us seeing performance tuning info (session's statistics such as cpu time, pga memory, physical disk reads, etc.) and privded help for sql tuning and performance improvements. But in 10g, the same product (Oracle Enterprise Manager java console) does not include these 2 packs, due to which we are unable to monitor and control performance tuning information/statistics. Now my question is, do we need to install these 2 packs separately in 10g? if yes, where can we get them? (I am sure in 9i, these packages came with OEM console and we didnt need to get them separately)
Q.2: I have a partitioned table having 5 partitions based on range partitioning. Now our requirements have changed and we need to insert values beyong the 5th partition, so we need a 6th partition. Can someone tell me the command to add a new partition to the table? I tried "Alter table xxx add partition yyy ....", but it didn't work. If any one can me the correct syntax, it will be great.
Thanks in advance.

OP is talking about java-based EM, not web-based DBConsole. In fact he/she has to change to DBConsole, because 10g java EM doesn't longer support these tuning features.
Alter table ... partition syntax depends on the kind of partitioning, see the documentation:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm#i2131048
Werner

Similar Messages

  • 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.

  • 11g Dignosting pack & tuning pack

    Dear Support,
    What is best practice to configure 11g dignosting and tuning pack . Thanks
    Regard
    William Voong

    The parameter "control_management_pack_access" have to be set on "DIAGNOSTIC+TUNING".
    In that case you activate functions of the Diagnostic and Tuning Pack. After, you can use it !
    Laurent

  • Self tuning threads are not releasing even though server running fine.

    One of the cluster instance is running fine and serving the requests with good response but there self tuning threads are not releasing .I am not seeing any stuck threads in logs and no errors. why threads are not releasing.How we can troubleshoot this issue. May I know what are the cause of this.

    Arun thanks for your quick response
    Here is the threads details
    Active Execute Threads 192     
    Execute Thread Total Count 222
    ExecuteThreadIdleCount 190     
    QueueLength 0
    PendingUserRequestCount 0
    completed request count 36659285
    HoggingThreadCount     1     
    StandbyThreadCount 30     
    Throughput 7.5     
    More number of threads are waiting for lock
    Here is the sample thread dump.
    "[ACTIVE] ExecuteThread: '218' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@faf757 WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:474)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:156)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:177)
    "[ACTIVE] ExecuteThread: '217' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@12c34ef WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:474)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:156)
    some threads are blocked
    ExecuteThread: '9' for queue: 'weblogic.socket.Muxer'" waiting for lock java.lang.String@1f39d37 BLOCKED
         weblogic.socket.DevPollSocketMuxer.processSockets(DevPollSocketMuxer.java:93)
         weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '8' for queue: 'weblogic.socket.Muxer'" waiting for lock java.lang.String@1f39d37 BLOCKED
         weblogic.socket.DevPollSocketMuxer.processSockets(DevPollSocketMuxer.java:93)
         weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:177)
    "[STANDBY] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@1bd18aa WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:474)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:156)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:177)

  • Determining indexes that are not used in 10g

    Is there a way to identify indexes that are not utilized in 10g? We have ADDM and AWR running nightly.
    Thanks in advance...

    You can enable index monitoring with
    alter index <index_name> monitoring usage;
    When the index is used V$OBJECT_USAGE.USED column will be set to YES. If the index is not used the USED column will show NO.
    test@ORCL> alter index i_test monitoring usage;
    Index altered.
    Elapsed: 00:00:00.04
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.04
    test@ORCL> explain plan for
      2  select object_id from test;
    Explained.
    Elapsed: 00:00:00.10
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL> select count(*) from test;
      COUNT(*)
         50425
    Elapsed: 00:00:00.00
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL> select * from test where object_id =1;
    no rows selected
    Elapsed: 00:00:00.07
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES YES 01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL>You turn of index monitoring with the following:
    alter index <index_name> nomonitoring usage;

  • Export and Import are not supported on 10g databases for users logged

    Hi
    I having the below written error, when i want to export or import my database. I having Standalone system using windows xp.
    Role Error - Export and Import are not supported on 10g databases for users logged in with the SYSDBA role. Logout and login using a different role before trying again.

    Actually i ma new to EM...
    When I want to Import any thing He is asking abt the HOST CREDENTIALS
    I can't undrstatnd wht he is asking????
    Host Credentials
    * Username          
    * Password          
              Save as Preferred Credential
    It Genrate the below error
    Error - ERROR: Wrong password for user

  • OEM 10G add-on packs

    I have installed OEM 10G grid control and the OEM 10G agents on a number of Sun/SOLARIS servers. I would like to access the diagnostics and tuning pack for OEM 10G and don't know how to do it. I read some other messages posted on this forum and it sounds like both packs are NOT automatically installed as part of the OEM 10G install. Are they installed and I just need to have license keys to enable them or are they indeed separate products that need installed and if so where do I find them?
    Thanks
    Randy Garverick

    No such thing. Its all installed under OEM Grid Control.
    First time you run the product you get warnings not to use stuff that you are not licensed for.
    You may be confusing the OEM Database Control that gets installed with 10g DB .. it isnt the same oa OEM Grid Control.

  • Where do I find the themes that I downloaded. They are not listed in the Add-ons page anymore.

    They are not listed in the Appearance Tab anymore like they were before. How do I change my themes now.

    Hello paulb49,
    Thank you for posting on Mozilla Support. We value and appreciate you as a user.
    As far as I am concerned, I am sorry to say but you have lost your themes but my question to you is, did you uninstall Firefox then installed the new version or did you install the new version on top of the older version ?
    Thank You!
    Did you know that Mozilla Support is helped out by volunteers? Be part of SUMO! http://mzl.la/OJtpch
    Donate more than $30 and get a T-Shirt! https://donate.mozilla.org/page/contribute/joinmozilla

  • Values are not populated to backing session bean from editable table!

    I have a table which has drop down list and checkbox columns. I binded table row group to an object list and binded selected properties of these columns to corresponding fields of object (#{currentRow.value['selected']}). However selected properties are not passed thru the backing bean. In action method i call the object.getSelected method and it always returns null. I am googling for 2 days but i could not find an obvious solution for this problem. please help! thanks in advance.

    put your bean code here, for resoving your problem with implicit object,

  • Tools related to anchor points are not working, can't add a point to paths or convert a point.

    Having a lot of issues manipulating points on paths in Illustrator CC - this is a fundamental feature of creating vector graphics and it's very annoying I'm paying for this and it's just not working. Eating up a lot of my time simply because I can't select or convert or add the anchor.

    bella,
    Presuming we are not just talking about more or less hidden Anchor Points as in View>Show/Hide Edges/Bounding Box, you may try to start on the following list (5) seems unlikely in this case).
    You may try the following (you may have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder Other options (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Refinements are not showing up under 'Add/Modify Location' window

    Hi All,
    Our Indexed data as seen in JSP Reference application contains multiple dimensions. But when trying to add a trigger using the 'Add Location' button in Endeca Experience Manager, the indexed dimensions are not showing up under the 'Refinements' section in the pop-up window. But when we try to use the RefinementMenu cartridge as part of configuring the Guided Navigation section, the indexed dimensions are showing up.
    Please let us know if we should be doing anything else, so as to get the dimensions in the 'Add Location' window.
    Thanks & Regards,
    Shabari

    Try logging out, running ./control/update_web_studio_config.[bat|sh], then logging back in and see if that helps.
    Michael

  • HT204266 Is there a way to stop getting updates ie APOS that are not applicable to 1st Add. iPod?

    I get numerous app update requests that are not applicable to the 1st IPAD. Is there a way to eliminate these notices? Or a way to upload only those that do apply without doing each one individually? Can I somehow delete the updates I don't want to keep reappearing?
    Thanks for any assistance.

    No. You just have to be careful not to delete the version of the apps are are only compatble with iPad 1. since yu can't redownload them.

  • The RAW Fine tuning options are not showing up

    Aperture 2.1.1
    Pentax K10D and Nikon D300 pics.
    Leopard 10.5.4
    What I am missing? Thanks!

    Also, please click on the Metadata tab in the Inspector, and choose the display File Info. What does it report one of these images?
    Ernie
    Message was edited by: Ernie Stamper

Maybe you are looking for

  • Oracle version 10.1.0.2

    Folks, We have an oracle database server 10.1.0.2 on Windows. We're planning to apply patches for this server but the Oracle Metalink does not supply patches to 10.1.0.2 version, instead there are 10.1.0.3, 10.1.0.4 and 10.1.0.5 available. Should I u

  • HOW TO SET MY OWN PF-STATUS-urgent

    hi all, anybody can tell me where i made  mistake . after writing this code when i am running this report it is not showing our own pf-staus. report zmahi4. selection-screen: begin of block b1. parameters : p_appln type zuser_secobjects-appln. parame

  • Unable to refer to custom resource bundle in WPC content rendered with xslt

    Hi, I need to use the resource bundle messages inside WPC content. When rendered by standard xsl templates the  call to XSLTHelper class is done to retrieve message from the standard SAP resource bundle com.sap.nw.wpc.bundles.core.properties, like th

  • Mustek scanexpress a3 usb 2400 pro

    Hi, So at work I was trying to hook up this scanner I have near my station, a mustek scanexpress a3 usb 2400 pro, but I can't detect it. I downloaded the latest drivers off the Mustek website and I tried using Vuescan, Image capture and Photoshop to

  • Need to confirm to apply critical patch update - Jan 2006

    Hi all, I've oracle 10g release 2 (10.2.0.1.0) installed, and i would like to apply the critical path on it. Is that possible if I go head apply the critical path on it or I have to install the Oracle 10g R2 Companion CD first and then apply the crit