Grid control database

Oracle 11g Grid, can Grid Control database be set up on the same server as the databases it monitors? Or it has to be the different server for the easy maintenance purpose. Please advise.
Thanks
S.

ski123 wrote:
Oracle 11g Grid, can Grid Control database be set up on the same server as the databases it monitors? Or it has to be the different server for the easy maintenance purpose. Please advise.
Thanks
S.Enterprise Manager Grid Control is different than Enterprise Manager "Database" Control. Grid Control is for managing all data center not just one database. It has a repository database and an application server (weblogic), so it's installed to a separate server.
Regards
Gokhan

Similar Messages

  • Building reports around grid control database.

    As a part of Grid control support activity many times we need spend hours to verify if all the targets have been assigned rules and thresholds so that they can generate alerts well before the trouble occurs.
    So i was wondering is there any way by which which can write some script that will scan all the targets and find out which are not assigned to rules.
    I am not sure if i can access these information from grid control database.
    Can somebody help me in this ? is there any way to find out which rules have been assigned to which target or what is the threshold assigned to a particular targets by writing sql query / using oracle packages ?
    Appreciate help in this regard.

    Here is some sql I use for this purpose..
    (I comment out pieces and such to tweak what I am reporting against)
    Run this as sysman in your repository db.
    select
    target_type,
    target_name,
    metric_column Metric,
    metric_name || ' ' || key_value Name,
    decode(warning_threshold,' ',null, decode(warning_operator,'Equal To','=','Not Equal','!=','Greater Than','>','Less Than','<',warning_operator) || ' ' || warning_threshold) Warning,
    decode(critical_threshold,' ', null, decode(critical_operator,'Equal To','Not Equal','!=','=','Greater Than','>','Less Than','<',critical_operator) || ' ' || critical_threshold) Critical
    from mgmt$metric_collection m
    --where target_type = 'oracle_emd'
    --and  metric_column = 'HostInfovszGrowth'
    --and warning_threshold != '20'
    --where target_type = 'host'
    where-- metric_column like 'tnsPing'
    -- (warning_threshold != '80' and critical_threshold != '95')
    --and
    target_type = 'oracle_database'
    --and target_type = 'host'
    --and
    --target_type  = 'oracle_listener'
    --target_type = 'oracle_emd'
    --and metric_column like 'generic%'
    --and warning_threshold like '%ORA%'
    and target_name like 'QL%'
    and metric_column = 'pctUsed'
    order by 1,3,2

  • PolicyUtil error when clicking on Grid Control database

    Hi. I installed Grid Control 10.2.0.4 using a new database (didn't upgrade after installation, so DB is 10.2.0.2). When I click on the repository database under 'Database' (the only one that appears listed since I haven't installed Agent on any other machines), I get some Internal Error message. Here's the content of the file sysman\log\emoms.log:
    2008-10-20 09:24:08,843 [EMUI_09_24_06_/console/database/instance/sitemap] ERROR svlt.PageHandler handleRequest.639 - java.lang.NoClassDefFoundError: oracle/sysman/eml/ecm/policy/util/PolicyUtil
    java.lang.NoClassDefFoundError: oracle/sysman/eml/ecm/policy/util/PolicyUtil
         at oracle.sysman.db.adm.inst.SitemapController.setOverviewPage(SitemapController.java:1381)
         at oracle.sysman.db.adm.inst.SitemapController.setRequestAttributes(SitemapController.java:989)
         at oracle.sysman.db.adm.BaseController.handleEvent(BaseController.java:1026)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:577)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:170)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:784)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:340)
         at oracle.sysman.eml.app.Console.doGet(Console.java:319)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:190)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:353)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Any ideas of what's happening? How to fix it?
    Thanks

    The file is 2 Mb in size, so I copied just some warnings and a fragment of the end of the file:
    ADVERTENCIA: {oracle.sysman.emCfg.core.CfmAggregateRef ref to oracle.sysman.top.agent:null:LATEST(unresolved_version):common} was marked unavailable: There are no loaded aggregates for oracle.sysman.top.agent:common
    Oc4jDeploy tool completed successfully!
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:Oms deploying
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed with status=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed with status=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed with status=true
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:El plugin OMS Patch Configuration se ha realizado correctamente
    INFO: oracle.sysman.top.oms:About to execute plug-in Deploy Provision Application
    INFO: oracle.sysman.top.oms:El plugin Deploy Provision Application se está ejecutando
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.aggregates.ConfigPlugIn
    INFO: oracle.sysman.top.oms:Classpath = C:\OracleHomes\oms10g\sysman\jlib\aggPlug.jar;C:\OracleHomes\oms10g\sysman\jlib\omsPlug.jar;C:\OracleHomes\oms10g\jlib\emConfigInstall.jar;C:\OracleHomes\oms10g\sysman\jlib\emCORE.jar;C:\OracleHomes\oms10g\sysman\jlib\emagentSDK.jar;C:\OracleHomes\oms10g\sysman\jlib\log4j-core.jar;C:\OracleHomes\oms10g\jdbc\lib\classes12.jar
    ADVERTENCIA: oracle.sysman.top.oms:Before reading the ConfigTool
    INFO: oracle.sysman.top.oms:El comando es: cmd /c C:\OracleHomes\oms10g/bin/PARDeploy -action deploy -parDir C:\OracleHomes\oms10g/sysman/prov/paf -force
    INFO: oracle.sysman.top.oms:El valor de salida es = 0
    INFO: oracle.sysman.top.oms:STDERR=
    STDOUT=
    ERROR !
    Software Library has not been setup !
    Please configure Software Library and try again.
    INFO: oracle.sysman.top.oms:El comando es: cmd /c C:\OracleHomes\oms10g/perl/5.6.1/bin/MSWin32-x86/perl C:\OracleHomes\oms10g/sysman/plugins/connector/install_remedycntr.pl C:\OracleHomes\oms10g RemedyDeploy.xml CONSOLAORACLE 1521 emrep
    INFO: oracle.sysman.top.oms:El valor de salida es = 0
    INFO: oracle.sysman.top.oms:STDERR=
    "stty" no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.
    "stty" no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.
    STDOUT=
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    C:\OracleHomes\oms10g
    Destination directory: C:\OracleHomes\oms10g\sysman\connector\Remedy_Connector
    Creating directory C:\OracleHomes\oms10g\sysman\connector\Remedy_Connector ...
    Done
    Extracting META-INF/MANIFEST.MF
    Extracting templates/Remedy_DefaultCategory_HighPriority_AutoClose_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_HighPriority_AutoClose.xsl
    Extracting templates/Remedy_DefaultCategory_HighPriority_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_HighPriority.xsl
    Extracting templates/Remedy_DefaultCategory_LowPriority_AutoClose_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_LowPriority_AutoClose.xsl
    Extracting templates/Remedy_DefaultCategory_LowPriority_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_LowPriority.xsl
    Extracting templates/Remedy_DefaultCategory_MediumPriority_AutoClose_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_MediumPriority_AutoClose.xsl
    Extracting templates/Remedy_DefaultCategory_MediumPriority_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_MediumPriority.xsl
    Extracting templates/Remedy_DefaultCategory_UrgentPriority_AutoClose_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_UrgentPriority_AutoClose.xsl
    Extracting templates/Remedy_DefaultCategory_UrgentPriority_w_Wlog.xsl
    Extracting templates/Remedy_DefaultCategory_UrgentPriority.xsl
    Extracting createTicketResponse.xsl
    Extracting getTicket_request.xsl
    Extracting getTicket_response.xsl
    Extracting RemedyDeploy.xml
    Extracting EMEventModel.xml
    Extracting RemedyDeploy_w_Worklog.xml
    Extracting HelpDesk_Modify_Service_w_Worklog.def
    Extracting HelpDesk_Query_Service_By_Case_ID.def
    Please enter the SYSMAN password:
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type 4c10d5d7f74044008281a7d38f45c845 registered.
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type is Remedy Connector
    The connector type guid is 4C10D5D7F74044008281A7D38F45C845
    INFO: oracle.sysman.top.oms:El comando es: cmd /c C:\OracleHomes\oms10g/perl/5.6.1/bin/MSWin32-x86/perl C:\OracleHomes\oms10g/sysman/plugins/connector/install_momcntr.pl C:\OracleHomes\oms10g CONSOLAORACLE 1521 emrep
    INFO: oracle.sysman.top.oms:El valor de salida es = 0
    INFO: oracle.sysman.top.oms:STDERR=
    "stty" no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.
    "stty" no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.
    STDOUT=
    C:\OracleHomes\oms10g/bin/emctl extract_jar connector C:\OracleHomes\oms10g/j2ee/OC4J_EM/applications/em/em/WEB-INF/lib/momconnector.jar "Microsoft Operations Manager Connector" C:\OracleHomes\oms10g
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    C:\OracleHomes\oms10g
    Destination directory: C:\OracleHomes\oms10g\sysman\connector\Microsoft_Operations_Manager_Connector
    Creating directory C:\OracleHomes\oms10g\sysman\connector\Microsoft_Operations_Manager_Connector ...
    Done
    Extracting MOMConnector.xml
    Extracting acknowledge_request.xsl
    Extracting cleanup_request.xsl
    Extracting createEvent_request.xsl
    Extracting createEvent_response.xsl
    Extracting defaultTargetInstance.xml
    Extracting getNewAlert_request.xsl
    Extracting getNewAlerts_response.xsl
    Extracting getUpdatedAlert_request.xsl
    Extracting getUpdatedAlerts_response.xsl
    Extracting initialize_request.xsl
    Extracting setup_request.xsl
    Extracting setup_response.xsl
    Extracting targetType.xml
    Extracting uninitialize_request.xsl
    Extracting update_alert_request.xsl
    Extracting updateEvent_request.xsl
    Extracting updateEvent_response.xsl
    Extracting cleanup_request.xml
    Extracting GenericAcknowledgeRequest.xsd
    Extracting GenericGetAlertRequest.xsd
    Extracting GenericGetUpdateRequest.xsd
    Extracting generic_request_acknowledgealerts.xml
    Extracting generic_request_newalerts.xml
    Extracting generic_request_updatedalerts.xml
    Extracting GenericSetupRequest.xsd
    Extracting getResponse_request.xml
    Extracting getResponse_request.xsl
    Extracting initialize_request.xml
    Extracting setup_request.xml
    Extracting uninitialize_request.xml
    Extracting update_alert_request.xml
    SYSMAN Password:
    C:\OracleHomes\oms10g/bin/emctl register_connector connector C:\OracleHomes\oms10g/sysman/connector/Microsoft_Operations_Manager_Connector/MOMConnector.xml CONSOLAORACLE 1521 emrep sysman ****** C:\OracleHomes\oms10g
    Oracle Enterprise Manager 10g Release 4 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Connector type f2e4e0ac139b4917bc4dd6651f9a9f89 registered.
    Loading target type C:\OracleHomes\oms10g\sysman\connector\Microsoft_Operations_Manager_Connector\targetType.xml
    isTargetTypeExist checking for : mom_managed_host
    Target type is mom_managed_host
    Done.
    Loading default target instance C:\OracleHomes\oms10g\sysman\connector\Microsoft_Operations_Manager_Connector\defaultTargetInstance.xml
    TargetName added :generic_mom_managed_host
    Done.
    INFO: oracle.sysman.top.oms:El comando es: cmd /c C:\OracleHomes\oms10g/jdk/bin/java -jar C:\OracleHomes\oms10g/sysman/jlib/emclikit.jar client -install_dir=C:\OracleHomes\oms10g/bin
    INFO: oracle.sysman.top.oms:El valor de salida es = 0
    INFO: oracle.sysman.top.oms:STDERR=
    STDOUT=
    Oracle Enterprise Manager 10g Versión 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. Todos los Derechos Reservados.
    La instalación del cliente de EM CLI ha terminado correctamente.
    INFO: oracle.sysman.top.oms:El plugin Deploy Provision Application se ha realizado correctamente
    INFO: oracle.sysman.top.oms:About to execute plug-in Starting Oracle Management Server
    INFO: oracle.sysman.top.oms:El plugin Starting Oracle Management Server se está ejecutando
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.StartOMS
    INFO: oracle.sysman.top.oms:Classpath = C:\OracleHomes\oms10g\sysman\jlib\omsPlug.jar;C:\OracleHomes\oms10g\jlib\emConfigInstall.jar;C:\OracleHomes\oms10g\sysman\jlib\emCORE.jar;C:\OracleHomes\oms10g\sysman\jlib\emagentSDK.jar;C:\OracleHomes\oms10g\sysman\jlib\log4j-core.jar;C:\OracleHomes\oms10g\jdbc\lib\classes12.jar
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=5:microstep=0
    INFO: oracle.sysman.top.oms:inside perform
    INFO: oracle.sysman.top.oms:Starting Oms again
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: stopping opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: starting opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:starting opmn service again
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=patchsetConfiguration in step=5:microstep=0
    INFO: oracle.sysman.top.oms:El plugin Starting Oracle Management Server se ha realizado correctamente
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=patchsetconfigure Status=is running with ActionStep=2 stepIndex=2 microStep=0
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 15 aggregate instances saved

  • Grid Control - Database Metrics

    Trying to implement applying templates to the target databases.
    What would be the recommended approach?
    We need alerts to be sent for just few metrics (compared to many out of box metrics).
    A) Is that ok to overwrite all metrics & just apply needed metrics through template? OR
    B) should we keep all other metrics and apply the needed/changed metrics with notication only for needed/changed metrics?
    Thanks for suggestions.

    You should go for creating a Monitoring Template,
    just specify the tresholds for the metrics you like to evaluate and 'nullify' (make empty) all others.
    By this the metric values will be collected and stored in the repository, but no alert will be generated for them.
    Regards
    Rob
    For more info on using OEM GC you might want to check http://oemgc.wordpress.com

  • OEM Database Control and 10g Grid Control

    Can any one tell the difference between OEM Database Control and OEM 10g Grid Control.

    Database Control is the HTTP Management environment and comes installed with the 10g Database. It can be used to manage one database (one target) at a time (standalone). To monitor more than one database, you must create a new console on a different port for each database.
    10g Grid Control is the Enterprise version in that you can monitor different Target from different operationg systems at the same time. These include Application Servers, Listeners, Operation Systems, Non Oracle Database Systems using plugins (from 10gR2).
    So, for someone who was using OEM 9i, there was connection in to Standalone Console (Java) and Oracle Management Server (Java and HTML). In 10g, they are replaced with Database Control (Java and HTML versions) and Grid Control respectively.

  • Create user in OEM Grid Control

    Hi,
    I have a oem GRID control database, i have actually 3 users sys, sysman and system.
    I connect to the grid control with th sysman user and i administered the database with this user.
    I want to create a new user 'CONSULT' for a developper , the new user 'CONSULT' has just the privilege to connect only to one machine , someone know HOW TO CREATE THE USER ?
    Thanks for your help .

    As sysman, Go to Setup/Administrators, and create a new administrator.

  • What's the correct order to install OEM Grid Control + DB + AS?

    Hi everbody! I'm getting start on OracleAS and Grid Control.
    What's the correct order to install:
    * Enterprise Manager 10g Grid Control
    * Database 10gR2
    * Application Server 10gR3
    (on RHEL4-Upd2)
    or the order is not important?
    I need have the environment for each oracle software ($ORACLE_HOME, $ORACLE_BASE)? Or install first one, and change the environment and install, change again and install, etc.. ? :)
    Tks!

    Hey Rafael! You only have to use the Grid Control CDS, AS, repository database and grid control software are installed automatically, so you dont have to worry about the order u should have to follow.
    Anyways if u have already installed a database u can use that one as a repository.
    about the enviorment variables i guess u´ll be prompted for just one only directory cause u only need to install the software only one time.
    hope u find this interesting!!
    Regards, Luis

  • Overview of all the Grid Control Parts

    It's pretty basic how the Grid Control database (OMR), Web Services (OMS) and agent components work together.
    My questions is how these components use different tools such as PL/SQL, Java, OC4J, Application Express, XML and Perl to communicate and perform the work.
    Can anyone point me to documentation for a BIG picture? Describe a overview how this component talks to that component.
    What brings this up, is that I am doing an install. I see some Java errors and it is executing a perl script ConfigureGC.pl. What is really going on here?

    Hi Sonja,
    There is currently no way to do that, since there is no difference between the documents, linked or not.  You can check the note   918386 which explains how this works exactly and why there is no way to know where the document was created originaly.
    Kind regards,
    Fabricius

  • Report from Grid Control:Monthly Growth of each database in Single Report

    Hi,I want to make the report from Grid Control for Monthly Growth of each Database for Capacity planning
    I can See under Report->Storage->Oracle Database Tablespace Monthly Space Usage
    But this is only for once database and I want to include all the database in single report that too with limited INfo
    Want the format something like..just wanted to make you guys
    Database     Actual Size on 1st     Actual Size on 30th     INcrease in Size
    1.
    2.
    Something close to above format will do...
    Thanx
    Gagan

    Hi Thanx for the reply
    But Which Tablespace Metric You are talking about?I can See 5-6 Tablespace Metric and infact I dont want the data at the tablespace level and I want the total size of the database and growth in last month as shown in ' Oracle Database Tablespace Monthly Space Usage '.
    But Thanx again for the reply
    Regards
    Gagan

  • Report from Grid Control:Monthly Growth of Each Database on Single Report

    Hi,I want to make the report from Grid Control for Monthly Growth of each Database for Capacity planning
    I can See under Report->Storage->Oracle Database Tablespace Monthly Space Usage
    But this is only for once database and I want to include all the database in single report that too with limited INfo
    Want the format something like..just wanted to make you guys
    Database     Actual Size on 1st     Actual Size on 30th     INcrease in Size
    1.
    2.
    Something close to above format will do...
    Thanx
    Gagan

    Hi Thanx for the reply
    But Which Tablespace Metric You are talking about?I can See 5-6 Tablespace Metric and infact I dont want the data at the tablespace level and I want the total size of the database and growth in last month as shown in ' Oracle Database Tablespace Monthly Space Usage '.
    But Thanx again for the reply
    Regards
    Gagan

  • Error while installing EnterpriseManager grid control on existing database

    Hi All,
    While installing Oracle EnterpriseManager grid control on existing database
    it asked for deconfig an existing database control and while doing this we got an error as follows
    Getting temporary tablespace from database...
    Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ceserp.computechcorp.net)(PORT=1543)))(CONNECT_DATA=(SERVICE_NAME=GRID))): ORA-12514: TNS:listener does not currently know of service requested in connect descriptor (DBD ERROR: OCIServerAttach)
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /u01/oracle10g_grid/DB10.2.0/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ceserp.computechcorp.net)(PORT=1543)))(CONNECT_DATA=(SERVICE_NAME=GRID))) -repos_user SYSMAN -action drop -verbose -output_file /u01/oracle10g_grid/DB10.2.0/cfgtoollogs/emca/GRID/emca_repos_drop_2010-03-15_11-14-10-PM.log
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error dropping the repository
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/oracle10g_grid/DB10.2.0/cfgtoollogs/emca/GRID/emca_repos_drop_<date>.log for more details.
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error dropping the repository
    Refer to the log file at /u01/oracle10g_grid/DB10.2.0/cfgtoollogs/emca/GRID/emca_2010-03-15_11-13-15-PM.log for more details.
    Mar 15, 2010 11:14:10 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error dropping the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:183)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:134)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
    please help on this issue
    Thanks

    Based on the error below:
    Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ceserp.computechcorp.net)(PORT=1543)))(CONNECT_DATA=(SERVICE_NAME=GRID))): ORA-12514: TNS:listener does not currently know of service requested in connect descriptor (DBD ERROR: OCIServerAttach)
    It looks like the installer can't connect to your existing database.
    Can you ensure that your listener is servicing the already existing database.
    lsnrctl status -> will list services
    Make sure the database you want to use as your repository is there.

  • Installing EM Grid Control 10.2.0.3 with Database 10.2.0.3 On RHEL4 U3 & U4

    Note: This is not an official document, it discusses Oracle Enterprise Manager Grid Control (EMGC) installation on Redhat Linux Update 3 & Update 4 with new database NOT with an existing database. Both OS Updates were installed with FULL PACKAGE INSTALLATION option. Oracle Universal Installer creates the database automatically before creating the EMGC repository.
    •     For Linux the base version of the EMGC is 10.2.0.1 and for Windows platform it is 10.2.0.2.
    •     The database release is 10.1.0.4 with EMGC 10.2.0.1.
    •     When installed it creates three Oracle Homes: 1) db10g (database), 2) oms10g (Oracle Management Service), and 3) agent10g.
    Course of Action:
    To get to Oracle EMGC 10.2.0.3:
    •     Install EMGC 10.2.0.1      
     Upgrade Oracle Home oms10g to 10.2.0.3.
     Upgrade Oracle Home agent10g to 10.2.0.3.
    To get to Oracle Database 10g 10.2.0.3:
    •     Oracle Database 10g 10.1.0.4 will get installed by the OUI automatically
     Upgrade Oracle Database 10g to 10.2.0.1 in new Oracle DB Home.
     Upgrade new Oracle DB Home to 10.2.0.3.
    ====================================
    Installing EM Grid Control 10.2.0.1:
    ====================================
    To install EMGC 10.2.0.1 download all the three files: Linux_Grid_Control_full_102010_disk1.zip, Linux_Grid_Control_full_102010_disk2.zip, Linux_Grid_Control_full_102010_disk3.zip from http://www.oracle.com/technology/software/products/oem/htdocs/linuxsoft.html.
    If you have unzipped all the downloaded zip files in separate directories then the very first error message slammed at your face after starting the installation will be something like “OUI-10133: Invalid Staging Area. There Area No Top Level Components”. All you have to do is to unzip all the three files in the single directory (Metalink 395030.1).
    After unzipping all the files in the same directory follow the steps that are given on the follow URL.
    http://www.oracle.com/technology/obe/obe10gemgc_10202/install/install.htm
    BUT the problem is that you will be punched with few other error messages during the installation that will terminate the installation. The WORKAROUND is given below.
    There are three stages of the installation by OUI:
    1.     Installation of EM Repository Database 10.2.0.1.
    2.     Installation of EM Grid Console 10.2.0.1.
    3.     Installation of Agent 10.2.0.1.
    The first stage completes without any problem and on the OUI you will see: Oracle Enterprise Manager Repository Database 10.2.0.1.0 installed. While installing the Grid Console, during copying files for "Oracle Application Server 10g 10.1.2.0.2" at 90% OUI will pop up an error message "An error occurred during runtime." You will see lines similar to the following lines in the installation log files.
    INFO: Calling Action SpawnActions10.1.0.3.0 Spawn
    installcommand = /u01/app/oracle/product/10.2.0/oms10g/bin/OracleAS_Relink_Patch.sh
    deinstallcommand =
    WaitForCompletion = null
    INFO: Exception occured during spawning :java.io.IOException: /u01/app/oracle/product/10.2.0/oms10g/bin/OracleAS_Relink_Patch.sh: cannot execute
    INFO: Spawning the modified command :/u01/app/oracle/product/10.2.0/oms10g/bin/OracleAS_Relink_Patch.sh
    INFO: Exception thrown from action: Spawn
    Exception Name: RuntimeException
    Exception String: An error occurred during runtime.
    Exception Severity: 0
    Problem:
    There is a bug which is still being worked on by the DEV : Bug 5203165 : Abstract: CANNOT EXECUTE ../oms10g/bin/OracleAs_Relink_Patch.sh AT INSTALL
    Note that this is an unpublished bug, not viewable via Metalink. The bug apparently occurs only on RHEL4 (32bit) Update 2 and Update 3 (I faced the same thing in Update 4 as well).
    Workaround:
    •     Leave the error message as it is and change the execution permission of the script OracleAS_Relink_Patch.sh.
    $ chmod +x /u01/app/oracle/product/10.2.0/oms10g/bin/OracleAS_Relink_Patch.sh
    •     Now press Retry on the error message pop up window. The installation will resume.
    On the same stage while linking at 90% one another error message will pop up “Error in invoking target 'install' of makefile '/u01/app/oracle/product/10.2.0/oms10g/sqlplus/lib/ins_sqlplus.mk'”.
    Problem:
    Hitting bug : 5203194 :Abstract: RELINK FAILS ON 10.2 GC INSTALL -LIBCLNTSH.SO: UNDEFINED REFERENCE TO NNFGTABLE
    Bug is not published in Metalink. As per the description: Installing 10.2.0.2 Grid Control on RHEL4 Update 2 or Update 3 (I faced the same thing in Update 4 as well). This generates an error in the linking phase. The error is generated while attempting to relink sqlplus.
    Workaround:
    •     Stop installation of all components.
    •     Restart the installation and pick the option to resume the installation.
    •     This allows the installation to complete.
    If by any chance you press continue instead of stopping the installation you should get ready for the garbage OUI is going to throw at you:
    Error in invoking target 'install' of makefile '/u01/app/oracle/product/10.2.0/oms10g/network/lib/ins_net_client.mk'
    Error in invoking target 'install' of makefile '/u01/app/oracle/product/10.2.0/oms10g/network/lib/ins_nau.mk'
    Error in invoking target 'install' of makefile '/u01/app/oracle/product/10.2.0/oms10g/webcache/lib/ins_calypso.mk'
    During Setting up 'Perl Interpreter 5.6.1.0.2d'
    An error occurred during runtime
    During Setting up 'Oracle Application Server 10g 10.1.2.0.2'
    The OPMN Process Manager failed to start. Please check the logs in the /u01/app/oracle/product/10.2.0/oms10g/opmn/logs directory for the cause of failure. Once the cause of failure has been remedied, start OPMN manually and click Retry.
    HTTP Server Configuration Assistant Failed.
    OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    ====================================
    Upgrading EM Grid Control 10.2.0.1 to 10.2.0.3:
    ====================================
    I hope after installing EMGC 10.2.0.1 you are still intending to upgrade it..... :-D Now for that download GridControl_10.2.0.3_Linux.zip from http://www.oracle.com/technology/software/products/oem/htdocs/linuxsoft.html and follow the README.txt file included with the upgrade patch. Before starting the upgrade you will probably have to apply a patch (4329444) on the existing database (10.1.0.4). Anyway, its one of the prereq that you have to complete.
    For upgrade follow the steps given on the following URL.
    http://www.oracle.com/technology/obe/obe10gemgc_10203/patching/patching.htm
    •     Keep one thing in mind that you will have to apply the above mentioned patch twice. Once for oms10g home and once for agent10g home.
    •     Stop all the EMGC related services.
    •     When applying the patch to a particular home change the ORACLE_HOME to that home. E.g. when applying the patch on the oms10g home:
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/oms10g
    and for agent10g home:
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/agent10g
    ====================================
    Upgrading Database from 10.1.0.4 to 10.2.0.1:
    ====================================
    Download the file 10201_database_linux32.zip from http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html.
    •     Shutdown all the EMGC related services, the listener, and the database.
    •     Start the installation of 10.2.0.1.
    •     Since 10.2.0.1 is a base release that is why you cannot install it in the existing Oracle Home i.e. in db10g. You have to define a separate Oracle Home for the new installation say db10gR2.
    •     During the installation it will ask you to upgrade the existing database 10.1.0.4 to 10.2.0.1, click YES.
    •     Hopefully the installation will go just fine.
    ====================================
    Upgrading Database from 10.2.0.1 to 10.2.0.3:
    ====================================
    Download the file p5337014_10203_LINUX.zip from http://metalink.oracle.com.
    •     Shutdown all the EMGC related services, the listener, and the database.
    •     Start the installation of 10.2.0.3.
    •     During installation it will ask for the Oracle Home, give the new Oracle Database Home i.e. db10gR2 and proceed.
    •     Hopefully the installation will go just fine.
    •     Start the database, listener, and all the EM GC related services:
    o     $ORACLE_HOME/../oms10g/bin/emctl start em
    o     $ORACLE_HOME/../agent10g/bin/emctl start agent
    o     $ORACLE_HOME/../oms10g/opmn/bin/opmnctl startall
    •     Try accessing the EMGC through the browser http://xyz.abc.com:4889/em
    •     You will see two Oracle databases in the EMGC, the old one, 10.1.0.4 and the new one 10.2.0.3. Don’t worry it will not bother you at all. It will only occupy a GB or so. Though, you can remove it through OUI.
    Congratulations!!!! you have now Enterprise Manager Grid Control 10.2.0.3 with Database 10.2.0.3 on RHEL 4 Update 3.
    You can repeat the same exercise for RHEL4 Update 4 as well, but during pre-installation checks you will get 1 warning that:
    Checking for compat-libstdc++-296-2.96-132.7.2; found Not found. Failed <<<<
    Checking for libstdc++devel-3.4.3-22.1; found Not found. Failed <<<<
    Checking for openmotif-21-2.1.30-11; found openmotif-2.2.3-10.RHEL4.5. Failed <<<<
    Actually, these packages are already there in the OS but the higher versions. It is evident from the above messages that first it “founds” the package but due to the version conflict it says that “Not found”. All you have to do is click on the check box next to warning, it will change to User Verified or something. Now press Next and follow the same steps that we followed for Update 3.

    The quicker way is to use sofware only method to install 10204 oms and dirctly use 10203 datbase directly as a oms repository.
    Check the section Installing 'Software-Only' and Configuring Later
    http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/installing_em.htm#CCHGBDCB

  • Adding Database in OEM Grid Control 11g

    Dear All,
    I have install silently oem agent 11g in a solaris system. The installation was successful and agent is up and running.
    But the thing is I can't add this client and its database in my OEM Grid Control interface. When I try to add the target it shows the bellow error
    Information
    You cannot add a host target from Enterprise Manager Grid Control.
    To add a host target, install the Oracle Management Agent on the host computer you want to manage. When the Management Agent begins communicating with the Oracle Management Service, the Management Agent target and the Host target will appear in the list of targets.
    My Question is how i can the target's agent can communicate with OMS agent? and How this target can be incorporated?

    You install management agents on the host and point the URl to the grid control OMS and it will automatically discover the host and databases
    It is in the documentation.
    Oracle Database FAQs

  • Oracle 9i Database -- Performance window in Grid Control not data available

    Hi
    I have Grid Control 10.2.0.4 on Red Hat and i monitoring some Oracle 9i Instances. When i go to any of these instances to the Performance section, at begininig , ever, not data available in all the graphics.
    When i select manual refresh the graphic begin to build information. But if i close the explorer and reopen , all graphics not have any information.
    Is the situation normal for all Oracle 9i databases?
    The explanation is that Oracle 9i not have AWR ?
    Thanks

    You have too few RAM on your machine, even you could successfully create an instance, it's going to slow as hell.
    When you run DBCA to create database, instead of actually creating the database you could choose to dump the SQL scripts and files used for database creation to a directory. This way will give you a chance to modify pfile and reduce the SGA parameter. I believe the default SGA of instance created by DBCA is already beyond your RAM limit.

  • Can Grid Control 10gR2 create a standby database when primary db uses ASM?

    Does anyone know if Grid Control 10gR2 will be able to create a standby database when the primary database uses ASM for data files, redo log files, and archive log files but the standby database will use mounted disks? If it can, would it matter that the primary db will be a RAC cluster and the standby will be a single instance db?

    I appreciate your reply and hope you are correct. Have you had a look at the 10gR2 Grid Control to confirm this or are you only going on published statements? The reason I ask is because previous versions of Grid Control claimed to support ASM but they would only allow you to work with them AFTER you had created a standby database manually but you couldn't actually use Grid Control to create a standby database from a primary database that had its log files on ASM disks.

Maybe you are looking for