How can I enable Enterprise Manager in Oracle 10g?

Hi,
We recently installed Oracle 10g on a MS Window server and after the installation which we created 2 instances each with a default schema from an existing data file (.dmp). After the installation, I realized that somehow, the DBConsole entry is missing in the Windows Services which then prevent me from being able to launch the new browser-based EM.
We thought we have picked all the components during the installation but for some reasons, it seems like the necessary files or configurations for EM was not there. So I was wondering if anyone know how I can manually install and configure EM?
Initially I thought if I go thru Oracle Universal installer and re-install everything again, it might help but I am concern that it will then wipe out the 2 instances and schemas that we have already created, especially since I have also applied the 10.2.0.3 patch already. So there was some discussions on calling the emctl program which when I tried, it I got error saying that ORACLE_SID not found. Then there was also some documentation on using the EMCA command to build the dbconsole, is that what I should do?
Lastly, I was under the impression that one will only setup one EM per server, which means in a perfect world, I will have one instance of the EM which will then allow me to manage the multiple instances (and their schemas) from the same console, is that correct? Or is one EM instance only manages one instance of the database? So if I have TESTDV & TESTUT configured on the same server, I will need to also create two EM consoles?
I am an amature and am more familiar with Oracle 9i which the EM seemed to be easier to use and setup. So I think I must have skipped or missed some steps during my 10g installation but am concerned that if I reinstall, I will lose everything.
Thank you very much.

First of all, thank you as always for taking the time...
I apologize in advance if I am not using the right terminology. Basically, I have only one Oracle Home directory on that server but I am able to create two different instances and in both cases, I have left the port number to be the same thinking that it's only one physical installation. I thought I would attach my TNSNAME and LISTNER ora files below to give you a better picture of my current setup.
So for me to connect to the database and the appropriate instance for example, like using SQL Developer, all I have to do is specify the Host Name to DBServer and then the Service Name to either TESTDV or TESTUT. Then I can connect to each of the instance directly.
But I only have one Oracle_Home directory and use the same port number as the default choice. So to your comment, if I only have one Oracle_HOME and one Port number, should I only install one EM instance?
Thanks much.
******In the TNSNAMES.ORA file:*****
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
TESTDV =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DBSERVER)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = TESTDV)
TESTUT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DBSERVER)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = TESTUT)
*****In the LISTNER.ORA file:*****
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_NAME = TESTDV)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(SID_NAME = TESTDV)
(SID_DESC =
(GLOBAL_NAME = TESTUT)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(SID_NAME = TESTUT)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = DBSERVER)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)

Similar Messages

  • How can I enable trace log in Oracle Database 10g ( in RedHat Linux)

    Dear Forums Members,
    Could u plz drop a message about how can I enable $Oracle_Home/network/trace
    in Oracle Database 10g (Operating system is RedHat Linux Advanced Server 3).
    I will very greatful if someone reply my message.
    Thanks
    Aungshu

    To enable Tracing for a session Level.
    ALTER SESSION SET TRACEFILE_IDENTIFIER = 'my_trace_id';
    Enable the SQL Trace facility for the session by using one of the following:
    SQL> Exec DBMS_SESSION.SET_SQL_TRACE
    or
    SQL> ALTER SESSION SET SQL_TRACE = TRUE;
    To disable the SQL Trace facility for the session, enter:
    ALTER SESSION SET SQL_TRACE = FALSE;
    To enable Tracing for a database level.
    Edit init parameter SQL_TRACE = TRUE.
    Its not recomended because running the SQL Trace facility increases system overhead, enable it only when tuning SQL statements, and disable it when you are finished

  • How can i recover or reset my oracle 10g user password?

    Hi Scolars,
    How can i reset or recover my oracle 10.2.0 database user password?
    I have system or sys user password for the same database.
    I want to just recover the user password only.
    hlep me please..

    Hello,
    Just execute this:
    alter user identified by <new_password>;Hope this help.
    Best regards,
    Jean-Valentin

  • How can view/access Enterprise manager to other user?

    Hi,
    We have one request regarding accessing grid enterprise manager console.
    I have create user TEST which privilege required to view/access the db console using this user?.

    Error that you have described above happens when test user connect,if this is the scenario....
    what is the output of this command
    SQL>select username,account_status from dba_users where username='TEST';
    If status of test user is lock then unlock it by following command:--
    SQL>alter user test account unlock;
    And if its grid control then see below mentioned link , Search with keyword privileges:---
    http://docs.oracle.com/cd/B16240_01/doc/install.102/e10953/getting_started_with_em.htm

  • SQL Tuning using Enterprise manager in oracle 10g

    Hi,
    In oracle 10g you have the enterprise manager which can be used to tune sql statements using the SQL Tuning ADvisor and SQL access advisor.
    I believe in oracle 10g the process of SQL Tuning is slightly easier using the Enterprise Manager ...so if some one could explain me that process...
    Again thanking you in advance
    regds
    Manoj Gokhale

    Hi Manoj,
    Didn't you already start two other threads about this same question the SQL forum?
    How do i do the SQL Statement tuning
    Enterprise Manager - sql tuning advisor , Access advisor for SQL Tuning

  • Need to configure Enterprise Manager after Oracle 10g installed on Windows7

    I have installed Oracle 10g on Windows7 machine. At end of installation a error msg pop up saying "Enterprise Manager is not installed properly. You can install it using emca.bat file later".
    I then run emca.bat file. But EM was not installed yet.
    Any solution to install Enterprise Manager would be great.
    Thanks.
    Edited by: 889075 on Mar 23, 2013 7:34 AM
    Edited by: 889075 on Mar 23, 2013 7:35 AM

    889075 wrote:
    I have installed Oracle 10g on Windows7 machine. At end of installation a error msg pop up saying "Enterprise Manager is not installed properly. You can install it using emca.bat file later".
    I then run emca.bat file. But EM was not installed yet.
    Any solution to install Enterprise Manager would be great.
    Thanks.
    Edited by: 889075 on Mar 23, 2013 7:34 AM
    Edited by: 889075 on Mar 23, 2013 7:35 AMBTW, V10 Oracle is unsupported
    which version of Oracle to 4 decimal places?
    which edition of Windows 7?
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Stopping the Enterprise Manager Console (Oracle 10g on SuSE 9.1)

    I'm trying to stop the Enterprise Manager Console by issuing the command:
    ${ORACLE_HOME}/bin/emctl stop dbconsole
    Unfortunately, the command fails to stop the EM Console. Here's the output I get:
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://<hostname>:5505/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    The only way I can stop the EM Console (and related services--i.e., emagent) is to kill its process.
    Everything (Listener, DB Instance, EM Console) starts fine. I can stop the Listener and DB Instance without any problems. It's just the EM Console shutdown that doesn't happen cleanly.
    Has anyone else encountered the same condition? If so, what was the solution?
    Here's my operating environment:
    SuSE 9.1 (Kernel 2.6.5-7.108-default)
    Oracle 10g
    Thanks in advance for any help/insight.

    Has anyone else encountered the same condition? If so, what was the solution?Yes. Shutdown/reboot of the system made the error go away.
    Sorry, no better clues,
    Toni

  • Problem In Enterprise manager with Oracle 10g AS 10.1.3.1.0

    dear all,
    I installed Oracle Application server 10g (10.1.3.1.0) on REDHAT Enterprise Linux 4 AS Update 4, so evrything done throu installation , but after installing when i try to open EM with browser http://localhost:7778/em not working and appear mesage (The Request URL/em was not found on this server) so i tried with ip-addressand with FQDN but not working, opmnctl service all running successfuy !!! (OC4J ,HTTP all working done - i made restat to all opmn services and the same result!!!!)
    how can i solve this problem????
    Thanks

    Thanks Dear Jacco,
    but i installed only OC4j and HTTP components , so control is working opmnctl working every think and components working good , but the strange in this case when i tried to fine emctl file but its not found !!!! (emctl start iasconsole) in this version of Oracle 10g AS .
    what u think?

  • Unable to access Oracle Enterprise Manager in Oracle 10g AS Machine

    Hi All,
    We are working on oracle forms 10g in 3 tier architecture. I have installed oracle 10g Infrastructure (OraHome_1) followed by oracle 10g Application server (middle-tier,OraHome_2). I have copied all the forms to OraHome_2\forms folder and compiled them successfully.
    When i tried to access enterprise manager (Infrastructure)thru http://myappserver:18100, i was unable to do so. It displayed "page cannot be displayed".
    Also
    When i tried to access enterprise manager (middle-tier)thru http://172.16.1.1:18101, i was unable to do so. It displayed "page cannot be displayed".
    I checked for port status, thru “netstat –na” command, It was displaying
    172.16.1.1 18100 TIME_WAIT
    172.16.1.1 18101 TIME_WAIT
    172.16.1.1 7777 TIME_WAIT
    Why is that i am unable to access the Enterprise Manager?

    Hi All,
    I was able to resolve the issue. Thr was a proxy server enabled in the IE in AS machine. Once i checked the option for bypassing it and turned off the windows firewall(OS was win 2003 server). I was able to view the home page at http://myappserver, then was able to access EM also.

  • Installation of Enterprise Manager for oracle 10g

    Hello.
    have a database created on oracle 10.2.0.1.0, but I don't have installed the enterprise manager.
    I need to install the enterprise manager to manage the database.
    Anyone knows any procedure or any link to see some examples of installation.
    Thank you for your help

    A couple of quick points:
    1. 10.2.0.1 is many years old an in desupport mode. Currently supported versions are 11.1.0.6 and above.
    2. Enterprise Manager is not required to do anything and many of us prefer to not use it.
    That said ... did you read the installation docs? Which ones? Please provide the link and explain what in the doc is not clear.

  • How can i increase sga size in oracle 10g

    Hello friends
    how can i increase my sga size in oracle 10g
    Regards
    Vicky
    Edited by: Vignesh Chinnasamy on 31-Jul-2012 02:28

    HI
    **SQL> Show parameter sga ;**
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 2G
    sga_target                           big integer 2G
    **SQL> show parameter memory;**
    NAME                                 TYPE        VALUE
    hi_shared_memory_address             integer     0
    shared_memory_address                integer     0
    **[root@mte ~]# ulimit -a**
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1024
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 278528
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    *[root@mte ~]#*

  • How can check which patch install in oracle 10g

    hi experts,
    i have use oracle 10g , i hv patch information but how can check which patch install ?

    Run following command , it will give you list of patches installed on Oracle Home
    cd ORACLE_HOME/OPatch
    opatch lsinventory
    For patchset and CPU patch , check/query DBA_REGISTRY_HISTORY
    Virag

  • How can i install Enterprise Manager for Fussion Middleware Control 11.1.2

    I was lookig information on oracle support but only find how to install it on release 11.1.1.5
    I need to monitor my adf 11.1.2 application..

    ty.. I find many release from sherman patch.. i have to install all release?? my .ear file was build from jdeveloper 11.1.2.1.0

  • Enterprise manager console for 10g.

    How do I get enterprise manager console for 10g? I installed 10g on my machine awhile ago and just noticed that enterprise manager console was not installed with it. When I installed Oracle 9 a while back, the console was installed automatically.

    DB Control Repository is needed to run EM. To create it you can use emca or dbca command.
    See http://download-west.oracle.com/docs/pdf/B12013_01.pdf
    Paul

  • How to enable and install Enterprise Manager on Oracle E-Business Suite R12

    how to install Oracle Enterprise Manager. Were using single node Oracle E-Business Suite R12 (12.0.6) and our dbase version is 10.2.0, running under RedHat Linux 4 x64.
    I am following the below note
    How to Enable Enterprise Manager on the Oracle E-Business Suite Release 12 (Doc ID 458533.1)
    These patches are not available (6272715 and 6141000)
    how to proceed

    I think if you are on 12.0.6 you do not need to have those patches applied -- Please query AD_BUGS table to verify if you already have those patches applied or not.
    If you cannot download those patches and you still think you need it, please log a SR and Oracle support should help.
    Thanks,
    Hussein

Maybe you are looking for