Oracle Database management and monitoring tools

hello everyone.
Could anyone offer any advice on Oracle database management tools ?
looking for a 3rd party tool that would provide graphical representation on health and activity within Oracle databases.
Any recommendations , or advice on what to avoid?
Many thanks

Thanks , have enterprise manager already.
Really looking for tool that will email , sms alerts
out as they happen.
Ability to set threshold alerts.
report creation of threshold data.
that kind of thing etc.Since you want to pay extra for this capability, look at the Diagnostics Pack add-on for Enterprise Manager. It does what you ask. And makes it available both on Database Control and Grid Control view.
And both Database Control and Grid Control are included in your SE/EE license.

Similar Messages

  • Running Oracle database 10g and 11g on same 5 RAC nodes

    Hello Gurus,
    Could any body throw light if I can install and sucessfully run Oracle database 10g and 11g on the same Oracle RAC installation setup.My setup is below
    Number of nodes-5
    OS- windows 2003 or RHEL5
    storage- DELL EMC SAN
    Clusterware- oracle version11g
    File system-Automatic storage management(ASM)
    After I successfully setup clusterware,ASM on the nodes,I would want to install 11g database on all 5 nodes .
    Then Install 10g database on only 3 of the nodes using the same clusterware.
    What are your views on the same.
    Also FYI... as per metalink node 220970.1(RAC: Frequently Asked Questions) one can do such a setup.
    what iam looking for is practical experience if anyone has implemented this in production system,if yes any issues faced and how tough it is to support.
    Thanks,
    Imtiyaz

    You could run an 11g database and 10g database on the same cluster as long as you use Clusterware 11g.
    The administration aspect will drastically change according to the platform you run on. As of now, it appears you don't know whether it will be Linux or Windows.
    It would be practical to support the same database release.

  • Oracle database normalisation and logical design documnetation

    Hi ,
    Am a begginer on DB design , can anyone help me find Oracle database normalisation and logical design documnetation for reference.
    Thanks,
    Swaroop

    Database logical design and normalization are typically DBMS (Database Management System) independent. Meaning that you could do a whole LOGICAL design without regards to the platform in which it will be based. There are many, many resources on the internet if you search for them. if you used terms like "logical database design", or "database normalization" on Google or your search engine of choice I imagine you'll come up with many results.
    When it comes to the actual physical design of the database (as in tablespaces, datafiles, indexes, etc) I would first consult the "Oracle Concepts Guide", and then something like the "Application Developer's Guide." This documentation is all available at:
    http://otn.oracle.com
    Hope this helps!

  • Difference in select for update of - in Oracle Database 10g and 11g

    Hi, I found out that Oracle Database 10g and 11g treat the following PL/SQL block differently (I am using scott schema for convenience):
    DECLARE
      v_ename bonus.ename%TYPE;
    BEGIN
      SELECT b.ename
        INTO v_ename
        FROM bonus b
        JOIN emp e ON b.ename = e.ename
        JOIN dept d ON d.deptno = e.deptno
       WHERE b.ename = 'Scott'
         FOR UPDATE OF b.ename;
    END;
    /While in 10g (10.2) this code ends successfully (well NO_DATA_FOUND exception is raised but that is expected), in 11g (11.2) it raises exception "column ambiguously defined". And that is definitely not expected. It seems like it does not take into account table alias because I found out that when I change the column in FOR UPDATE OF e.empno (also does not work) to e.mgr (which is unique) it starts working. So is this some error in 11g? Any thoughts?
    Edited by: Libor Nenadál on 29.4.2010 21:46
    It seems that my question was answered here - http://stackoverflow.com/questions/2736426/difference-in-select-for-update-of-in-oracle-database-10g-and-11g

    The behaviour seems like it really is a bug and can be avoided using non-ANSI syntax. (It makes me wonder why Oracle maintains two query languages while dumb me thinks that this is just a preprocessor matter and query engine could be the same).

  • Issue while installing Oracle Revenue Management and Billing for Financial

    I'm trying to install RMB and getting the below error. I have installed MicroFocus Server 5.1 with the WrapPack 3 but still getting the Winsock error. Please advise.
    - 2012-01-17 16:29:59,278 [main] ERROR (host.sockets.WindowsPipeSocket) Cannot instantiate com.splwg.base.support.cobol.host.sockets.WindowsPipeSocket because of problem loading a library com_splwg_base_support_cobol_host_sockets_WindowsPipeSocket during static initialization.
    java.lang.UnsatisfiedLinkError: no com_splwg_base_support_cobol_host_sockets_WindowsPipeSocket in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at com.splwg.base.support.cobol.host.sockets.WindowsPipeSocket.<clinit>(WindowsPipeSocket.java:25)
         at com.splwg.base.support.cobol.host.sockets.WindowsPipeSocketStrategy.clearServerPortResources(WindowsPipeSocketStrategy.java:51)
         at com.splwg.base.support.cobol.host.SocketStrategy.bindServerPort(SocketStrategy.java:144)
         at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterSkel.<init>(OptimizedRemoteExecuterSkel.java:43)
         at com.splwg.base.support.cobol.host.OptimizedInvocationStrategy.startOnParentJvm(OptimizedInvocationStrategy.java:25)
         at com.splwg.base.support.cobol.host.RemoteJVMFactoryImpl.<init>(RemoteJVMFactoryImpl.java:64)
         at com.splwg.base.support.cobol.host.CobolHostStartup.startup(CobolHostStartup.java:41)
         at com.splwg.base.support.context.ApplicationContext.initializeCobolRuntime(ApplicationContext.java:231)
         at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:212)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:115)
         at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:91)
         at com.splwg.base.support.context.ContextFactory.createDefaultContext(ContextFactory.java:512)
         at com.splwg.base.web.startup.SPLWebStartup.initializeApplicationContext(SPLWebStartup.java:181)
         at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:63)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:516)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    - 2012-01-17 16:29:59,278 [main] FATAL (support.context.ApplicationContext) Error initializing ApplicationContext
    - 2012-01-17 16:29:59,278 [main] INFO (web.startup.SPLWebStartup) Shutting Down the JMX Connectors...
    - 2012-01-17 16:29:59,294 [main] INFO (web.startup.SPLWebStartup) JMX Connectors shutdown successfully
    - 2012-01-17 16:29:59,294 [main] INFO (web.startup.SPLWebStartup) Shutting Down the Application Context...
    - 2012-01-17 16:29:59,294 [main] ERROR (web.startup.SPLWebStartup) Exception shutting down SPL Application Context
    Edited by: 906696 on Jan 17, 2012 3:13 AM

    Hi Jeff,
    Appreciate your suggestion. My intention was also to post it in the right forum but i could not find any forum for Oracle Revenue Management and Billing, since its a new product.
    Its for such new products that we need help and support. Let me know if you are aware of any such forum. That would be great help indeed.

  • Difference Between Oracle Database 10g And Oracle 10g Express Edition

    Can any body Tell me What is The Difference Between Oracle Database 10g And Oracle 10g Express Edition.

    http://www.oracle.com/database/product_editions.html
    This link might help you.

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!

    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.

    AravindanJ wrote:
    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.
    Where did Oracle software reside before  the failure & now?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • Oracle Database Firewall and Audit Vault -  alert category in HP ArcSight SIEM

    HI,
      in the new Oracle Database Firewall and Audit Vault 12.1.x there isn't the category "alert" that can be sent to ArcSight SIEM ... there's only for Syslogs
    Do you know why?? In th old version (5.1) you could choose alert category for both formats, syslog and arcSight Siem.
    Thx
    Matteo

    Well,
    In case of someone needs it.
    I found something in Note: 105047
    https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361…

  • OLM  oracle learing management and content server

    I want know about OLM oracle learing management and content server.
    how to install content server on a different server ( which set up i need to take and how to install it. ).
    Also how to integrate this content server with Oracle EBS?
    -Sagar

    Hi;
    Please check:
    Note.297108.1 - Oracle iLearning 5.0 Installation Guide
    Note.361958.1 - Oracle iLearning 5.0B Upgrade Considerations
    Note.364670.1 - Oracle iLearning 5.0B Upgrade Guide
    Regard
    Helios

  • Oracle Database 10g and Oracle Client 9i together

    Hi, I've been lost some nights in this problem, in my job I will need migrate my Oracle Database 10g for a new computer, on the other hand, there is a software in this computer wrote in Visual Basic and this running only Oracle 9i Client.
    Is it possible configure my new server for run Oracle Database 10g and Oracle 9i Client together?
    Thanks!
    Emerson

    You can certainly use an Oracle 9i client to connect to an Oracle 10g database. Technically, you may have to apply the 9.2.0.4 patchset to the Oracle client to be completely supported, but that may not be strictly necessary.
    You can also have both a 10g database and a 9i client installed on the same machine in different Oracle Homes. You may have some issues on Windows, however, if you are using software that is not multi-home compliant (i.e. the Microsoft ODBC driver for Oracle) or if you call Oracle command-line utilities (exp, imp, etc) without explicitly setting the PATH first.
    Justin

  • OWSM Vs OSB: Security, Management and Monitoring

    Has anyone done a comparison of the Security, Management and Monitoring capabilities of OSB 10gR3 and OWSM?
    I think both of them have a place in the architecture, but I am looking for pointers on the overlapping capabilities in terms of security and service monitoring. When is one preferred over the other with pros and cons.
    Thanks,
    -J

    In short OSB you configure process by process. OWSM is a layer you can put across your whole enterprise.
    Other than that the functionality is very similar.
    cheers
    James

  • Protocol betwwen Oracle VM Manage and host server

    Hello,
    What is the communication protocol and/or security protocol used between Oracle VM Manager and host server ????
    thanks

    From what I understand, the Oracle VM agent, installed with the Oracle VM server, communicates with Oracle VM Manager to manage virtual machines.
    The communication between Oracle VM manager and server is XML-RPC with SSL encryption i.e. You can take a look at https://<vm_server>:8899
    http://download.oracle.com/docs/cd/E11081_01/doc/doc.21/e10898/config.htm
    contains information about ports, etc.
    Is this a theoretical question or are you asking to sort out some networking trouble?

  • Oracle wallet manager and how can I import a .cer f

    Hi where can I download oracle wallet manager and how can I import a .cer file to a wallet file .p12 that OAS uses in Apache configuration.

    Hi where can I download oracle wallet manager and how can I import a .cer file to a wallet file .p12 that OAS uses in Apache configuration.

  • Oracle Enterprise Manager for Monitoring Siebel Servers/Component/Services

    Hi,
    I am looking for a document on Oracle Enterprise Manager for monitoring Siebel Servers/Component/Services so that it can notify us when something is down.
    Kindly send the document on [email protected]
    Thanks
    Gaurav

    Hi Gaurav,
    You can refer to below otn docs for details
    Enterprise Manager Getting Started with Application Management Pack for Siebel
    http://docs.oracle.com/cd/E24628_01/em.121/e26046/toc.htm
    Regards,
    Rahul

Maybe you are looking for

  • Why is it taking so long to restore my 4Gs?

    I recently backed up my phone to my computer and restored the factory settings.  I am now trying to restore the phone from the backed up info.  Why is it taking so long?  The longer it restores the longer the time to completion shows.  Can I edit the

  • External hard drives and application help

    i am relatively new to the world of computers and what i can do .i'm getting an external hard drive not only to back up my mac but to allow me to add new virtual synths for my music creations ,as i am running out of space on my internal hard drive i

  • Can I use vCloud Connector Basic to copy vSphere template between datacenters?

    A client has 4 datacenters around the world.   They use one a couple of vCenter servers in Linked Mode.  vSphere/vCenter only,  no vCloud. If they create a VM template at HQ,  could they use vCloud Connector Basic to copy the template between DC in d

  • Date range problem (bubble chart)

    In my bubble chart on X axis Iu2019m displaying date range I have two parameters start_date and end_date in Crystal 2008 this range is displaying correct but in my web app not. In web app this range is displaying from 01-01-1970 to 01-01-1970 (but Iu

  • How do you edit a jpeg file and add callouts and save it again as a jpeg file?

    I opened a jpeg file in Acrobat Pro XI and edited the photo adding callouts. It was saved again as a PDF, and when reopened all of the callouts where there.  I tried to save it as a jpeg file, and when repoened all of the callouts were gone.  How do