Oracle 10g Enterprise Manager web service unable to start

I am unable to get Enterprise Manager web service for Oracle 10g to start in Windows. Anybody can tell me where to find out what is the problem and what are the possible problems and solutions? I do not wish to re-install or create a new database instance because there is existing data and will require extensive configurations to my web and app servers if I change the database instance. Thanks!

Hi.
What does the log say?
From %ORACLE_HOME%\opmn\logs folder.
rgds
Kjell

Similar Messages

  • After install oracle 10g, enterprise manager web version, can not login

    Hi Guru,
    I have installed oracle 10g on windows xp pro sp2 successfully, can use sqlplus to connect to DB, but when using IE to login enterprise manager web version port 1158, it failed. The login page came out, but when I keyed in the right userid/password ie sysman/pwd1234, the login screen just refreshed, nothing happen. but if I purposely key in wrong userid or password, the message "invalid userid or password" comes out.
    Another "interesting" thing is, I can login web version isqlplus successfully using the same userid/password. but can not connect to web version isqlplus/dba, even I use user sys, also can not login.
    Need your urgent help to solve this problem.

    Hi.
    What does the log say?
    From %ORACLE_HOME%\opmn\logs folder.
    rgds
    Kjell

  • Connecting to Oracle 10G Enterprise Manager console

    Hi SDNers,
    We've recently successfully upgraded Oracle from 9.2.0.7 to 10G (as part of a Solution Manager 4.0 upgrade) and I'm now interested in getting started with the new Oracle 10G Enterprise Manager (web-based console).
    I'm at the point where I have EM up and running, but it is not connecting to our SAP database because it is trying to connect to port 1521, whilst the database uses 1527.
    Does anyone know how to change the EM configuration so that it points to port 1527 and therefore connects to the SAP database?
    Thanks in advance,
    Arwel.

    Yep!
    Here's a copy of its contents:
    Thanks,
    Arwel.
    tnsnames.ora Network Configuration File: d:\oracle\SOL\102\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    SOL.WORLD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = lvrplsolman)(PORT = 1527))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = SOL)
    EXTPROC_CONNECTION_DATA.PRINCES.CO.UK =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)

  • How to run oracle 10g enterprise manager

    hi
    how can i run oracle 10g enterprise manager?
    thanks

    set oracle_sid
    then run the following
    EMCTL START DBCONSOLE
    emctl status dbconsole---This is to check status
    emctl stop dbconsole---This is to stop dbconsole
    If you are using windows system then you can start enterprise manager through dbconsole service in controlpanel-administrator tools-services

  • Oracle 10g Enterprise Manager Console bug?

    I think I have come across a bug in the Oracle 10g Enterprise Manager Console. If I go into my database, then into the schema, select your schema from the list, then tables. Now once your in your tables, find one that you know of and know fairly well, right click it, and select the show dependencies. A small window will open with just that table and its tablespace and user. Select user, database name, profile, then default. If you right click on the "default" and select "show dependencies" a blank blinking window will open and stay stuck in an infinite loop until you kill the application window. I think that this is a cumbersome tablespace issue. Any thoughts?

    Hi Ugonic
    Sorry both are same, it's spelling mistake it's " WCMMISLINK". Acutally, my database is getting updated but this alert log is getting generated in enterprise manager console of 10g.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLINK;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    Regards
    Niranjan

  • How to export Oracle 10g Enterprise Manager Grid jobs?

    I need to save all current Oracle 10g Enterprise Manager Grid jobs before our migration. We are running Oracle 10.1.0.4 on Solaris 9. How can I save off the jobs to a file and re-import these after our migration into the new Grid server?
    Thanks,
    Ben Prusinski

    Hi!
    Have you been able to export your jobs? If you have, I would appreciate it if you could share it with me..
    Thanks!!

  • Download oracle 10G Enterprise Manager

    I would like to download complete Oracle 10G Enterprise Manager. I downloaded one from oracle.com downloads and somehow it is not a complete. In that i do not have Console.
    Where i can i download a complete 10G Enterprise Manager?

    Which "console" are you referring to?
    To download complete OEM is a non-existing concept. OEM is many, many products. You have Grid Control console, DB Control console, AS Control console.... and ta-da the java client console (old style) - as mentioned above install it from 10g Client software cd.

  • Oracle 10g Enterprise Manager console giving Alert log

    Dear all
    I have One HP server running Oracle 10g on Redhat Enterprise Linux 3.0 and two other systems with Oracle 9i and 8i. I have written sql query in my Oracle10g system which updates the database in 9i.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLIN;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    the ORA-12514: tns no listener
    the above error why it is occuring , then listener is running on oracle 10g server and other 8i and 9i server also and i am able to connect from oracle10g to other oracle 8i and 9i from sql plus and viceversa..
    what could be the problem with tns listener
    Regards
    Niranjan

    Hi Ugonic
    Sorry both are same, it's spelling mistake it's " WCMMISLINK". Acutally, my database is getting updated but this alert log is getting generated in enterprise manager console of 10g.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLINK;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    Regards
    Niranjan

  • Oracle 10g Enterprise Manager DB control

    Our vendor installed Oracle 10g Enterprise on Windows XP for us, but didn't install DB control. Is there any way we can install just DB control?
    Appreciated any suggestions.
    S.

    Hi,
    I am not wrong you should be able to create it with a command like:
    emca -config dbconsole -repos createand manage it with commands like:
    emctl status dbconsole
    emctl start dbconsole
    emctl stop dbconsoleCheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • Oracle 10g Enterprise Manager DB control vs Enterprise Manager Console

    We have a consultant install Oracle 10g on Windows platform. Somehow, I only see Enterprise Manager Console installed and I can use this console to access database. I don't see Enterprise Manager Database Control installed. What difference between Console and DB control? Please advise.
    Thanks
    S.

    ski123 wrote:
    I see the interfaces are totally different. the console is more like Oracle 9i. I know the DB control is a web tool, just for Oracle 10g. My question is in terms of admin, which one is better? Why Oracle has different tool to manage Database?The Oracle Enterprise Manager Console is a Java Standalone client, not a 3-tier product like the EM DB Console.
    The Java Standalone client was deprecated in 10gR1. Probably since not all features had been ported to the 3-tier DB Console (eg: Spatial index management and Workspace Management), Oracle decided to let us use the Java Console as an extra install from the Client/Companion disk. However it is no longer available going forward into 11g.
    If you look at the 'Console' carefully, you will not that some areas are no longer functional and it does not cover all capability of 10g, for example in partitioning and indexing.

  • Viewing Tables in Oracle 10g Enterprise Manager

    Hello,
    We are running Oracle 10g on a Linux Red Hat platform. We have started the dbconsole listeners to start using Enterprise Manager. The problem we are encountering is that tables that are in our schema are not showing up in Enterprise Manager. We have checked the tables using OEM and they are appearing there normally. The tables not showing were created from an object type. We are able to use DML, DDL on these tables using SQL, iSQLPlus. We appreciate any ideas. Thanks.

    Please clarify how did you check the tables in 10g using EM dbconsole.
    Please post some screen capture of you login using sqlplus and shown the table is there for example,
    %sqlplus test/test1
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Jun 4 15:39:22 2008
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    TEST@rman>select table_name from user_tables where table_name='A1';
    TABLE_NAME
    A1

  • Problem with Oracle 10g Enterprise Manager DB control scheduled backup

    Hi
    DB is - Oracle Database 10g Enterprise edition-10.2.0.1.0
    OS is - Windows Server 2003, Enterprise edition, Service Pack - 2
    I have scheduled daily backup from DB control, some backup didn't completed.
    Status of backup was - "Suspended on Agent Unreachable"
    While try scheduling new backup job from DB control, it is giving error.
    Error - Connection to host as user <user_name> failed: IOException in sending Request :: Connection refused: connect
    Anyone has any clue regarding this? please help.

    Hi,
    Have a read of this thread which talks about the same issue and its solution.
    Oracle 10g EM DB console Host Preferred Credentials for Windows
    And if you are finding issues in the entering the Host credentials itself, you may need to log on as batch job. Follow thiese steps,
    +1. Go to control panel/administrative tools+
    a. click on "local security policy"
    b. click on "local policies"
    c. click on "user rights assignments"
    d. double click on "log on as a batch job"
    e. click on "add" and add the user that was entered in the "normal username" or "privileged username" section of the EM Console.
    +2. Go to the Preferences link in the EM GUI+
    a. click on Preferred Credentials (link on the left menu)
    b. under "Target Type: Host" click on "set credentials"
    c. enter the OS user who has logon as a batch job privilege into the "normal username" and "normal password" fields
    +3. Test the connection+
    a. while in the Set Credentials window, click on "Test"
    From http://www.orafaq.com/forum/t/89472/0/
    HTH
    Aman....

  • Oracle 10g Enterprise Manager Control for Database

    Hi,
    I have a question. I have installed Oracle 10g Application server and Database server. Now, I am able to start OEM for database using "emctl start dbconsole". And I am able to browse it on port 5500. But everytime it shows me database "orcl". I have two databases. So, what to do if I want to manage another database using OEM for databse control. I have checked ports.ini file and it shows me that OEM port for another database is 5501. But when I try to browse it, I am getting nothing. So, please guide me.
    Thanks,
    Sanket.

    Sanket,
    If you go to $ORACLE_HOME/install, you will see the file portlist.ini. If you open this file, you will see one or more entries in the format
    Enterprise Manager Console HTTP Port <SID_NAME> = <PORT_NUMBER>
    In my case, my SID, TEST is running on the port 5501, and therefore the following entry appears in ports.ini :
    Enterprise Manager Console HTTP Port (TEST) = 5501
    In order for this entry to be added automatically, I think you have to use the database configuration assistant (dbca) to create the database.
    When I open the following location, http://127.0.0.1:5501/em/, in my browser I can see the enterprise management console for the SID. Similarly, the URL http://127.0.0.1:5500/em/ is the management console for another SID that is running on the same machine.
    If you are using Linux, make sure that that 127.0.0.1, or the hostname (in the url) in the portlist.ini file is in the /etc/hosts* file.
    Good Luck!
    Regards,
    Rudi

  • Oracle 10g Enterprise Manager

    I recently upgraded one of my production databases to Oracle 10g from 9i. Everything was working perfectly. Now when I try to launch Enterprise manager I get "Server Error: Can't connect because of networking problems". I tried to stop and start the dbconsole but I'm getting an "OC4J Configuration Issue" error. The database fine.
    Has anyone seen this before?
    My server OS is RedHat Enterprise Linux 3.

    I fixed same problem running:
    $ export ORACLE_SID=Oracle
    $ emca
    Leonid M.

  • Oracle 10g enterprise manager create directory

    Hi,
    I am new to using Oracle 10g on Linux and struggle with creating a new directory using the Enterprise Manager "wizard".
    I go to Database Instance > Directory Objects > Create Directory objects
    and try it with \home\oracle , then test the file system it says directory not available.
    pressing OK and continueing with my data dump does not work because I get the error "The directory does not exist"
    I wonder why it has not been created?
    moreover how do I delete the directory objects. I cant find a delete button using the enterprise manager browser ui ?
    Edited by: metalray on 10-Jul-2009 09:12

    metalray wrote:
    Hi EdStevens,
    thanks for your reply.
    I have heard this "read a book" a thousand times and gues what. I am
    reading a book and this is exercise 9.2 and it tells me (as part
    of the ultimate learning path) to use the enterprise manager
    after I have created the directory with sqlplus.
    I also tried the intuitiv DROP DIRECTORY in sqlplus as well but...
    the directory does apparently not exist (altough I can see it clearly there in the list).That could be an ownership issue. Who does the directory belong to? who are you logged on as?
    >
    >
    >
    Hence I came to the conlusion to create a directory using the good old enterprise manager and it did not work too well either.
    whatever I type in there I get file system does not exist. I guess I do something wrong with the PATH written into the textbox right?
    [directory creation does not work|http://metalray.redio.de/dokumente/linux01.jpg]
    Who are you connecting as when you log on to OEM? Try logging on with sysdba authority and you should see some more options available on the directory management page.
    >
    >
    @DMBS direct
    what I cant see is a delete button....
    [no delete button|http://metalray.redio.de/dokumente/linux02.jpg]

Maybe you are looking for