I want to start enterprise manager

emctl status dbconsole
Can't locate CompEMdbconsole.pm in @INC (@INC contains: %s_javapOracleHome%/sysman/admin/scripts %s_javapOracleHome%/bin /oracle_data_new/ora11203/11203/perl/lib/5.10.0/sun4-solaris-thread-multi-64 /oracle_data_new/ora11203/11203/perl/lib/5.10.0 /oracle_data_new/ora11203/11203/perl/lib /oracle_data_new/ora11203/11203/perl/lib/site_perl/5.10.0/sun4-solaris-thread-multi-64 /oracle_data_new/ora11203/11203/perl/lib/site_perl/5.10.0 /oracle_data_new/ora11203/11203/perl/lib/site_perl /oracle_data_new/ora11203/11203/perl/libwww-perl/lib /oracle_data_new/ora11203/11203/perl/ext/POSIX /oracle_data_new/ora11203/11203/perl/URI /oracle_data_new/ora11203/11203/perl/HTML_Parser /oracle_data_new/ora11203/11203/perl/HTML-Parser/lib /oracle_data_new/ora11203/11203/sysman/admin/scripts /oracle_data_new/ora11203/11203/bin /oracle_data_new/ora11203/11203/sysman/admin/scripts/Net-DNS-0.48/lib/ /oracle_data_new/ora11203/11203/sysman/admin/scripts/libnet-1.19/ .) at /oracle_data_new/ora11203/11203/bin/EmctlCommon.pm line 598.
i have done some changes
such as
emca -config dbcontrol db -repos recreate
i am getting error as
1) Listener port 1521 provided is incorrect. Provide the correct port.
2) Listener is not up. Start the Listener.
3) Database service orcl is not registered with listener. Register the database service.
4) Listener is up on physical host and ORACLE_HOSTNAME environment variable is set to virtual host. Unset ORACLE_HOSTNAME environment variable.
5) Listener is up on virtual host. Set environment variable ORACLE_HOSTNAME=<virtual host>.
6) /etc/hosts does not have correct entry for hostname.
1.status of my listner is
lsnrctl status
LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 19-AUG-2013 05:12:45
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
Start Date                19-AUG-2013 01:26:19
Uptime                    0 days 3 hr. 46 min. 27 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /oracle_data_new/ora11203/11203/network/admin/listener.ora
Listener Log File         /oracle/diag/tnslsnr/ora/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ora)(PORT=1521)))
Services Summary...
Service "orcl" has 2 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
  Instance "orcla", status BLOCKED, has 1 handler(s) for this service...
The command completed successfully
thanx in advance
server
SunOS ora 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire

thanx
on my another database
emctl status dbconsole
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
i set the env
but still same error
emca -config dbcontrol db -repos create 
1) Listener port 1521 provided is incorrect. Provide the correct port.
2) Listener is not up. Start the Listener.
3) Database service orcl is not registered with listener. Register the database service.
4) Listener is up on physical host and ORACLE_HOSTNAME environment variable is set to virtual host. Unset ORACLE_HOSTNAME environment variable.
5) Listener is up on virtual host. Set environment variable ORACLE_HOSTNAME=<virtual host>.
6) /etc/hosts does not have correct entry for hostname.
all files are present at $oracle_home/bin

Similar Messages

  • Cannot start Enterprise Manager for Fusion Middleware 11g

    Dear all,
    Because I want to install Oracle EGRCM v8.0.1 in Linux x86_64, so I installed Oracle Weblogic 11gR1 and SOA Suite 11g first.
    After installation successfully, I created a base_domain as default, and can start weblogic administration server ( http://localhost:7001/console ) successfully.
    Now I want to use Enterprise Manager for Fusion Middleware 11g. Per "*Oracle® Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1)*", the EM should be available now and the access URL should be http://localhost:7001/em . But when I try to access it, the following error returned:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    +10.4.5 404 Not Found+
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    So I try to start with emctl in *$MW_HOME/oracle_common/bin/*, the error is as following:
    +./emctl: line 387 /d02/Middleware/oracle_common/perl/bin/perl: No such file or directory+.
    I check the path and find out that no directory named "perl" under */d02/Middleware/oracle_common*. So I try to copy the necessary dir from the dir installed Oracle Database 11g ( *$ORACLE_HOME* ), but it returns following error:
    OC4J Configuration issue. /d02/Middleware/oracle_common/sysman/j2ee not found.
    I try to copy necessary dir from *$ORACLE_HOME* but still cannot start EM.
    Please give some advise about how I can start EM for Fusion Middleware 11g, any idea is appreciate!
    Best Regards,
    Kenny Wang

    Ravi Jegga wrote:
    Hi Kenny
    See this post of mine: Re: Fusion Middleware Console
    For any SOA Domain, unless you have Enterprise Manager Facet enabled (during domain creation process or adding later on by extending it), you will not be able to access the EM Console. For quick testing, open config.xml file for your domain and check the modules specially em module as shown below. It should be there. This is for one of my SOA Cluster Domains with SOA on top of WLS 10.3.2
    <app-deployment>
    <name>em</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\beawls1032\user_projects\applications\soaDomainCluster1/em.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    Thanks
    Ravi JeggaHello Ravi:
    I too like Kenny experienced the EXACT same thing this morning. I was trying to figure out how to modify the formsweb.cfg and I remembered from when I install Oracle9i/10g AS a few years back, that it was on the Enterprise Manager Console for forms (different than the EM for the database). Well that's different than the consoles for Weblogic Server and Weblogic Server for Forms. I ran into the same errors Kenny did, and I followed your steps except that I did install into the domain the Enterprise Manager so when I looked at the config.xml I do see the same code that you posted above. Yet I still get the error when accessing
    http://computer:7001/em
    Also when trying to run emctl (I copied the perl directory from the database) and same error as Kenny. Any tips/clues?
    I'm running on Red Hat Enterprise Linux 5, Oracle 11g (database, Fusion Middleware).
    Thanks,
    Gio

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

  • When I try to start Enterprise Manager 10g after I rename the machine.

    OS is Sun Solaris and Oracle version is 10.2.0.1 .
    Renaming the machine, I can't start Enterprise Manager by type "emctl start dbconsole" but system show bottom error.
    OC4J Configuration issue. [Oracle_home]/oc4j/j2ee/OC4J_DBConsole_Error occurred dur
    ing initialization of VM
    java.lang.Error: Properties init: Could not determine current working directory.
    _[SID_NAME] not found.
    How to fix?
    And in log file I found "WARNING: inbound connection timed out (ORA-3136)" message many time.
    Sometimes clients can't connect to database server although I can connect inside normally so I must reboot machine.
    What is a problem and how to fix both problems?
    Thankyou

    Check Settings>Messages>Show Subject Field and make sure it's set to "Off".

  • How to start Enterprise manager ?

    how to know if i have installed Enterprise manager or not.
    what command to start Enterprise manager ?

    You can start OEM as:
    go to ORACLE_HOME/bin directory.
    then type ./oemapp with any 1 of its 6 options.
    You can type just ./oemapp and it will show the available options like instance etc.
    Vinayak Thatte

  • How to start Enterprise Manager Server on  Linux

    I install successful oracle 9i on redhat 7.2 Linux ,but I don't know how to start Enterprise Manager Server on Linux ,please help me ,thanks!

    oemctrl start oms
    oemctrl status oms sysman/oem_temp
    oemctrl stop oms sysman/oem_temp

  • How to start Enterprise Manager Server on SUN Solaris 2.8

    I need to start Enterprise Manager for ORACLE 8.1.6; on server for do same think (same action not possible on client machine).
    thank you all

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

  • How to  start Enterprise manager 10g Linux?

    To,
    Can some one please tell me
    How to start Enterprise manager 10g on Linux RHEL 4.7
    Thanks,

    Hi
    While runniing $ sh emctl start dbconsole getting error of Enveromment variable ORACLE_SID not Defined
    Can you pls tell me Where do i fine env file to source the ENV file Enterprise manager 10g
    Also do i need to run the *$ sh emctl start dbconsole* command from GUI of Linux.
    Actualy follwoing is my exact stetup
    I have installed Oracle EBS 11.5.10.2 on Linux EHEL 4.7
    On the same Linux Box ( Where Oracle EBS 11.5.10.2 is installed ) Installed Oracle Application and Infra. server and Discoverer
    Please guide me on the same.
    Thanks,

  • Error starting Enterprise Manager in WebLogic 10.3.2 - library conflict?

    I've just installed WebLogic 11g (10.3.2) and the Application Developer Runtime (11.1.1.2.0). I then used the domain 'Configuration Wizard' to extend my domain (base_domain) and add:
    - Oracle JRF - 11.1.1.0 \[oracle_common]
    - Oracle Enterprise Manager - 11.1.1.0 \[oracle_common]
    Now when I start the server, I get the following error in the log
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NoSuchFieldError: level.
    java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.sysman.eml.app.ContextInitializer failed: java.lang.NullPointerException.
    java.lang.NullPointerException
            at oracle.sysman.emdrep.repoless.RepolessTargetManager.stop(RepolessTargetManager.java:713)
            at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1229)
            at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
            Truncated. see log file for complete stacktrace
    <Jan 21, 2010 11:48:21 AM GMT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchFieldError: level
            at org.apache.log4j.spi.RootLogger.setLevel(RootLogger.java:65)
            at org.apache.log4j.spi.RootLogger.<init>(RootLogger.java:44)
            at org.apache.log4j.LogManager.<clinit>(LogManager.java:78)
            at org.apache.log4j.Logger.getLogger(Logger.java:117)
            at oracle.sysman.core.intg.RfbIntegration.<clinit>(RfbIntegration.java:44)
            Truncated. see log file for complete stacktraceIt appears that there's a logging library conflict somewhere. I haven't installed any of my own applications at all, only extended the domain with the two features described above. Can anyone help?

    Just completely uninstalled everything and tried again. The problem seems to have disappeared.
    I can't be sure, but suspect one of the following fixed it:
    - I had JDeveloper 11.1.1.2.0 installed to the same Oracle Middleware home. This could have been where the conflicting library was coming from. Second time around I didn't install JDeveloper.
    - When I reinstalled WebLogic, I unchecked 'Oracle Enterprise Pack for Eclipse'
    - When I reinstalled WebLogic, I didn't install the Oracle JRockit JDK

  • Ubable to start enterprise manager console via browser in Oracle 11gR2

    Dear Friends
    I have tried following. But i'm not able to get em console through my web browser.
    here i'm posting what i have done.i have started my database listner and database ,it found working properly. So please let me know what am i missing here.
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_HOME
    /ora11gsoft/odb/OH1
    [oracle1@WBH-DB1 ~]$ echo $ORACLE_SID
    wbdata
    [oracle1@WBH-DB1 ~]$ echo $PATH
    /usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/ora11gsoft/odb/bin:/ora11gsoft/odb/OH1/jdk/bin:/ora11gsoft/odb/OH1/jdk/lib:/ora11gsoft/odb/OH1/bin
    [oracle1@WBH-DB1 ~]$ hostname
    WBH-DB1.wbtea.com
    [oracle1@WBH-DB1 ~]$ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://WBH-DB1.wbtea.com:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ..... started.
    Logs are generated in directory /ora11gsoft/odb/OH1/WBH-DB1.wbtea.com_wbdata/sysman/log
    i try following url in firefox web-browser
    https://WBH-DB1.wbtea.com:1158/em
    and i got the following error
    Secure Connection Failed
    xxx.xx.xx.xx:1158 uses an invalid security certificate.
    The certificate is not trusted because the issuer certificate is not trusted.
    The certificate is not valid for any server names.
    (Error code: sec_error_untrusted_issuer)

    Hi,
    you are not missing anything.
    enterprise manager is working fine. Accept the certificate and press on continue button..
    Can you try running the same in internet explorer also.
    Regards
    Rajesh

  • Cannot start enterprise manager - please help!

    Hello,
    I installed 11.2.0.1 on RHEL 5.6.2 64 bit. Before the installation I changed SELinux to permissive mode.
    After the installation, I set these variables in /home/oracle/.bash_profile:
    export ORACLE_HOME=/opt/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=testsid
    export ORACLE_HOME_LISTNER=$ORACLE_HOME
    export ORACLE_UNQNAME=testsid
    PATH=$PATH:$ORACLE_HOME/binHere is the tnsnames.ora file, that has been generated during install:
    TESTSID =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.170.76)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = testsid.mydomain.com)
      )I started the listener:
    $ lsnrctl status
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.170.76)(PORT=1521)))
    Services Summary...
    Service "testsid.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    Service "testsidXDB.mydomain.com" has 1 instance(s).
      Instance "testsid", status READY, has 1 handler(s) for this service...
    The command completed successfullyAnd the database instance is running:
    $ sqlplus sys/sys@testsid as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 11 16:55:52 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL> select database_status from v$instance;
    DATABASE_STATUS
    ACTIVEAnd then, I just can't start the EM console!
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    https://192.168.170.76:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /opt/app/oracle/product/11.2.0/dbhome_1/192.168.170.76_testsid/sysman/log What am I missing here? How is it possible to make a fresh install and not be able to start the EM?
    I'll appreciate any help!

    1. Ensure that the REPOSITORY_URL configured in the <AGENT_HOME>/sysman/config/emd.properties file has the correct hostname of the OMS machine.
    Refer Note 737373.1: Communication: Agent to OMS Communication Fails if the Agent's REPOSITORY_URL Parameter has Incorrect Value
    2. If the OMS is secured and locked (accepts uploads only in the https mode), then secure the Agent also.
    Refer:
    Note 428874.1: How to tell if the EM OMS is locked or unlocked?
    Note 283091.1: How To Secure / Unsecure The Grid Control Components (Agent / OMS) In 10g
    cd <AGENT_HOME>/bin
    emctl secure agent
    This will prompt you for the Agent Registration password, which is needed for secure operation to complete.
    If the Agent Registration password is not known, it can be re-set using the steps in
    Note.433828.1: How to secure an agent when the registration password is not known.

  • Getting started: Enterprise manager? (Solaris)

    Hello all, firstoff let me apologize for likely an inabilty of myself to 'get a clue.'
    I just finished installing the Oracle 8.1.5 Enterprise Edition Devel copy that came with an earlier version of Solaris (think was 8.0?) that I still had on my Solaris 9 (Intel) box.
    All seemingly went well. Was alot of work for a dba novice (I am a c++ developer) like myself.
    I now figured I'd read the admin section (seemed small) and create users (well, mainly 2, me and a general purpose app user) to begin with.
    Since this took me hours :P to install, I grabbed an old Oracle in 21 Days book (old version) and skimmed for how to do this. Lo and behold I saw "Enterprise Manager" OOOO - a GUI!!!! (Yes, I am a Windows guy who works on Solaris) but I couldn't see a ref to it in the install docs, so I tried installing OracleClient product.
    Nothing I could decipher in $HOME_ORACLE/... So I look on Oracle site hoping to spot a Windows client and try that (although I'd prefer to do this via EXCEED connection to my Solaris box) but I see only 8.1.7 as the "archive" download for the client.
    Questions:
    1. Anyone know if there is a Solaris GUI for Admin that comes with 8.15?
    2. How do I access it within Solaris 9 (Intel) XWindows GUI?
    3. Can I get a client for my XP box (I guess NT/2000?) that also lets me do this if I want to under XP?
    4. Does the 8.1.7 client work with older Oracle Server install?
    Basically I am trying to bone up on Oracle stuff because the job market here in NYC, esp post 9/11 is pretty harsh and I need to be sharper than before.
    Any help would be appreciated by me (and hehe, my family by extension.)
    Thanks,
    Dan
    ([email protected])

    Thanks to you both :)
    I was not able to find, "oradim" or "oemapp" (tried a find . | grep -i <both of the above> and nothing found)
    I have Solaris 9 x86. I have an older Oracle 8.1.5, it was a free copy that came with my older Sol8 or Sol7 dev editions (think 8)
    I am wondering if it simply doesn't contain Enterprise Manager (I installed typical Server, Client and Programmer) I use CDE as my main login and I have Exceed access to the box from my Win XP Pro box (setup only for workgroups)
    I see in downloads, only downloads of Ora8 or 9 from Win boxes, Linux on one version and Solaris >SPARC< systems.
    So it looks like there is not an available version (free dev edition) for me to get if my 8.1.5 does not have the manager tools. I really don't have much personal use for Oracle, because of this and the need to "just set it up" so I can get back to refreshing my java to oracle and c++ to oracle programming - I was hoping for an easy UI to add users and config whatever I needed db-wise.
    At work, I have created tables, indices, procs etc - but I have no idea where this was done as all I knew is my 'magical' user login and used wherever that sent me to create my program's tables.
    If the easiest way to do this is to download some version avail in downloads for installing the actual DB on my Sol9x86 box and another client or client and EntMgr app on my XP box, I'd like to know what to exactly download ;)
    If not, I will need to pore thru manuals to take the 'default' db created when I installed 8.1.5 and add myself plus one or 2 other 'user' accounts and see what I can create (named the db 'prod' out of work nostalgia ;)

  • How do i start enterprise manager without internet connection

    Hi friends,
    I am facing a problem with my oracle 10g enterprise manager. It is working properly with 64 bit windows 7 os with internet connection. without internet connection i cant start start the enterprise manager how can i resolve the issue and start the enterprise manager without internet/
    Thanks in advance:
    regards
    sree
    Edited by: sreeprasad on Oct 16, 2012 2:44 AM

    # AutoGenerated by Microsoft (R) Malware Protection Engine.
    # Copyright (c) 1993-2009 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    #     127.0.0.1 localhost
    #     ::1 localhost
    My host file shows like dis.
    What changes i do with this? and where i type the command emctl status dbconsole?

  • Could Not start Enterprise Management Server Service

    Hi,
    I have installed Oracle 8i Personal Edition 8.1.6.00 on a Win2000
    machine at home.
    I can connect to the database that i have created (oracleDB)
    When i try and run Enterprise Manager and connect to the
    database, i get
    the error
    "ORA- 12541: TNS: no listener"
    Im guessing this is because i do not have the
    'OracleOraHome81ManagementServer' service running (???)
    When i try and start it from the Services MMC, i recieve the
    error
    "Could not start the OracleOraHome81ManagementServer servic on
    Local
    Computer
    Error 997: Overlapped I/O operation in progress"
    Can anyone help me out with this?
    All other Oracle related services run fine.
    I have admin privelages for the PC.
    Have PATH for oracle set up correctly i think.
    Any help would be much appreciated
    Thanks
    Martin

    Try creating a repository via the Configuration Assistant first
    Martin, and then start the OMS service. It worked for me.

  • Error while trying to start Enterprise manager(Data Base Control)

    We are getting error while trying to start the EM Database Control in database 11g (11.1.0.6).The error is given below.
    #emctl start dbconsole
    OC4J Configuration issue. /user1/oracledb/app/testdb/product/11.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_appvserver.rssoftware.com_ORCL not found.
    How to resolve this issue?
    Regards,
    Rup

    Check here:
    OC4J Configuration issue.
    http://arjudba.blogspot.com/2008/04/troubleshooting-dbconsole-error-oc4j.html
    HTH
    -Anantha

Maybe you are looking for