Diagnostic pack

hi guys,
need some clearification.
to use dbms_space‘s unused_space, space_usage and free_space , do i need to purcahse a license?
I am afraid there are other procedure in the package are linked to the AWR licensing. ( segment/ space advisor ) -> diagnostic pack.
Abit confuse about it cause read that, if your db version is NOT SE version you are free to use?

It doesn't require an additional license. You can check that yourself easy with the new parameter control_management_pack_access
SQL> alter system set control_management_pack_access=none;
SQL > variable unf number;
variable unfb number;
variable fs1 number;
variable fs1b number;
variable fs2 number;
variable fs2b number;
variable fs3 number;
variable fs3b number;
variable fs4 number;
variable fs4b number;
variable full number;
variable fullb number;
begin
dbms_space.space_usage('ADAM','SALES',
                        'TABLE',
                        :unf, :unfb,
                        :fs1, :fs1b,
                        :fs2, :fs2b,
                        :fs3, :fs3b,
                        :fs4, :fs4b,
                        :full, :fullb);
end;
PL/SQL procedure successfully completed.But the dbms_sqltune package is not free:
SQL >  declare
tempstring  varchar2(300);
task_id   varchar2(200);
begin
tempstring := 'select count(*) from adam.sales';
   task_id := dbms_sqltune.create_tuning_task(sql_text => tempstring, task_name=>'SQLPROFIL1');
   dbms_sqltune.execute_tuning_task('SQLPROFIL1');
end;
declare
ERROR at line 1:
ORA-13717: Tuning Package License is needed for using this feature.
ORA-06512: at "SYS.PRVT_SMGUTIL", line 52
ORA-06512: at "SYS.PRVT_SMGUTIL", line 37
ORA-06512: at "SYS.DBMS_MANAGEMENT_PACKS", line 26
ORA-06512: at "SYS.DBMS_SQLTUNE", line 576
ORA-06512: at line 6Kind regards
Uwe Hesse
http://uhesse.wordpress.com

Similar Messages

  • How to Install and apply the Diagnostic Pack for Fusion Middleware on EM

    Hi
    we have installed ADF Runtime along with Enterprise Manager on IBM-AIX-64-BIT-7.1 version. now, we are planning to install the Diagnostic pack for fusion middleware inorder to monitor the ADF Application deployed on weblogic 10.3.6 server from Enterprise Console. Can anybody suggest, the diagnostic pack for fusion middleware compatability version for our OS,weblogic 10.3.6.
    Regards
    Nagaraju Manchala

    Hi Nagaraju,
    The packs just represent packaged licensing and usually don't need to be installed. However, I assume you are referring to the Diagnostic Pack for Oracle Middleware. If so, the functionality is actually not part of Enterprise Manager Cloud Control. All of the WLS and FMW management features are licensed via WebLogic Management Pack EE or the appropriate FMW pack licensing such as SOA Management Pack EE for SOA Suite and OSB and Management Pack for Oracle WebCenter for WebCenter and UCM. The Diagnostic Pack for Oracle Middleware includes the standalone AD4J and JRMC diagnostic tools which can be downloaded from e-Delivery and installed separately. It is solely dedicated to diagnostics at the end of the day as opposed to monitoring.
    Most prefer WLS Management Pack EE for monitoring and managing WebLogic and Oracle App Server apps along with the RUEI product, but you definitely can take advantage of AD4J and JRMC today. It should be noted that WLS Management Pack EE allows the usage of JVM diagnostics as well which is much broader in its 24/7 diagnostics and monitoring capabilities at the JVM level than the standalone AD4J component. In addition, the diagnostics is supplemented with the middleware diagnostics advisor, performance summary and composite application dashboards, diagnostic snapshots, and other functionality. In addition, WLS Management Pack EE includes all of the configuration management (config compare, compliance policies, patch tracking, etc) and lifecycle management features (domain and Java EE provisioning, patch automation). Anyways, it is probably just easier to take a look at the self-running demos for the features on OTN under EM and YouTube in the WebLogic Server or Oracle Learning channels.
    Also, to your oriiginal point, you don't need to install the pack. You can discover WLS and FMW targets out of the box immediately. There are additional components you can download under the EM umbrella such as Real User Experience Insight (RUEI - monitors actual user activity on the front-end and associates it with EMCC targets) and Business Transaction Management (BTM - formerly AmberPoint, which provides payload aware business transaction monitoring). Both RUEI and BTM data integrates with EMCC via the Business Application dashboard, so you can still have a single console view of your application even though the RUEI and BTM components are installed separately.
    -Glen

  • 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

  • Diagnostic Pack and System monitoring plug-in for host.

    Is it correct to say that the ´Operating System Monitoring´ feature of the Oracle DB Diagnostic Pack discards the need of installing a System Monitoring Plug-in for Host in those servers where I have both Oracle DB and Diagnostic Pack for Oracle DB already installed?

    On <http://www.oracle.com/us/corporate/pricing/price-lists/index.html> in the technology pricelist
    check for "System Monitoring Plug-in for Non Oracle Databases"

  • V$active_session_history and Diagnostic pack licensing

    Do I trigger the Diagnostic pack license if I do a select against v$active_session_history?
    I know to disable the packs in enterprise manager so that users cannot accidently active the licesne by clicking on the performance tab, but I would really like to know if the license is activated in some way by doing a simple select.
    If not then I can do all sorts of scripting goodies without the diagnostic pack!

    Yes, I agree with your logic, but I do not think it answered the question...
    Does a SELECT within sqlplus against this view require a license? That is what I want to verify. Maybe Oracle only requires that I buy a license if I use EM where all of the stats (sql queries) are 'pre-built'. As long as I do not use EM and do not use the pretty graphs and easy to use interface, maybe they do not then have a requirement to purchase a license?

  • OEM 11g Diagnostic Pack/ Plugin find & installtion Help

    Hello Gurus,
    Please help me find the plug-ins for weblogic diagnostic pack and SOA / BI diagnostic packs for OEM grid control 11g 11.1.0. I already have installed plugins/
    OEM->Setup->Management Pack Access->Pack Based Batch Update-> Management Pack for Weblogic Server
    OEM->Setup->Management Pack Access->Pack Based Batch Update->Management Pack Plus for SOA
    I am looking for a diagnostic pack ... its released recently .....
    Reference :::: http://www.oracle.com/technetwork/articles/oem-packs-overview-195704.html
    Oracle Middleware Management Packs: For middleware, there is the Management Pack for Oracle WebLogic Server, the Oracle Coherence Management Pack, and the Oracle Management Pack Plus for SOA - this includes the Business Transaction Management (BTM) capability with the ability to drill down to and monitor transactions through IT tiers. Besides these management packs for middleware, there is also the Diagnostics Pack for Oracle Middleware and the Diagnostics Pack for Non-Oracle Middleware, which features Java application diagnostics, Java virtual machine (JVM) monitoring, plus application server management and monitoring.

    WebLogic diagnostic pack is part of base installation and you need not enable any mgmt packs. Make sure that you get the relevant patch sets (PSU 5) to see the diagnostics capabilities working correctly. BTM is part of Enterprise Editions of the management packs (WLS and SOA) only.

  • Diagnostic pack for oracle

    May I know what are functions included for the following package:-
    1. Diagnostics pack
    2. Tuning pack
    3. Partitioning pack

    Hi,
    What is the Version?
    1. Diagnostics packhttp://www.oracle.com/us/products/enterprise-manager/diagnostic-pack-11g-ds-068465.pdf
    2. Tuning packhttp://www.oracle.com/us/products/enterprise-manager/tuning-pack-11g-ds-068467.pdf
    3. Partitioning packhttp://download.oracle.com/docs/cd/B28359_01/license.111/b28287/options.htm
    Thanks
    Imankhan
    Handle: Imankhan
    Email: [email protected]
    Status Level: Newbie (10)
    Registered: Jul 9, 2009
    Total Posts: 286
    Total Questions:  88 (74 unresolved)
    Close the threads if answered if helpful/correct .
    Edited by: CKPT on Dec 13, 2010 9:43 AM

  • Prformance Pack and Diagnostic Pack Options with Oracle EE 10g, 11g

    For advance performance tuning Oracle supplies performance pack and diagnostic pack. which costs thousands of $$$.
    Is there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?
    Thanks,
    R

    s there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?Its in the v$option view, following is the output of my 11201 db (EE) .
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_2084.htm#REFRN30167
    SQL> l
      1* select * from V$option
    SQL> /
    PARAMETER                                                        VALUE
    Partitioning                                                     TRUE
    Objects                                                          TRUE
    Real Application Clusters                                        FALSE
    Advanced replication                                             TRUE
    Bit-mapped indexes                                               TRUE
    Connection multiplexing                                          TRUE
    Connection pooling                                               TRUE
    Database queuing                                                 TRUE
    Incremental backup and recovery                                  TRUE
    Instead-of triggers                                              TRUE
    Parallel backup and recovery                                     TRUE
    Parallel execution                                               TRUE
    Parallel load                                                    TRUE
    Point-in-time tablespace recovery                                TRUE
    Fine-grained access control                                      TRUE
    Proxy authentication/authorization                               TRUE
    Change Data Capture                                              TRUE
    Plan Stability                                                   TRUE
    Online Index Build                                               TRUE
    Coalesce Index                                                   TRUE
    Managed Standby                                                  TRUE
    Materialized view rewrite                                        TRUE
    Materialized view warehouse refresh                              TRUE
    Database resource manager                                        TRUE
    Spatial                                                          TRUE
    Automatic Storage Management                                     FALSE
    Export transportable tablespaces                                 TRUE
    Transparent Application Failover                                 TRUE
    Fast-Start Fault Recovery                                        TRUE
    Sample Scan                                                      TRUE
    Duplexed backups                                                 TRUE
    Java                                                             TRUE
    OLAP Window Functions                                            TRUE
    Block Media Recovery                                             TRUE
    Fine-grained Auditing                                            TRUE
    Application Role                                                 TRUE
    Enterprise User Security                                         TRUE
    Oracle Data Guard                                                TRUE
    Oracle Label Security                                            FALSE
    OLAP                                                             TRUE
    Basic Compression                                                TRUE
    Join index                                                       TRUE
    Trial Recovery                                                   TRUE
    Data Mining                                                      TRUE
    Online Redefinition                                              TRUE
    Streams Capture                                                  TRUE
    File Mapping                                                     TRUE
    Block Change Tracking                                            TRUE
    Flashback Table                                                  TRUE
    Flashback Database                                               TRUE
    Transparent Data Encryption                                      TRUE
    Backup Encryption                                                TRUE
    Unused Block Compression                                         TRUE
    Oracle Database Vault                                            FALSE
    Result Cache                                                     TRUE
    SQL Plan Management                                              TRUE
    SecureFiles Encryption                                           TRUE
    Real Application Testing                                         TRUE
    Flashback Data Archive                                           TRUE
    DICOM                                                            TRUE
    Active Data Guard                                                TRUE
    Server Flash Cache                                               TRUE
    Advanced Compression                                             TRUE
    XStream                                                          TRUE
    Deferred Segment Creation                                        TRUE
    65 rows selected.
    SQL>HTH
    Aman....

  • Diagnostic pack usage by dbcontrol alerts

    Oracle 11.2.0.2 SE-One on Oracle Linux 5.6 x86-64
    At all of my previous shops we had EE with all options, so this was never an issue that even came on the radar.  Now I am using SE-One.  I understand that the Diagnostic and Tuning packs are not available on SE.  But I'm rather surprised that in trying to set up alert notification, I can't even edit some very basic metrics (say, "Instance State").  When going to to the All Metrics page, clicking any specific metric results in "The page requested is part of the Database Diagnostics Pack".  Really???  Even basic stuff like that, that can be checked in real time at the dbcontrol home page?  Does this mean that the entire alerting system is essentially DOA for SE installations?
    Or am I missing something subtle -- or not so subtle?

    Probably the alerts are nothing to worry about, and you may wish to suppress that particular alert.
    On a couple of old spec legacy machines I recently switched. <br>Partly because of economics, and partly because , of the two, <br> Norton can perform better (in my opinion) on legacy machines.
    The first thing I did notice was that Norton does pulse updates and background tasks very frequently (configurations can be changed) by default, and flags up quite a number of alerts.
    The Norton (NIS) 'Insight' facility will be flagging up firefox plugin container.exe. It can be configured to suppress the alerts from firefox plugin container, but unless disabled will probably just flag up another busy process or application. It is not flagging it up because it is a known security problem, merely because of the amount of activity.
    I imagine the alerts are when you are playing videos, probably with FlashPlayer, and may well depend on the resolution/quality of the videos.
    If you think the results are unusual or unexpected see:
    *[[High memory usage]]
    *[[Firefox consumes a lot of CPU resources]]
    PS not sure what is happening with this post are some phrases unacceptable eg alternative expressions about economics; one paragraph was behaving oddly in preview resorted to manually adding break tags to keep it within the container.

  • What's the licensing model for diagnostic pack or tuning pack in GC

    Is it licensed for the number of databases it monitors in GC? i.e. if we add a database to GC, do we need to buy more license?

    Hi Wilson,
    You don't have to pay for Duet Enterprise twice.  Duet Enterprise is a product developed jointly by MSFT and SAP, and both MSFT and SAP sell it.  Duet Enterprise provides access to SAP data and processes from MSFT SharePoint 2010, so yes, naturally you need SharePoint licenses from MSFT.  You already have SAP professional user licenses for the SAP backend access, so the only product you need to buy is Duet Enterprise for the number of SAP users you are planning to accomodate.  As for the price, you can get a quote from your account executive.
    If you want to provide access to SAP to additional users, you may consider buying Gateway licenses.  Talk to your account executive about the cost effective options.
    Hope this helps,
    Ella

  • Ora9i  database  monitor health check thro diagnostic pack

    Hi,
    It was quite long time since, i could not able to monitor the database health for all the databases through enterprise manager console--standalone mode ---. Even i tried with connection through intelligent agent and the default is client connection. can any experts guide me to fix this issue please.
    Thanks n advance
    efshafi

    hi,
    Thanks for the prompt reply. The database version is 9.2.0.0 from standalone enterprise mode. I can able to connect and go inside to check the instance, schema, security, etc but on the sublevel of instance management to monitor the database health, it again ask for the usernname, password, service name, connect as. While I log in sys password service name and connect as sys dba. without any error message it comes out the session.
    efshafi

  • Ora9i enterprise manager to monitor health check thro diagnostic pack

    Hi,
    It was quite long time since, i could not able to monitor the database health for all the databases through enterprise manager console--standalone mode ---. Even i tried with connection through intelligent agent and the default is client connection. can any experts guide me to fix this issue please.
    Thanks n advance
    efshafi

    hi,
    Thanks for the prompt reply. The database version is 9.2.0.0 from standalone enterprise mode. I can able to connect and go inside to check the instance, schema, security, etc but on the sublevel of instance management to monitor the database health, it again ask for the usernname, password, service name, connect as. While I log in sys password service name and connect as sys dba. without any error message it comes out the session.
    efshafi

  • Diagnostic & Tuning Pack

    Hello Gurus,
    Is there a way i can identify that diagnostic pack &/or tuning pack is installed for a particular database? I know we can list options and feature usage using v$option etc.. and that installed products list can be fetched using opatch lsinventory -detail, but this does not tell me anything about the diagnostic/tuning pack (or that I am unable to interpret if diag/tuning pack is installed).
    Can you please help.
    Rgds
    Jp
    Edited by: jugheadDBA on Apr 28, 2009 4:13 AM

    Diagnostic and Tuning Packs are Management Packs (accessible via Enterprise Manager and some APIs),but no database options. They are always part of the Enterprise Edition, you can only control, whether access is allowed (means you have a licence) or not. Control is done by pfile/spfile parameter CONTROL_MANAGEMENT_PACK_ACCESS. This parameter can be set to one of three values:
    DIAGNOSTIC+TUNING: Diagnostic Pack and Tuning Pack functionally is enabled in the database server.
    DIAGNOSTIC: Only Diagnostic Pack functionality is enabled in the server.
    NONE: Diagnostic Pack and Tuning pack functionally is disabled in the database server.
    Werner

  • OEM ADDM & Tuning Pack

    Hi Friends,
    I'm evaluating the Oracle Diagnostic pack and tuning pack to compliment the already available standard SAP tool for tuning like st04/st03n,etc
    Few questions
    1. Anyone see the worth of the above 2 pack ?
    2.sto4 can show you only so much why certain read/write in DB is slow, will this be the better tool in market for diagnostics
    3. Anyone sees negative impact/ horror stories due to this?
    4. Oracle has improvised OEM in 11g and 10g significantly, any inputs on this and usage on RAC
    5. Any other great inputs are welcomed as well
    Thanks & Best Regards,
    Naren

    Hi Naren,
    From an Oracle DBA perspective, which is where am coming from, these tools are very helpful but because you are on SAP where you are really bound by SAP metrics, these are not going to be helpful to you because SAP recommendation supercedes Oracle's recommednation.
    Note also that these packs require a separate license. If you are not licensed to use it, you should not be using them. From Oracle10g onward, Oracle had a record everytime that you use the diagnostic pack. You should have gotten this warning the first time that you try and use the diagnostic pack.
    IMHO, most tuning are supposed to be coming from an application end and this is what most of the OEM reports will show you, the most expensive SQLs, you need to put index here and there, log switching, memory not enough etc. Most of these are already discussed in SAP notes. Additional indexes if ever one is identified, you will still have to get SAP Support to approve that, so what's the point?

  • How to install Oracle Change Management Pack for 11g database.

    Hi,
    I need to setup "Oracle Change Management Pack" for my oracle11g database. Can any body help to do the same. i am able to configure following.
    Oracle Configuration Management Pack
    Oracle Data Masking Pack
    Oracle Diagnostic Pack
    Oracle Tuning Pack
    using following URL
    http://docs.oracle.com/cd/B28359_01/license.111/b28287/options.htm#CIHBGJCC but not able to install "Oracle Change Management Pack for 11g database". Can any body share any pointers if any...
    Regards
    DBA.

    As far as I could understand, this is a part of Oracle EM/Grid installation:
    The sections that follow describe the Oracle management packs. The management packs can be purchased only with Enterprise Edition. The features in these packs are accessible through Oracle Enterprise Manager Database Control, Oracle Enterprise Manager Grid Control, and APIs provided with Oracle Database software.

Maybe you are looking for

  • Stock transfer returns...

    Hi All, I have one query related to Inter company stock transfer(Returns PO). Business situation: Free stock lying (irrespective of PO's/STO's) in plant of "Cocd A" and I want to send the same to other "cocd B" plant as a returns. 1.Created PO with r

  • How do I delete the US holidays calendar app

    I have two holiday apps on both my mac and my iPod. One is US Holidays & the other is Holidays in the United States. I must have added one by accident a while back. On my iMac Easter was listed twice both on April 5th. On my iPod it has Easter listed

  • No sound under bootcamp XP SP3

    I just installed Windows XP SP2 and updated it to SP3 under bootcamp. I did the bootcamp 2.1 update, and installed the drivers from the leopard disk. However, I still have no sound, either in my headphones or in the built-in speakers. Any help would

  • 23.976 frame rate explained

    This post was triggered from this this thread: http://discussions.apple.com/thread.jspa?messageID=4741388#4741388 I just thought it best to start a new one Okay iSchwartz, with the speed of a flying bullet, and with help from my fellow members of the

  • Acrobat Pro 9 - Form Return as pdf instead of xml?

    I have designed a fillable form as an overlay on an existing pdf. Everything is fine except when my client cl icks on the Return By Email bu tton it is returned to me as an xml file but I want it returned as a pdf. How can I fix this?