Disable Multiple temp space in OEM 12C

Hi,
I've centralized OEM 12C for monitoring. I want to disable the monitoring of multiple temp space.
i've disabled default temporary tablespace and undo tablespace of the test database in OEM 12c. But it is not covering for multiple temporary tablespaces.
Is it possible for disable multiple temp space? any other way?
Thanks in advance.
Thanks,
Robin

Robin,
You can do a  "Create Like" on the DISABLE TABLESPACE USED (%) ALERTS FOR UNDO AND TEMP TABLESPACES job and modify the sql listed below, which is used for the cursor, to something that will work for your temporary tablespaces.
select tablespace_name from dba_tablespaces where CONTENTS IN ('UNDO', 'TEMPORARY');
Regards,
- Loc

Similar Messages

  • Temp space problem

    HI all,
    I receive an error while executing a procedure.
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
    can any one please exlain what is the problem.
    thanks in advance
    baskar k

    hi
    First ORA-01652 may occur because there is simply no space available in the temp tablespace of which is being used. The second cause of ORA-01652 may have to do with the local temp segment not being able to extent space even though there is space in other instances.
    To trouble shoot for ORA-01652, and find out which of the above scenarios are causing ORA-01652 use this query offered by MetaLink:
    select sum(free_blocks)
    from gv$sort_segment
    where tablespace_name = '<TEMP TABLESPACE NAME>'
    You will know that the first scenario is causing ORA-01652 to be thrown if the free block reads '0' because it signifies that there is no free space.
    If there is a good amount of space, you know that there is another cause for ORA-01652, and it is probably the second scenario. It is important to note that in a non-RAC environment, local instances are not able to extend the temp segments, so in the RAC environment, ORA-01652 has to be handled differently. If you are experiencing ORA-01652 in a non-RA environment, be aware that every SQL making use of the tablespace can fail.
    In RAC, more sort segment space can be used from other instances, which can help resolve ORA-01652 more easily. Try using the query below:
    select inst_id, tablespace_name, total_blocks, used_blocks, free_blocks
    from gv$sort_segment;
    Basically, you can then find out how much temp segment space can be used for each instance by viewing the total_blocks, and the used_blocks can reveal the space which has been used so far, and and the free_blocks gives the amount of space allocated to this particular instance. This being, to resolve ORA-01652, you can check out that used_blocks = total_blocks and free_blocks = 0 will probably show for the instance, and ORA-01652 will be shown multiple times within the alert log.
    This basically means that free space from other instances is being requested, and typically signifies that there is instance contention. Instance contention within the temporary space can make the instance take more time to process.
    In sever cases, a slowdown may occur, in which you might want try one of the following work-arounds:
    Increase size of the temp tablespace
    Increase sort_area_size and/or pga_aggregate_target
    However, remember to not use the RAC feature of DEFAULT temp space.
    If ORA-01652 is causing the slowdown, SMON will probably not be able to process the sort segment requests, you you should try to diagnose the contention:
    Output from the following query periodically during the problem:
    select inst_id, tablespace_name, total_blocks, used_blocks, free_blocks
    from gv$sort_segment;
    Global hanganalyze and systemstate dumps
    Hope this helps
    CHeers

  • 3.1.1 upgrade breaks OEM 12c Infrastructure Cloud

    Greetings,
    After upgrading from 3.0.3 to 3.1.1 (manager first then servers) all of the Oracle VM targets in OEM 12c Infrastructure Cloud have metric collection errors, specifically "ERROR - Failed to connect to OVM Manager1010", i.e. oracle.sysman.vt.ovm.integration.api.EMOVMCommunicationServiceException: 1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused.
    We walked through the check in "Oracle VM Manager Login Fails with OVMAPI_6000E [ID 1416443.1" , all systems go....
    sh ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    COMMAND: ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    find: /tmp/ovmpatches: No such file or directory
    Copying xsl files to patch path location
    `./transform_003000002000_010.xsl' -> `/tmp/ovmpatches/transform_003000002000_010.xsl'
    `./transform_003000003000_010.xsl' -> `/tmp/ovmpatches/transform_003000003000_010.xsl'
    `./transform_003001001000_010.xsl' -> `/tmp/ovmpatches/transform_003001001000_010.xsl'
    `./transform_003001001000_020.xsl' -> `/tmp/ovmpatches/transform_003001001000_020.xsl'
    Copying deleted classes files to patch path location
    `./deletedClasses.xml' -> `/tmp/ovmpatches/deletedClasses.xml'
    INFO (OvmUpgrade.java:206) Oracle OVM Manager Upgrade Processor
    INFO (OvmUpgrade.java:207)
    INFO (OvmUpgrade.java:488) Upgrade Initialization Starting
    INFO (OdofDirector.java:220) Oracle Distributed Object Fabric (ODOF): Copyright (C) 2007, 2012 Oracle. All rights reserved.
    INFO (OdofDirector.java:221) ODOF Version: 1.0.0.0
    INFO (OdofDirector.java:222) Initializing...
    INFO (OdofDirector.java:279) Initialization Complete!
    INFO (OvmUpgrade.java:490) Upgrade Initialization Complete
    The /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/servers/AdminServer/logs/AdminServer.log logs are clean....
    This log is quickly filling up our free space (5G worth of logs :-): /u01/app/oracle/product/agent/agent_inst/sysman/log/gcagent_errors.log with:
    2012-05-12 17:43:38,405 [129:GC.Executor.7 (oracle_vm_zone:Page:Response) (oracle_vm_zone:Page:Response:Response)] ERROR - Failed to connect to OVM Manager1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused
    From the manager:
    # lsof -i|grep 54321
    java 3067 oracle 454u IPv6 710576 0t0 TCP localhost.localdomain:43620->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 511u IPv6 19638 0t0 TCP localhost.localdomain:54321 (LISTEN)
    java 3067 oracle 710u IPv6 19639 0t0 TCP localhost.localdomain:64163->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 711u IPv6 19640 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64163 (ESTABLISHED)
    java 3067 oracle 712u IPv6 19641 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64164 (ESTABLISHED)
    java 3067 oracle 713u IPv6 19642 0t0 TCP localhost.localdomain:64164->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 714u IPv6 19643 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64166 (ESTABLISHED)
    java 3067 oracle 715u IPv6 19645 0t0 TCP localhost.localdomain:64166->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 716u IPv6 19646 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64168 (ESTABLISHED)
    java 3067 oracle 717u IPv6 19649 0t0 TCP localhost.localdomain:64168->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 718u IPv6 19650 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64173 (ESTABLISHED)
    java 3067 oracle 720u IPv6 19781 0t0 TCP localhost.localdomain:64173->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 721u IPv6 19782 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64175 (ESTABLISHED)
    java 3067 oracle 723u IPv6 19798 0t0 TCP localhost.localdomain:64175->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 749u IPv6 20742 0t0 TCP localhost.localdomain:64235->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 750u IPv6 20743 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64240 (ESTABLISHED)
    java 3067 oracle 757u IPv6 20149 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64207 (ESTABLISHED)
    java 3067 oracle 758u IPv6 20761 0t0 TCP localhost.localdomain:64240->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 759u IPv6 20167 0t0 TCP localhost.localdomain:64207->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 760u IPv6 20168 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64209 (ESTABLISHED)
    java 3067 oracle 761u IPv6 20185 0t0 TCP localhost.localdomain:64209->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 762u IPv6 20186 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64235 (ESTABLISHED)
    java 3067 oracle 763u IPv6 20762 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64247 (ESTABLISHED)
    java 3067 oracle 765u IPv6 20802 0t0 TCP localhost.localdomain:64247->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 770u IPv6 464327 0t0 TCP localhost.localdomain:54321->localhost.localdomain:43620 (ESTABLISHED)
    java 3067 oracle 771u IPv6 21578 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64313 (ESTABLISHED)
    java 3067 oracle 779u IPv6 21617 0t0 TCP localhost.localdomain:64313->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 781u IPv6 25612 0t0 TCP localhost.localdomain:54321->localhost.localdomain:11597 (ESTABLISHED)
    java 3067 oracle 783u IPv6 74799 0t0 TCP localhost.localdomain:11597->localhost.localdomain:54321 (ESTABLISHED)
    I recollect in 12.0, not 12.1, there was a required OVM password deep in a hidden nook in the OEM Infrastructure Cloud GUI, I cant find it in 12.1, could this be the issue?
    Respectfully,
    Roddy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    A quick update, Oracle support just informed me the 3.1.1 is not certified with OEM 12c 12.1. Not very helpful information, but its a start.
    At first glance it appears that the OVM development team made changes that break the virtualization plug-in.
    Any assistance and/or workarounds would be greatly appreciated!

  • SQL query using lot of Temp space

    I have sql query which is using lot of temp space , please suggest some ways to reduce this
    SELECT A.POSITION_NBR, TO_CHAR(B.EFFDT,'YYYY-MM-DD'), rtrim( A.SEQNO), A.EMPLID, B.REG_REGION, A.MANAGER_ID, A.REPORTS_TO, case when A.POSITION_NBR = A.REPORTS_TO THEN 'POS reports to same position' else 'Positions with multiple Emp' End Case
    FROM PS_Z_RPTTO_TBL A, PS_POSITION_DATA B, PS_POSTN_SRCH_QRY B1
    WHERE B.POSITION_NBR = B1.POSITION_NBR AND B1.OPRID = 'MP9621Q' AND ( A.POSITION_NBR = B.POSITION_NBR AND ( A.REPORTS_TO = A.POSITION_NBR AND B.EFFDT =
    (SELECT MAX(B_ED.EFFDT)
    FROM PS_POSITION_DATA B_ED
    WHERE B.POSITION_NBR = B_ED.POSITION_NBR) AND A.POSITION_NBR <> '00203392') OR ( B.EFFDT =
    (SELECT MAX(B_ED.EFFDT)
    FROM PS_POSITION_DATA B_ED
    WHERE B.POSITION_NBR = B_ED.POSITION_NBR AND B_ED.EFFDT <= SYSDATE) AND B.MAX_HEAD_COUNT <>
    (SELECT Count( C.EMPLID)
    FROM PS_Z_RPTTO_TBL C)) ) UNION
    SELECT F.POSITION_NBR, TO_CHAR(F.EFFDT,'YYYY-MM-DD'), '', '', F.REG_REGION, '', F.REPORTS_TO, ''
    FROM PS_POSITION_DATA F, PS_POSTN_SRCH_QRY F1
    WHERE F.POSITION_NBR = F1.POSITION_NBR AND F1.OPRID = 'MP9621Q' AND ( F.EFFDT =
    (SELECT MAX(F_ED.EFFDT)
    FROM PS_POSITION_DATA F_ED
    WHERE F.POSITION_NBR = F_ED.POSITION_NBR AND F_ED.EFFDT <= SYSDATE) AND F.EFF_STATUS = 'A' AND F.DEPTID IN
    (SELECT G.DEPTID
    FROM PS_DEPT_TBL G
    WHERE G.EFFDT =
    (SELECT MAX(G_ED.EFFDT)
    FROM PS_DEPT_TBL G_ED
    WHERE G.SETID = G_ED.SETID AND G.DEPTID = G_ED.DEPTID AND G_ED.EFFDT <= SYSDATE) AND F.REG_REGION = G.SETID AND G.EFF_STATUS = 'I') )
    Thanks in Advance
    Rajan

    use {noformat}<your code here>{noformat} tags to format your code.
    I have sql query which is using lot of temp space , please suggest some ways to reduce thisIf your sort_area_size is not set sufficient oracle used temp space for sorting operation. As your code is not readable i cant say much more than this. Check with your DBA if you have to increase the temp space.

  • OEM 12c job output

    In OEM 12c I can create a sql script job that run against multiple database instances. I just wonder if it is possible for the job to insert output to a table on a database. For example if I write a job that extracts the SGA size of a database and runs its against 5 databases, and I want to insert 5 rows into a db table, each row would have the database name and its corresponding SGA size. Is that possible? Thanks.

    What is the end goal here? Do you just want to report on such data? If yes, then EM already collects this information and you can easily create a report against it.
    The job output is also stored in EM repository, so you can query the job output from our repository views.
    http://docs.oracle.com/cd/E24628_01/doc.121/e25161/views.htm#BABFJBHH

  • Fail to login as other user on OEM 12c Release 2 Cloud control console

    Hi,
    I tried to login on OEM 12c release 2 cloud control console as other user it show the following error
    Authentication failed. If problem persists, contact your system administrator
    but when i try with sysman account then it successful done. so i dont know why it happen. I also checked job_queue_processes that is 1000 and i also checked listener,agent,oms status all are up.
    so please suggest me what should i do and what is the main cause of this problem.
    Thanks,
    Jimmy Gupta

    Hi Venkata,
    This is the contant of emoms.trc file
    so suggest me what should i do to solve this problem.
    es processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,296 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,296 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,297 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,297 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,298 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,298 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,299 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,299 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,300 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,300 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,301 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:39:52,406 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:39:52,408 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:39:52,411 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,412 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,412 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,413 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,414 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:39:52,414 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,415 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,415 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,416 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,417 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,417 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,418 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,418 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,419 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,420 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,420 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,421 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,422 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,423 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:12,815 [EMUI_15_41_12_/console/database/config/config] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-28 15:41:25,018 [EMUI_15_41_25_/console/database/config/] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-28 15:41:25,363 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.92 - ShortName ShortName Average Synchronous Single-Block Read Latency (ms) very long. Has been truncated.
    2013-03-28 15:41:25,420 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,421 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,422 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,422 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,423 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,423 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,424 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,424 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,425 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,426 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,427 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,427 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,428 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,429 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,429 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,431 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:25,437 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:41:25,438 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label XStream/Integrated GoldenGate Inbound/Outbound server's queue - Buffered very long. Has been truncated.
    2013-03-28 15:41:25,439 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:41:25,440 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label XStream/Integrate GoldenGate Inbound server's coordinator statistics very long. Has been truncated.
    2013-03-28 15:41:25,443 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,443 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,444 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,444 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,445 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,445 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,446 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,446 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,447 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,447 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,448 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,448 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,449 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,450 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,450 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,451 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,451 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,452 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,453 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:25,553 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:41:25,555 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:41:25,558 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,558 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,559 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,559 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,560 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,561 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,561 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,562 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,562 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,563 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,564 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,564 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,565 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,565 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,566 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,567 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,567 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,568 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,568 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:42:38,660 [EMUI_15_42_38_/console/database/config/config] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-29 00:06:47,533 [RemoteJobWorker 19041] ERROR em.jobs logMsg.570 - [RFMPlugIn_Cert] storedChecksum :2fa00ec200ba372170ff71256134119b new checksum=9944c75fe1d195310148f005f18931aa componentType=ARU_CERT_PRODUCT timestamp=2013-03-29 00:05:39.528
    2013-03-29 00:12:12,043 [[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR em.jobs logMsg.570 - [RFMPlugIn_Cert] storedChecksum :606d9b64aceeebd04015b78551e4e55e new checksum=6c00aeeb8853ba203a3f5d98c9868045 componentType=ARU_CERT_CERTIFICATION timestamp=2013-03-29 00:05:39.528
    2013-03-29 08:52:50,205 [[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN auth.EMRepLoginFilter doFilter.402 - Security ctxt is not set, got no username from container, redirecting to login page
    Thanks,
    Jimmy

  • Can OEM 12c installed on VMs?

    I checked oracle documentation regarding OEM 12c and seems did not specific if we can use VMs or not. But since so many components need to be installed and configured, I would like to see if anybody know this here.
    Thanks in advance.

    Related question -- how much RAM and hard drive space has everybody allocated to their VM's?
    Because my Oracle Enterprise Manager (OEM) and Oracle/Sun  Ops Center on same box? was considered a small one, I've put the database repository and OMS all in the same server.
    Because it has to fit both an OMS and Oracle Database SGA, I found that I could barely fit it inside about 6.5GB of RAM allocated to my VM. This is a lab environment on a host linux box with 8GB RAM.

  • Query on  V$STREAMS_APPLY_COORDINATOR used large temp space

    Hi
    My database recently experience ORA-1652 error consistently on temp tablespace. I found out the query to cause this was an OEM query SELECT APPLY_NAME,TOTAL_RECEIVED,TOTAL_ASSIGNED,TOTAL_APPLIED FROM V$STREAMS_APPLY_COORDINATOR, which uses over than 800M temp space frequently. I am not sure why is this, I can query the same select statement in sqlplus, it returns immeidatly. Can anyone help to teach me on this? Thanks.
    The query to find the user for temp tablespace is.
    SELECT S.sid || ',' || S.serial# sid_serial, S.username, Q.hash_value, Q.sql_text,
    T.blocks * TBS.block_size / 1024 / 1024 mb_used, T.tablespace
    FROM v\$sort_usage T, v\$session S, v\$sqlarea Q, dba_tablespaces TBS
    WHERE T.session_addr = S.saddr
    AND T.sqladdr = Q.address
    AND T.tablespace = TBS.tablespace_name
    ORDER BY mb_used)
    where mb_used >=800;
    I got
    SID_SERIAL USERNAME HASH_VALUE SQL_TEXT MB_USED TABLESPACE
    1626,1 DBSNMP 3741683138 /* OracleOEM */ SELECT APPLY_NAME,TOTAL_RECEIVED,TOTAL_ASSIGNED,TOTAL_APPLIED FROM V$STREAMS_APPLY_COORDINATOR 880 TEMP1

    Hi
    My database recently experience ORA-1652 error consistently on temp tablespace. I found out the query to cause this was an OEM query SELECT APPLY_NAME,TOTAL_RECEIVED,TOTAL_ASSIGNED,TOTAL_APPLIED FROM V$STREAMS_APPLY_COORDINATOR, which uses over than 800M temp space frequently. I am not sure why is this, I can query the same select statement in sqlplus, it returns immeidatly. Can anyone help to teach me on this? Thanks.
    The query to find the user for temp tablespace is.
    SELECT S.sid || ',' || S.serial# sid_serial, S.username, Q.hash_value, Q.sql_text,
    T.blocks * TBS.block_size / 1024 / 1024 mb_used, T.tablespace
    FROM v\$sort_usage T, v\$session S, v\$sqlarea Q, dba_tablespaces TBS
    WHERE T.session_addr = S.saddr
    AND T.sqladdr = Q.address
    AND T.tablespace = TBS.tablespace_name
    ORDER BY mb_used)
    where mb_used >=800;
    I got
    SID_SERIAL USERNAME HASH_VALUE SQL_TEXT MB_USED TABLESPACE
    1626,1 DBSNMP 3741683138 /* OracleOEM */ SELECT APPLY_NAME,TOTAL_RECEIVED,TOTAL_ASSIGNED,TOTAL_APPLIED FROM V$STREAMS_APPLY_COORDINATOR 880 TEMP1

  • Exception Management in OEM 12c Cloud Control

    Hi All,
    It is mentioned in the Oracle Documents that Exception Management is a part of Business Transaction Management feature which can ne achieved by enabling SOA management pack EE on the target which in turn provides transaction alerting and searching to locate exceptions and errors in transactions that span multiple application components.
    But then can any one please tell me how can I achieve this? That means what all configuration (other than soa management packEE) is required for this exception management and how can I do this OEM . I am not able to find a good document which explain the exception management in OEM 12c cloud control.
    Please help!!
    Thanks in Advance!!

    Business transaction Management 12c (BTM)is licensed with SOA Manangement pack Enterprise Edition along with WLS Mgmt Pack and management pack for non-oracle middleware. So, if you have SOA Mgmt Pack EE, then you are already licensed for BTM 12c.
    You need to download BTM12c (http://www.oracle.com/technetwork/oem/downloads/btw-downloads-207704.html) and then you need to install it (http://docs.oracle.com/cd/E24628_01/install.121/e37016/toc.htm) . Once the installation is complete, you will need to send traffic through your managed targets, where you would have already deployed the BTM observers (Ref. installation guide). Once traffic will be sent, your services will get discovered and then you will need to create transactions (http://docs.oracle.com/cd/E24628_01/doc.121/e37014/transactions.htm#sthref186) that you may wanna monitor. As part of the transaction creation, you can enable logging on the transaction and once that's done, you will be able to search and manage exceptions by monitoring your transactions.
    Edited by: EM_SOA_assist on Nov 2, 2012 12:16 AM
    Edited by: EM_SOA_assist on Nov 2, 2012 12:17 AM

  • How to add a weblogic cluster in OEM 12c Cloud Control

    Hi All,
    I have created one SOA domain with a two node cluster. My cluster contains two servers; one on each machine. Now I want to monitor my domain with OEM 12c cloud control. I my OEM 12c cloud control I can add my weblogic domain but if that domain contains a cluster and in the cluster one server must be residing on the some other machine. Then how exacly in OEM 12c I can a add a target which is of type weblogic domain and contains a weblogic clusters with two servers?
    Please advise on this..!!
    Thanks in advance!!

    EM12c can take care of multiple hosts during discovery and you don't have to do anything special, however, for SOA its advisable to have local agents monitor their individual hosts; hence, you should first discover both your hosts in EM first by pushing agents to each of the hosts using Setup>Add Targets>Add Targets Manually and then discover the SOA domain. You local agents will be picked up automatically that will eventually monitor your 2 nodes/servers.

  • Is it possible to monitor more than one target/Host with one agent in OEM 12c?

    Hi,
    Is it possible to monitor more than one target/Host with one agent in OEM 12c? Please assist me on this

    Since by definition a single EM agent must reside on a single database host, then, no, you can't monitor multiple hosts.
    Unless you mean that you want to monitor multiple virtual hosts from a single physical host ... but in that case, you'd still need one host per database host.
    That's just the way EM works. Always has, probably always will.

  • Minimum requirements for OEM 12c setup in VMware

    All,
    I am planning to setup OEM 12c Grid in my personal laptop vmware workstation for practice purpose.
    Can anybody list me the minimum requirements for the OEM 12c setup i.e. min RAM size required, swap space, disk space etc..
    Thanks in advance,
    Mahipal

    Aman.... wrote:
    It took a minute over Google to get this,
    http://www.oracle.com/technetwork/oem/framework-infra/em12c-sizing-1590739.pdf
    Aman....Ha, I beat you with 48 seconds !!!
    LoL
    Edit: http://docs.oracle.com/cd/E24628_01/install.121/e22624.pdf

  • Flash Disks for TEMP space

    Hi,
    I have noticed that whenever a SQL statement needs to make heavy use of TEMP (GROUP BY, SORT, Etc.) with large amounts of data (2GB up to 50GB) execution time slows considerably. A large part of that time (As reported by OEM SQL-MONITOR) is waiting on reads/writes to TEMP. It occured to me that I could cut off a portion of my cell flash, configure it into grid disk, and create a small disk group for Flash temp space. This wouldn't need to be mirrored, as it is TEMP space. Has anybody tried this? (This is a data warehouse with a large amount of data, so it's not unusual for queries to use 5GB to 10GB of TEMP).
    Thanks,
    Doug

    All,
    Well, I had a chance to test this & it actually works very well. The first thing I found was that it is very fast & easy to configure some of the flash into grid disks, and there is no need to even take the databases down or cycle them. On each Cell (using DCLI lets it all be scripted up) you simply drop the flash cache, recreate it smaller, and configure the rest into grid disk. (Reversing it is just as easy). Then, since TEMP does not need to be mirrored, you simple create a disk group specifying External redundancy. Create a TEMP tablespace in this disk group, and you are off and running.
    I created a simple SQL that did a GROUP BY and SORT on 10 columns of a 500M row table. That SQL ran 1min, 5 secs using hard disk TEMP and 1 minute flat using flash temp. I ran these repeatedly, and the timings were consistent. This wrote 4GB to TEMP. Then I doubled the amount of data by doing a UNION ALL of the table with itself (in an inline view). This wrote 8GB to TEMP, and the difference between hard and flash temp times grew to about 15 secs. I doubled this a few more times, and the more data written to TEMP, the larger the improvement in run times. (I don't think writes to flash are slower than writes to hard disk ... they seem to be faster. The Oracle engineers would have to answer that one, but the statistics from OEM show the writes to flash TEMP as being faster than to hard disk ... particularly as the volume of data gets larger).
    In any event, we have some processes that rebuild a large number of MVs at a time (requiring about 400GB of TEMP). I'm looking at putting someting in place to build a flash TEMP to support this load, and then drop it when the load is complete. We'll try it manually first ... I think we may be looking at cutting significant time off the process.
    Thanks,
    Doug

  • OEM 12c installation failed

    Hi all,
    I try to install OEM12c and installation fails in "Plugins Prerequisites Check" phase.
    *INFO: oracle.sysman.top.oms:Initializing PluginCA.*
    *INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA*
    *INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_11-29-23/configplugin_prereq_check_2011-12-20_11-29-23.log*
    *INFO: oracle.sysman.top.oms:For help type pluginca -help*
    *INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method*
    Before this one more error is occurred.
    *INFO: /*
    *INFO: usr/bin/ld: crt1.o: No such file: No such file or directory*
    *collect2: ld returned 1 exit status*
    *INFO: make[1]: *** [u01/app/oracle/Middleware/oms/sqlplus/bin/sqlplus32] Error 1*
    *INFO: make[1]: Leaving directory `/u01/app/oracle/Middleware/oms/sqlplus/lib'*
    *INFO: make: *** [newsqlplus32] Error 2*
    *INFO: End output from spawned process.*
    *INFO: ----------------------------------*
    *INFO: Exception thrown from action: make*
    *Exception Name: MakefileException*
    *Exception String: Error in invoking target 'install' of makefile '/u01/app/oracle/Middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2011-12-20_10-45-38-AM.log' for details.*
    *Exception Severity: 1*
    *INFO: POPUP WARNING:Error in invoking target 'install' of makefile '/u01/app/oracle/Middleware/oms/sqlplus/lib/ins_sqlplus.mk'. See '/u01/app/oraInventory/logs/installActions2011-12-20_10-45-38-AM.log' for details.*
    *Click "Retry" to try again.*
    *Click "Ignore" to ignore this error and go on.*
    *Click "Cancel" to stop this installation.*
    I choose "Ignore" :)
    After I found this one
    INFO: copying from /
    INFO: OUI-10185:Unable to copy '/' to '/u01/app/oracle/Middleware/Oracle_WT/inventory/ContentsXML/ConfigXML/.1_0_0_0_0.xml'. OUI-10187:/ is a directory, specify a valid filename.
    and finally problem with "Plugins Prerequisites Check" and installation fails.
    http://picfront.de/d/8rXD
    Please help me to solve this problem.
    ./thanks in advance
    OS = OEL6.1
    DB= 11gr2.0.3 / Installed with no problems
    All required rmps are ok.
    [root@occ logs]# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.7.69 occ.oracle.cloud occ
    I have not set all DB memory initialization parameters because of lack of resources.
    But I think this problem is not related to RAM , SGA, PGA.
    Mebe problem is in OS ?
    I am going to install in OEL5.7 and OEL6.2.
    trace file
    INFO: oracle.sysman.top.oms:About to execute plug-in Plugins Prerequisites Check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.PluginCA
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/oracle/Middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/oracle/Middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/Middleware/oms/jlib/emConfigInstall.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14dms.jar:/u01/app/oracle/Middleware/oms/jlib/rcu.jar:/u01/app/oracle/Middleware/oms/jlib/rcucommon.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/dms.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/Middleware/oms/lib/xmlparserv2.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/com.bea.core.apache.log4j_1.2.13.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=0:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/oracle/Middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:COMMAND: /u01/app/oracle/Middleware/oms/bin/pluginca -oracleHome /u01/app/oracle/Middleware/oms -middlewareHome /u01/app/oracle/Middleware -action prereqCheck -plugins oracle.sysman.xa=12.1.0.1.0,oracle.sysman.emas=12.1.0.1.0,oracle.sysman.mos=12.1.0.1.0,
    INFO: oracle.sysman.top.oms:pluginca - Plugin Configuration Tool
    INFO: oracle.sysman.top.oms:About to execute plug-in Plugins Prerequisites Check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.PluginCA
    INFO: oracle.sysman.top.oms:Classpath = /u01/app/oracle/Middleware/oms/sysman/jlib/omsConfig.jar:/u01/app/oracle/Middleware/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/u01/app/oracle/Middleware/oms/jlib/emConfigInstall.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emagentSDK.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14.jar:/u01/app/oracle/Middleware/oms/jdbc/lib/ojdbc14dms.jar:/u01/app/oracle/Middleware/oms/jlib/rcu.jar:/u01/app/oracle/Middleware/oms/jlib/rcucommon.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emCORE.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/emcore_client.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/dms.jar:/u01/app/oracle/Middleware/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/Middleware/oms/lib/xmlparserv2.jar:/u01/app/oracle/Middleware/oms/sysman/jlib/com.bea.core.apache.log4j_1.2.13.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=0:microstep=0
    INFO: oracle.sysman.top.oms:Fetcing ports from teh static ports file: /u01/app/oracle/Middleware/.gcinstall_temp/staticports.ini
    INFO: oracle.sysman.top.oms:COMMAND: /u01/app/oracle/Middleware/oms/bin/pluginca -oracleHome /u01/app/oracle/Middleware/oms -middlewareHome /u01/app/oracle/Middleware -action prereqCheck -plugins oracle.sysman.xa=12.1.0.1.0,oracle.sysman.emas=12.1.0.1.0,oracle.sysman.mos=12.1.0.1.0,
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 12c Release 1 Grid Control
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.log
    INFO: oracle.sysman.top.oms:Trace file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.trc
    INFO: oracle.sysman.top.oms:Initializing PluginCA.
    INFO: oracle.sysman.top.oms:pluginca - Plugin Configuration Tool
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager 12c Release 1 Grid Control
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:Log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.log
    INFO: oracle.sysman.top.oms:Trace file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.trc
    INFO: oracle.sysman.top.oms:Initializing PluginCA.
    INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA
    INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-01/configplugin_prereq_check_2011-12-20_13-56-01.log
    INFO: oracle.sysman.top.oms:For help type pluginca -help
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method
    INFO: oracle.sysman.top.oms:Error while resolving dependencies: Cannot resolve dependency. oracle.sysman.db for plugin oracle.sysman.xa : 12.1.0.1.0 No connection could be obtained. In case this is expected and prereq check is being done, dependent plugins should be passed to PluginCA
    INFO: oracle.sysman.top.oms:Diagnostic log file: /u01/app/oracle/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_2011-12-20_13-56-03/configplugin_prereq_check_2011-12-20_13-56-03.log
    INFO: oracle.sysman.top.oms:For help type pluginca -help
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has failed its perform method

    LocN wrote:
    Have you checked if there was/is sufficient disk space (400 MB) in /tmp as specified in this doc:
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_em_exist_db.htm#EMBSC162
    Regards,
    - LocThanks Loc for reply,
    Yes of course there is 4gb free space, I checked everything what I know after search in the net and
    I found a lot of recurses and articles about OEM 12c installation but most of them is just a
    screen shots of installation nothing deeply,(just copy and past from official documentation ) finally I come to this forum :)

  • What is the alternative of F5 BIG-IP LTM Load Balancer for OEM 12c

    We want to implement service load balance, however oracle recommended
    F5 BIG-IP LTM Load Balancer for OEM 12c
    How much it is cost? and is there any free alternative we can use which supported by Oracle?
    Thanks

    Apart from F5, Cisco is another SLB vendor. I am not sure about any free alternative though.
    Note that regardless what SLB that you pick, it should meet the requirements documented in section 29.3.2.2 of the EM12c Release 3 Administrator's Guide:
    The SLB must provide support for multiple virtual server ports. Enterprise Manager typically requires that up to 4 ports are configured on the SLB (Secure Upload, Agent Registration, Secure Console, Unsecure Console)
    Support for persistence. HTTP and HTTPS traffic between the browser and the OMS requires persistence
    Support for application monitoring. The SLB must be capable of monitoring the health of the OMSs and detecting failures, so that requests will not be routed to OMSs that are not availa
    Regards,
    - Loc

Maybe you are looking for

  • GR/IR monthly settlements, automatic assignments in Sales order & Co code

    Hi, 1) what are the transactions involved in the GR-IR month or period  end settlements? 2) If I select account assignment in line item in PO, the goods directly received by cost center, what will be the entry to be passed? 3)Goods receipt happend bu

  • Can E-RECRUITING share the same box of ECC?

    I always install E-RECRUITING on a dedicated server as an ABAP application. Then connect to its backend ECC. Just curious, can I  install  E-RECRUITING on the same box where its backend ECC system is installed? ECC and E-RECRUITING will have differen

  • T520 Fingerprint Reader

    The FP facility on my new T520 does not work. Sometimes it allows FP registration but, usually this fails. Very occasionally it will allow login (twice in 3 weeks!) but there is no apparent pattern to this behavior. Today it is telling me that finger

  • 4th Gen "Charging is not supported with this accessory"?

    I bought a 4th gen iPod Touch about a year ago, and recently around last month, this message (Charging is not bla bl bla...) kept comming up on my iTouch and it just stopped charging. Sometimes when I reconnect it to my computer it works, then after

  • Orientation error with HTML article

    Hello, I have a single orientation folio with 13 articles : - 12 InDesign articles - 1 HTML article Each file has an _h suffixe, but I can't publish the folio because one article has a wrong orientation. When I remove the HTML article from the folio,