Two emagent-Services on a one Database system

Hello,
maybe someone can answer my question, which I am working on since several days.
I installed Oracle 10g Database and created a Database, after that I had one OEM running and accessible using the normal URL host:1158/em.
After installing Oracle HTTP-Server and Application Express there is another OEM-Service running, that I cannot access.
I had a look at the Process and Port-List and found out that one is started from the Database_Home and the other from the Http_Home.
In the Port-List there was one java.exe on Port 1158, which I can access, and another two listening on 1810 and 1850 which I am not able to access.
Furthermore there are two emagent processes shown, where one has two connections established on different ports and is listening on a third and the second process is listening on a single port.
Since both processes have there own java instance running, consuming dozens of MB virtual and RAM space, I would like to know if I really need the second emagent that I probably installed with the HTTP-Server.
And if I do not need it, how I can stop it, because there is no entry in the Windows services list to stop this service.
Kind regards
Alex

Are you sure that while installing the Application Express you did not create a new database instance? I think that windows starts one emagent for each DB instance that has been created. It might be that installing Application Express you accidentally created a new instance? Or maybe you did the DB creation process more than once without dropping the previously created instance? I remember I used to have 4 instances running, each of them with their processes and my system became very very slow.
In the Oracle_Home/install/portlist.ini there is the list of the ports used by EM and in this file are shown even the previously configured instances EMs even if those instances have been dropped - but the processes should no longer been lunched.
For each instance, in this file the EM shows 2 different ports, one is the HTTP port (in your case 1158) and the other one is the EM agent port to connect to the instance. I have the feeling that one the ports you mentioned 1810 or 1850 should be this port (mine is 1830). You will not be able to access these ports via HTTP. So having one of them in use besides the HTTP service on 1158 should be fine.
Still I think it should not be the case to have 2 EM processes running unless you have 2 instances still active. Are you sure these java.exe processes are EM processes?
Enrico

Similar Messages

  • Ideas for integrate two landscape that individually has one XI system

    does anyone have the Ideas for integrate two landscape that individually has one XI system?
    our scenario is: in one customer side we have a xi as integration approach, and the other one also has one xi, we need to integrate them two landscape together
    and use one of the xi server as a central access points.
    my concern is :  is it a good idea to reach this goal ? since this is a
    task like;   app in landscape 1 ---> xi1 -
    > xi2 ---> app in landscape 2
    are there any other solutions ?
    thanks a lot !!

    Hi
    I guess its a XI-XI Scenario.You need to integrate two XI's
    For Reference
    XI to XI communication
    idoc to file scenario
    Thanks

  • Two machines using syncing to one database.

    We're in development/eval for 7.0 Portal right now, and every time we sync to another
    machine the other machine(s) stop working and get "Null Portal Object" webflow
    exception. Is there a way to have multiple people hitting one database? We're
    thinking of letting each developer have her/his own BEA instance on her/his machine.
    Steve

    Steve,
    There are two ways to solve the problem of which one I know is described in
    the developers guide:
    1. Each developer should have his own enterprise application (e.g.
    developer1_app, developer2_app). The synchronization works by the
    enterprise id and I believe it's immediately propogated to the in-memory
    repository even when the developer is on another workstation. Separating
    the namespace by enterprise application name will solve that.
    2. Create separate database instances. This is the approach we took and
    it works fine. Everybody datasyncs in private now against the same
    <application-project> directory stored in our CMS.
    Hope that helps,
    Wayne
    Steve Lewis wrote:
    >
    We're in development/eval for 7.0 Portal right now, and every time we sync
    to another machine the other machine(s) stop working and get "Null Portal
    Object" webflow
    exception. Is there a way to have multiple people hitting one database?
    We're thinking of letting each developer have her/his own BEA instance on
    her/his machine.
    Steve

  • Case confusion - two dbcontrol config directories for one database

    Oracle 11.2.0.2 SE-One 64-bit
    Oracle ASM 11.2.0.2 64-bit
    Oracle Linux 5.6 x86-64
    Stand alone server, no cluster, no RAC
    Configured a new dbcontrol for subject database.  Everything seems to be functioning correctly but it created two config directories
    oracle:mydb$ cd $ORACLE_HOME
    2013-09-12 14:21:50
    oracle:mydb$ ls -l myserver*
    myserver.mycompany.org_mydb:                        -------- note the dbname is lower case and directory is sparse
    total 4
    drwxr----- 3 oracle oinstall 4096 Sep 12 14:13 sysman
    myserver.mycompany.org_MYDB:                        -------- note the dbname is upper case and directory is fully populated
    total 12
    -rw-r----- 1 oracle oinstall    6 Sep 12 14:13 emctl.pid
    -rw-r--r-- 1 oracle oinstall   56 Sep 12 14:13 oraInst.loc
    drwxr----- 7 oracle oinstall 4096 Sep 12 14:13 sysman
    And in the j2ee directory we get this.  Note the dbname is in upper case
    oracle:mydb$ cd oc4j/j2ee
    2013-09-12 14:26:49
    oracle:mydb$ ll
    total 36
    -rw-r--r--  1 oracle oinstall 1012 Apr  5 08:56 deploy_db_wf.ini
    drwxr-xr-x 14 oracle oinstall 4096 Apr  5 08:53 home
    drwxr-xr-x  3 oracle oinstall 4096 Apr  5 08:51 oc4j_applications
    drwxr-x---  6 oracle oinstall 4096 Apr  5 08:51 OC4J_DBConsole
    drwxr-xr-x 10 oracle oinstall 4096 Sep 12 14:13 OC4J_DBConsole_myserver.mycompany.org_MYDB 
    drwxr-xr-x  5 oracle oinstall 4096 Apr  5 08:51 OC4J_Workflow_Component_Container
    drwxr-xr-x  5 oracle oinstall 4096 Apr  5 08:51 OC4J_Workflow_Management_Container
    drwxr-xr-x  2 oracle oinstall 4096 Apr  5 08:53 utilities
    What the database tells us about itself:
    SQL> select name from v$database;
    NAME
    MYDB
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mydb
    SQL> select name,
      2         value
      3  from v$parameter
      4  where name in ('db_name',
      5                 'db_unique_name',
      6                 'instance_name',
      7                 'service_names',
      8                 'global_names'
      9                 )
    10  order by name;
    NAME                 VALUE
    db_name              MYDB
    db_unique_name       MYDB
    global_names         FALSE
    instance_name        mydb
    service_names        MYDB
    And the environment from which I ran emca:
    oracle:mydb$ env |grep ORA|sort
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0.2/dbhome_1
    ORACLE_SID=mydb
    The mis-matched cases stem from my predecessor deciding he didn't like database names in lower case, so started changing in mid-stream.  I'm not sure exactly what he did or how he did it.  But that aside, the results of creating a new dbcontrol (getting two directories for the same database) still puzzling.  I started by dropping the original (emca -deconfig dbcontrol db -repos drop), which dropped the upper-case version of the directories, but left the lower-case version.  I then deleted that manually before running emca to configure a new dbcontrol, but still ended up with both versions.
    Ideas?

    The ORACLE_HOME may have been set twice with differents values in it (i.e. extra slash) before starting twice the same db.
    Please, have a look to this article from Ivan Kartik :
    http://ivan.kartik.sk/index.php?show_article=40
    And depending of your OS, you could check what ORACLE_HOME is used for each process :
    How to Check the Environment Variables for an Oracle Process*
    Doc ID:  373303.1*
    Nicolas.
    added the metalink note ref.
    Edited by: N. Gasparotto on Sep 4, 2009 11:34 AM

  • ADF:two dependent navigation lists on one database table

    Hello,
    I´ve got one table with adress informations and I like to define two navigation lists (drop down lists) on which the first one shows the streets and the second one shows the names. When I select the street in the first one I like to see the names in the second list only of the selected street.
    How can I realize this? In my datacontrol I´ve got one dataview with the several attributes and I can create the two lists but they don´t depent on each other.
    Many Thanks!

    Hi!
    Thank you for your reply, Frank.
    But the examples you mean, are based on two or more tables and worked with Master/Detail tables. I only have one table and I like to define two select choices for two columns of that one table. For example, one selectchoicelist for name and the other one for street. So the results are the rows which are matching the two selected criteria.
    Regards
    Sven

  • Two portals connected to one BW system

    Hello
    Do you have any experience or just some information on the solutions when two portals are connected to one BW system? I am just wondering, is it possible?
    Thanks in advance,
    Arelis

    We have done the same thing for ESS we had to portals connected to one r/3 but beaware when we change the config for one on the backend r/3 side the settings for the other is also affected.
    there is no issue with the load in this scenario and applications work fine independently as well.
    but before doing this just ask your self it is really required cant i create 2 differnt roles and manage the display of the same using the themes?
    but still if u wan tot do the same it is possible

  • One SAP system in two MSCS clusters for R/3 Enterprise

    Is the one SAP system in two MSCS clusters architecture supported on R/3 4.7 ( WAS 6.20), with SAP CI on one MSCS cluster and MSSQL on another pair of database MSCS cluster ?

    Hi,
    I don't think so. The supported architecture is SAP CI on one node and SQL Server on the other node.
    Regards,
    Olivier

  • Help needed!!: Running two the same Ifs services on the same database.

    Hello!
    I would like to know if it is ok to have started two LibraryServices at the same time on the same database.
    For example:
    One LibraryService that is using "IfsDefault.properties" and running on default Apache Jserv (default IFS configuration).
    Second LibraryService that is using the same "IfsDefault.properties" (the same database) and running on Tomcat.
    I wanted to connect to LibraryService that is already started, but I have read in the documentation that I can do this by finding LibraryService, but only when it is running in the same process. So to have access I have to start my own service connecting to the same database as one that is already running in Jserv.
    Is it ok to have such configuration?
    Or maybe there is allowed only one LibraryService for one database?
    Can somebody help?
    Piotr Walendziak

    you can have multiple LibraryService instances, each pointing to different databases, or all pointing to the same database. LibraryService instances are name-unique, however, so you must give each one its own name. also, they can all be active in the same process (JVM).

  • Two SNC system and one execution system

    Hi Experts
    Can there be possibilty of Two snc system to co exist with one execution system ECC?
    IF yes can you folks please throw some light on the same?
    This situation is arising because:
    the Lime table in the existing system has really grown huge and the archiving is not helping becuase there are new records that are added to the system every day which are more than the archiving records
    because of this huge data the upgrade is not possible and we are planning for a new setup, now to mitigate the risk we were tryin if two SNC system can coexist with one EEC system.
    Now to add to the problem is there are certain business scenarios because of which we need to put in data in lime table every day
    so reduction in data input is not possible.
    As the data in LIME is only stock of the customer coming every day and if we just transaction data , even if we go away with all the data is not an issue with us as customer reports his existing stock on daily basis to us.
    We have even thought of truncating all the tables available in in lime objects in SARA, we are thinking of this becuase system might act erratic when we setup new system and slow try moving few customer from existing to new system. as a pilot.
    Supposing if we go ahead with it ,wht could be the issues ?
    Thanks for all your help and suggestions
    Regards
    Manas Malhotra

    Hi Manas
    Two SNC systems can coexist together.
    You need to define seperate Business System Groups,RFC settings,Logical System definition
    Also you need to have seperate Identification for your master data, create your own definition in BADI
    Example:If you are sending same material XXX to two SCM systems how to diferrentiate ???
    Because BADi methods EXIT_/SAPAPO/SAPLCIF_LOC_001 & EXIT_/SAPAPO/SAPLCIF_PROD_001
    differentiate when two ERP systems are connected to one SNC system by prefix and sufix, now you need to have your own code to differentiate
    Also big time care should be taken in defining the distrubution models (bd64) and even in XI/PI like
    Example: we have two TM systems coexisting with one ERP, so we used conditoned based mapping
    Itu2019s a condition based mapping.
    1)     When TransportationRequestSUITERequest/TransportationRequest/ShipToLocation/InternalID = BP1 or BP2 or BP3 u2026 the receiver is I5YCLNT100
    2)     When TransportationRequestSUITERequest/TransportationRequest/ShipToLocation/InternalID = BP4 or BP5u2026the Receiver is I5XCLNT100.
    Also care should be taken on master data/FICO settings which both systems use in common. like using Ztypes instead of using standard one like order type, message type. It should be easy when you troubleshoot back!!!
    The inbound message parameters should be taken care w.r.t business needs
    Good to have a matrix mapping like what business process coexit in both systems and which doesnot and then try to see what settings need to be tailored???
    Best Regards
    Vinod

  • How to connect one database in two threads?

    Dear All,
    If anyone can tell me how to connect one database concurrently?
    I tried the following idea:
    1.create a Hashtable to keep database objects(those databases have been opened)
    2.Before openning(connecting) a database:first step is to check the hashtable.
    If the the database object is in the hashtable, this object will be returned.
    If the datatbase object is not in the hastable, open the database and store this opened database object into the hashtable.
    I failed the test of this implementation. My test is:Create two threads (extend java Thread class).In each of these two threads, try to open the same database.Just like the following:
    MyThread thread1 = new MyThread();
    MyThread thread2 = new MyThread();
    thread1.start();
    thread2.start();
    I guessed the database object in the hashtable would be returned in the second thread.Unfortunatly, I only got an exception which meant the database couldn't be opened twice.It looks like the second thread happened before the opened database object stored into the hashtable.
    I cannot figure out if my design is wrong or my test application is wrong.
    I really appriatiate your attentions!!!
    Lu

    um not sure i follow exactly but in your code add the word synchronise to it and this means only 1 tread can access it at any 1 time.
    So your could have a class which is a singleton so it only opens the dbase once and then all other access share your connection.
    so
    public class foo{
    foo INSTANCE = new foo();
    private foo(){} //private constructor
    then all your methods use foo's internal dbase connection. Am i making sense

  • Failed to retrieve data from the database/invalid argument provided when employing link between two web services datasources

    Post Author: vpost
    CA Forum: Data Connectivity and SQL
    I am trying to join information from two related web services within CR XI. I have successfully set up the web services as data sources have been able to get to the point where I get good data back. However, when I try to pull in certain fields, I get an error that says "Failed to retrieve data from the database/invalid argument provided". Here's the scenario:
    The web services are structured as follows:Web Service 1 (Artist) has attributes of Artist Name and Date of Birth.Web Service 2 (CD) has attributes of CD Title and Release Date. Underneath each CD are songs, each of which have a Song Title and Artist Name.
    I have defined both web services and defined a link between Artist.Artist Name and CD/Song.Artist Name. I am able to run a report with Song Title and Date of Birth that crosses web services. I am able to run another report with Song Title and CD Title that crosses the different levels in the second web service. However, if I add CD Title to the first report or Date of Birth to the second (both of which effectively force CR to employ the link between the two web services AND the CD/Song hierarchical structure in the second web service, I get the aforementioned error.
    Any assistance understanding how multiple web services can be linked in this manner would be greatly appreciated.
    Thanks in advance.

    Post Author: Mike Wright
    CA Forum: Data Connectivity and SQL
    Not sure about your exact situation, but having similar problem with another application and have tracked down to security. Added user to group Domain Admin and it works fine. It appears to be accessing a subdirectory which it does not have permission to use and then times out and returns the "invalid....". Seems that once the query just over a certain size (and I'm not sure what triggers this) it needs to make use of temparory file disk, intead of ram.
    I'm still trying to track down which temporary it's trying to uses - so if you have any ques.
    cheers

  • Need to create service order in one system with SO from other sys

    Hi,
    i need to create a DTO program to copy service order from one system to other system. Both systems are SAP systems.
    My requirement is to create service order with same number as it was in the existing system.
    Service order type : SM03
    Now standard SAP automatically create a service order of type SM03 when i add repair qty within the repair tab of IRPA line within a RAS order.
    Can you please let me know if there is a way by which i can change the service order number while creating it from a RAS order??
    Thanks,
    Willban

    Hi!
    In the customizing, you have to set its numbering to
    external in the receiver system for the SM03 order type. And of course you have to set its range the same, as in the sender system. 
    It's working fine here.
    Regards
    Tamá

  • Connect one Business system with two Integration Server

    Hello,
    Can we able to connect one Business System with two Integration Server?
    I have one Business system (ECC 6.0 with the client 900) and it is already connected with PI 7.0 system.Can I able to connect the same sytem (with same client) with PI7.1?
    I want to do the HTTP Connection for ABAP Proxy for this two XI system with one business Sytem ?
    Is this possible ?Is there any work around solution there?
    Thanks.

    Hello ,
    This document describes about connecting with Two PI7.1 system using Application Server 7.1 and Application Server 7.0 SP14  .
    I want to connect same ECC system via abap proxy with two different PI system .One is PI7.0 and another one is PI7.1 system.
    Is this possible if i use Application Server 7.1 or Application Server 7.0 SP14  ?
    Thanks.
    Lakshmi
    Edited by: Muthulakshmi Pandi on Apr 16, 2009 11:48 PM
    Edited by: Muthulakshmi Pandi on Apr 17, 2009 12:21 AM

  • PO No range when we ink two SRM system with One ECC system

    Hello Experts,
    We have a client requirement to link Two SRM Systems with One ECC system.
    In this case what number range we need to maintain in both SRM systems for PO.
    -The number range of ECC PO should get update whenver the PO is transferred from any of the two SRM system.
    -We have Extended classic scenario.
    -Also PO Doc type is going to be same.
    Can we handle this by increasing the buffer of the number range in one of the SRM system?
    Any idea...pls help urgently.
    Best Regards,
    Anil
    Edited by: anil.s.verma on Oct 1, 2010 4:33 PM

    Hello Anil,
    Being in Extended Classic Scenario (leading PO being in SRM, R/3 PO number range is concidered as external because PO number is given by SRM), the only solution for you is to:
    1- give same number range interval for PO (internal in SRM system 1 and SRM system 2, external number range in R/3), e.g. 3100000000 - 3199999999
    2- in SRM system 2, fill in current number with (for example) 3159999999 and let empty (or current value) in SRM system 1
    3- assign, in each system for your concerned transaction type, number range as internal in SRM and external in R/3.
    In this way, you will avoid overlaping in R/3 between PO numbers coming from SRM system 1 and SRM system 2
    Regards.
    Laurent.

  • If I have an EntityBean that mappes to two tables within one database, when I create that EJB, whoes reponsibilty to generate the primary key in database table? The RDBMS or EJB?

    If I have an EntityBean that mappes to two tables within one database, when I create
    that EJB, whoes reponsibilty to generate the primary key in database table? The
    RDBMS or EJB?
    Thanks,
    JW

    Refer to http://e-docs.bea.com/wls/docs81/faq/ejb.html/#257430
    "Jingwei Zhang" <[email protected]> wrote:
    >
    If I have an EntityBean that mappes to two tables within one database,
    when I create
    that EJB, whoes reponsibilty to generate the primary key in database
    table? The
    RDBMS or EJB?
    Thanks,
    JW

Maybe you are looking for

  • CD/DVD drive won't load disks...is it dead?

    The HL-DT-ST DVDRW  GA11N drive had always worked with no problem. There was a CD I left in it (without playing) for a couple of months, and when I tried to eject it, the drive kept trying but it would not eject - - a tiny bit of the edge would peek

  • OS X 10.9.4 Only finder open slow

    iMac 13.1 HD half empty put HD to sleep whenever possible Unchecked.  New com.apple.finder.plist file. Disk permissions OK. Click on finder icon in dock takes 23 seconds for window to appear get spinning colored circle.  If I floe and reopen it is in

  • Cisco ISE guest portal redirect not working after successful authentiation and URL redirect.

    Hi to all, I am having difficulties with an ISE deployment which I am scratching my head over and can't fathom out why this isn't working. I have an ISE 3315 doing a captive webportal for my guest users who are on an SSID.  The users are successfully

  • IDOC TO R3

    Iam trying to connect import r3 through IDOC but it is showing unable to connect to r3 ,i had given all the details correctly like appsrv name and sysno and client and user but it showing ubable to connect r3 can anyone help in this case,and pleae po

  • FYI...PowerMac G5 (June 2004), Dual 1.8GHz PowerPC G5 Model: M9454LL/A

    All issues I've posted were a result of a CPU (CPU0) continually failing sortly after initial start up, the G5 would freeze and all fans would soon after ramp to full speed. After multiple attempts to resart the issues would progress to no start chim