Oracle 10g DBCONSOLE won't start up

Hello...
I'm running Oracle 10g (10.2.0.1) on RHEL4. My listener, database and Oracle HTTP Server are up and running. The sole purpose of this database is to run Oracle Application Express applications. The oracle apex applications are all running fine.
However, I cannot for the life of me get Oracle EM (dbconsole) running. I've tried everything but obviously not the right thing. I can't console to my running database? It keeps failing everytime I start it. I've looked at some logs but I don't know what I'm looking for. Oracle EM was running just fine on Friday, but wouldn't come up Monday morning.
My url for EM is http://172.23.183.169:1158/em
At the terminal session prompt I type >emctl start dbconsole
It comes back after a 5 minute timeout saying it failed. It appears that the agent (3938) does not want to start.
Here is some log info further below...
Please let me know what direction I should go on to resolve this. Thx!
Regards,
Ken
ENV VARIABLES:
[oracle@clthcmmb03 ~]$ env|sort
COLORTERM=gnome-terminal
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-uEKexk6EGd
DESKTOP_SESSION=default
DESKTOP_STARTUP_ID=
DISPLAY=:0.0
G_BROKEN_FILENAMES=1
GDMSESSION=default
GNOME_DESKTOP_SESSION_ID=Default
GNOME_KEYRING_SOCKET=/tmp/keyring-uFau6k/socket
GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
HISTSIZE=1000
HOME=/home/oracle
HOSTNAME=clthcmmb03
INPUTRC=/etc/inputrc
KDEDIR=/usr
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/home/oracle/oracle/product/10.2.0/db_1/lib:/home/oracle/oracle/product/10.2.0/db_2/opmn/lib:
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=oracle
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
MAIL=/var/spool/mail/oracle
ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1
ORACLE_SID=apex
PATH=/home/oracle/oracle/product/10.2.0/db_1/bin:/home/oracle/oracle/product/10.2.0/db_2/opmn/bin:/home/oracle/oracle/product/10.2.0/db_1/bin:/home/oracle/oracle/product/10.2.0/db_2/opmn/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
PWD=/home/oracle
SESSION_MANAGER=local/clthcmmb03:/tmp/.ICE-unix/6580
SHELL=/bin/bash
SHLVL=2
SSH_AGENT_PID=6632
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_AUTH_SOCK=/tmp/ssh-dybiGw6580/agent.6580
TERM=xterm
USER=oracle
_=/usr/bin/env
WINDOWID=39845962
XAUTHORITY=/home/oracle/.Xauthority
TERMINAL SESSION:
[oracle@clthcmmb03 ~]$ emctl start dbconsole
TZ set to US/Eastern
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://clthcmmb03:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed.
Logs are generated in directory /home/oracle/oracle/product/10.2.0/db_1/clthcmmb03_apex/sysman/log
EMDCTL.TRC:
2007-08-13 15:08:39 Thread-3086911712 WARN http: snmehl_connect: connect failed to (clthcmmb03:3938): Connection refused (error = 111)
2007-08-13 15:08:45 Thread-3086911712 WARN http: snmehl_connect: connect failed to (clthcmmb03:1158): Connection refused (error = 111)
EMAGENT.TRC:
2007-08-13 14:40:34 Thread-3086911712 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
2007-08-13 14:40:34 Thread-3086911712 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://clthcmmb03:3938/emd/main
2007-08-13 14:40:34 Thread-3086911712 ERROR main: nmehl_startHttpListener failed starting http listener
2007-08-13 15:10:12 Thread-3086911712 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
2007-08-13 15:10:12 Thread-3086911712 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://clthcmmb03:3938/emd/main
2007-08-13 15:10:12 Thread-3086911712 ERROR main: nmehl_startHttpListener failed starting http listener
EMOMS.TRC:
2007-08-12 02:00:36,607 [NotificationMgrThread] ERROR jdbc.ConnectionWrapper _applySessionParams.2980 - SQLException message: ORA-01089: immediate shutdown in progress - no operations are permitted
java.sql.SQLException: ORA-01089: immediate shutdown in progress - no operations are permitted
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:214)
at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1260)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3290)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3334)
at oracle.sysman.util.jdbc.ConnectionWrapper._applySessionParams(ConnectionWrapper.java:2971)
at oracle.sysman.util.jdbc.ConnectionWrapper.<init>(ConnectionWrapper.java:181)
at oracle.sysman.emSDK.svc.conn.FGAConnection.<init>(FGAConnection.java:115)
at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:192)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:683)
at oracle.sysman.emdrep.notification.NotificationMgr.getConnection(NotificationMgr.java:252)
at oracle.sysman.emdrep.notification.NotificationMgr.resetConnection(NotificationMgr.java:298)
at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1190)

Hi Hans,
The Linux Database Server has a static IP address assigned to the NIC...172.23.183.169. It is not using DHCP. Hope that helps...
Thx for helping me!
Kind Regards,
Ken

Similar Messages

  • Oracle 10g dbconsole couldn't be started

    Hi,
    I tried to start the dbconole 10g but in the log file it's shown
    (error = 10061)
    2009-04-27 08:53:07 Thread-2216 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2009-04-27 08:53:26 Thread-2440 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    I encountered this on and off, sometime the dbconsole can be started successfully, but sometime the above error will shown in the trc file.
    When this problem occur, I always check on the port 1158 and the agent port 3938 to confirm that no process is occupying the port, but unfortunately it's still not working.
    I loged a SR in metalink and the engineer also suggested the same thing to check...and the last resort, to reboot the server.
    Normally reboot the server can solve the problem ..but I don't think it's a best way to solve the problem.
    My Oracle 10 R2 10.2.0.4 install in Windows 2003 server SP2.
    Anyone have the same experience to share?
    Thanks
    Vincent

    2009-04-27 08:53:07 Thread-2216 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2009-04-27 08:53:26 Thread-2440 WARN http: snmehl_connect: connect failed to (JHROFS01:1158): No connection could be made because the target machine actively refused it.Troubleshooting Database Control Startup Issues
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549079.1
    HTH

  • Oracle 10g Express Service not starting Database

    I have a fresh download and install or Oracle 10gExpress and am having issues when I manually start the OracleXE service. The OracleXE Service starts, but the database does not. The error I see is ora-12560.
    The database and service stops correctly if I manually stopthe OracleXE service. The start of the service just won't start the database.
    The oradim.log contains
    Thu Oct 15 11:51:30 2009
    C:\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -startup -sid xe -usrpwd * -log oradim.log -nocheck 0
    Thu Oct 15 11:51:31 2009
    ORA-12560: TNS:protocol adapter error
    New Information:
    What I just found out was that it all works fine if the install of Oracle 10g Express is done prior to joining the Server to a domain. If the install is done after the server is part of a domain, the service will not start the database. If the install is done prior to putting the Server in a domain, the service will start the database.
    Any help why this must be installed prior to adding the server to the domain?
    Edited by: user10279386 on Oct 15, 2009 9:24 AM

    Hi!
    I think that installation must be done with Domain user who is Administrator on this machine also. Check ORA_DBA group that consist of at least two users: SYSTEM (who by default brings up the service, but you can change it) and your domain user (local Administrator on that server) who is making installation of XE on that server.
    Hope this helps,
    Damir

  • Oracle 10g DBConsole

    Hi all,
    currently I'm trying to enable 10g DBConsole on some running databases.
    To-date, I don't have much information about the databases, eg. how they were installed, and what are the components being selected during the installation.
    I researched abit regarding DBConsole, to setup the repos, we can make use of emca found in $ORACLE_HOME/bin. DBConsole vs Grid difference is that console is only for single DB, whereas Grid is for multiple DBs? Am I correct to say this? Please correct me if I'm wrong.
    However, to start up the service, I noticed that it requires emctl, which seems to be missing from my bin directory, all I can see is the emca executable file. Am I missing anything here?
    Next, I need to prove to my management the pros of enabling it, at the same time identifying the concerns if any.
    Some concerns I identified are as follow:
    1) Require sys user login <<< Can we create a specific user which is used to login and perform EM tasks only?
    2) Require ports to be enabled <<< May require to raise exception?
    Due to the fact that I'm in a very strict environment, that's why I am looking at these concerns. Any other concerns that I need to take note of?
    Thanks in advance for any input.
    Eugene

    1.- Create a database through the DBCA
    2.- Realize at the end of the installation the address to access to the database control ( OEM Web app ) to that database. ( http://host:550x/em )
    3.- Set the ORACLE_SID enviroment variable
    4.- Check the status of this service ( emctl status dbconsole )
    5.- if the service is down you have to start it so : ( emctl start dbconsole )
    6.- Access to the address highlighted in the step 5
    Joel Pérez
    http://otn.oracle.com/experts

  • Why dbconsole won't start with emctl in Windows 7

    SYSTEM information : windows 7 ultimate WITH Oracle DATABASE 11gR2
    I'm connected with a windows user that reside in ora_dba and administrator groups
    I execute all commands with "run as administrator"
    'administrator' is also in ora_dba group
    after installing oracle software I executed dbca to create a new database, but after the creation dbconsole won't run!
    emctl start dbconsole gives me An instance of Oracle Enterprise Manager 11g Database Control is already runningand the service 'oracleDbConsoleorcl' is not started, when I start it mannually it gives me windows could not start the service in local computer
    so now I know that this errors is caused by a running process, it's the 'java.exe : 5520', I kill it and try to start dbconsole again:
    emctl start dbconsole it gives meThe OracleDBConsoleorcl service could not be started
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    and of course the result of >NET HELPMSG 3547 is A service specific error occurred: *** :/
    so I tried to recreate the repository but after the creation (successful) the result is the same errors when I want start dbconsole :
    emca -config dbcontrol db -repos recreateYou have specified the following settings
    Database ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Local hostname ................ localhost
    Listener ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Listener port number ................ 1521
    Database SID ................ orcl
    .... no warning or errors ...
    Sep 19, 2012 10:11:13 PM oracle.sysman.emcp.EMDBPostConfig invoke
    WARNING: Error starting Database Control.Please execute the following command(s)
    1) Set the environment variable ORACLE_UNQNAME to Database unique name
    2) d:\app\oracle\database\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole
    but ORACLEUNQNAME is already set !_
    C:\Windows\system32>set oracle
    ORACLE_HOSTNAME=localhost
    ORACLE_SID=orcl
    ORACLE_UNQNAME=orcl C:\Windows\system32>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://localhost:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 11g Database Control is already running. //_the same error before I recreate the repos_
    C:\Windows\system32>emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent is Not Running
    Please help
    Thanks

    can you check the same after setting ORACLE_HOME and LD_LIBRARY_PATH=%ORACLE_HOME%/lib.
    I am not sure how much this is going to help, just try it.
    Once done try to start dbconsole

  • [Debian] Oracle 10g Express - init.d start/stop script problem + fix

    I've experienced a problem with the init.d script "oracle xe" which is used to start/stop/reload the 10g server and comes with the debian package from oss.oracle.com.
    I noticed that after installing Oracle 10g in the "Debian" way (via .deb package and an apt-source oss.oracle.com), the start and stop method of the script doesn't do anything.
    It's checking for the value of the "ORACLE_DBENABLED" variable, which is on my installation set to "false", because I answered during installation false to the question "do you want to start Oracle 10g at system boot?".
    In my opinion that's wrong. I should always be able to start/stop the Oracle server trough the init.d script regardless of your choice starting Oracle at boot or not.
    I commented out row 604 and 621 in the file "/etc/init.d/oracle-xe" :
    case "$1" in
      start)
            if test -f "$CONFIGURATION"
            then
                    if test "$ORACLE_DBENABLED" != "true"
                    then
                            echo "exit"
    #                       exit 0
                    fi
            else
            echo "Oracle Database 10g Express Edition is not configured.  You must
                    exit 0
            fi
            start
      configure)
            configure
      stop)
            if test -f "$CONFIGURATION"
            then
                    if test "$ORACLE_DBENABLED" != "true"
                    then
                            echo "exit"
    #                       exit 0
                    fi
            else
            echo "Oracle Database 10g Express Edition is not configured.  You must
                    exit 0
            fi
            stop
            ;;

    Hello,
    I have the same problem on RH9.
    [root@phpsrv init.d]# ./oracle-xe start
    Starting Oracle Net Listener.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/lsnrctl: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Starting Oracle Database 10g Express Edition Instance.
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus: relocation error: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/../lib/libclntsh.so.10.1: symbol semtimedop, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    Regards,
    Pavel Kucera

  • Oracle 10G R2 AS: Not starting up; please help

    i got a server with oracle 10g app server installed on it. i opened the console at http://localhost:1811/emd/console and created a new OC4J instance but did not deploy the EAR file. When i tried to open the console the next day the page did not open. actually the server did not start at the startup. i tried to start the server from the Services but it did not start. please help me to rectify the problem.

    If your application server is in windows,then open command promt. and then type cd $ORACLE_HOME\bin
    and then emctl.bat start iasconsole
    If your application server is in unix/linux,then open console. and then type cd $ORACLE_HOME/bin
    and then emctl start iasconsole
    It will start your OEM. then through ur OEM u can monitor ur server configuration.

  • Oracle 11g application won't start sometimes(jar files issue)

    Hello,
    The issue we experience is that now and then, our forms 11g application
    won't start.
    So it can be the case that, for example, the application can be started
    succesfully 5 times in a row, but the 6th and 7th time, it won't start
    anymore. But when we relaunch it for the 8th time, it launches perfectly.
    When the application isn't starting, a new window is opened having a yellow triangle
    with an exclamation mark on the top right corner.
    After a long period, we suddely discovered that it had something to do with ".jar" files.
    Because when we clear the "java jar cache" on the client machine
    (start -> control panel -> java -> "general" tab -> "view..." button -> select all the files and click on the
    cross(remove selected sources) ), the application succesfully starts for about 10 times in a row.
    But the first time we start the application(after clearing the cache), it takes much longer, because the application
    is downloading the .jar files again. (java logo appears with a progress bar)
    But clearing the cache every time before starting the application can't be a decent solution we think.
    When we enable all java debugging info in the console, we received the error below 2 times when launching a application session that refused to start:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.awt)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPackageAccess(Unknown Source)
         at sun.plugin2.applet.Applet2SecurityManager.checkPackageAccess(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Anyone having a clue ?
    thanks in advance !

    Sorry, I meant WEB-INF\lib in the WAR file inside my EAR.
    I put all the jar files in the WEB-INF\lib of the WAR file but it still does not work. I have to specify them in the classpaths and put the jar files in the domains\domain\lib directory
    I thought if you put it in the WEB-INF\lib then you don't have to put them in the classpath.
    Am I right?

  • My Oracle 10g XE does not start anymore on Win XP

    Hello,
    I have a problem I do not understand at all. I've successfully installed Oracle10g XE on my Win XP SP2 about one year ago and every works well.
    The last time (6 months ago) I've started my default XE, it works well.
    Today, it does not works anymore ! My Windows service called "OracleServiceXE" does not start anymore. I have an error 1053.
    So I try to start manually my DB using sqlplus :
    sqlplus /nolog
    connect / AS SYSDBA=> I obtains ORA-12560
    The listener service starts well and seems to be OK.
    I tried to set ORACLE_HOME and ORACLE_SID without success.
    I checked my sqlnet.ora, tnsname.ora. Everything seems to be OK.
    I stopped my antivirus software, stopped my firewall.
    I checked I am still in the Adminstrator Group.
    Finally, I tried to reinstall Oracle 10g XE and it does not work anymore either ! The XE instance creation failed
    DIM-00019: service creation error
    O/S-Error: (OS 1053)
    Now, I am lost.
    Does anybody have any suggestion to solve my problem ?
    Many thanks by advance for any help you could give.
    Regards
    Cedric

    Yes, I think so.
    But what ? Many things change in 6 months (Windows fixes, software fixes, RAM upgrade, screen change ...)
    And the logs I found in oracle cannot help me to have an idea.
    Only listener.log, css.log and sqlnet.log have changed.
    I have found the following error in sqlnet.log :
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleXE)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=XE)(CID=(PROGRAM=E:\Langage\oraclexe\app\oracle\product\10.2.0\server\BIN\oradim.exe)(HOST=PHOENIX)(USER=gerardce))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 09-FÉVR.-2008 09:28:04
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS : erreur d'adaptateur de protocole
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Erreur d'adaptateur de protocole
    nt secondary err code: 2
    nt OS err code: 0
    I really don't knwo where to start. And I would like to be sure to save my data (via export or something like that).
    Is it possible to have more trace somewhere that can help me ?
    Regards,
    Cedric

  • Oracle Lite service won't start

    Hi,
    I need help starting the oracle BPEL process manager.
    I have installed the oracle BPEL process manager but it seems that it won't start because the Oracle Lite service cannot start.
    When running C:\OraBPELPM\bin>olsv2040.exe /debug in a command prompt, I get the following error:
    Debugging Oracle Lite Multiuser Service.
    Service start failed, please check your environment
    For more information enable service trace
    Do you have any ideas how I can make the Oracle Lite service to work?
    Presumably that will also make the Process Manager to start.
    Thanks!

    Hi again,
    the port 1521 is free.
    I have installed Oracle BPEL Process Manager 10.1.2 on Win2K (BEA WLS).
    I also installed Oracle Lite as a Windows service.
    When I try to start it as a service through a command prompt, I get the below error:
    The Oracle Lite Multiuser Service service could not be started.
    A service specific error occurred: 4294966385.
    When I try to start it from the Windows Services system tool, I get the error:
    Service specific error -911
    I have also checked all ini files in the Windows directory and they look correct.
    Any idea what could be the problem???
    Cheers,
    Akis

  • Oracle 10g Express won't open after Windows Patches

    Hi all,
    Yesterday I successfully installed Oracle 10g Express on a new Windows 2003 server with SP1. However today I can't open the Database Homepage - it is returning an error: "The page cannot be displayed" when I am trying to connect to http://127.0.0.1:8080/apex
    The only thing I can see as having changed between last night and this morning was that when I shut down the server last night 50 Windows Patches were installed. I wasn't paying enough attention last night and by the time I realised what was going on I couldn't stop the installation of these patches.
    So, does anyone know which Windows Patch may have caused this issue and if so is there a MS Patch Fix (surprise, surprise) or do I just uninstall that patch.
    I really don't want to have to go through the pain of formatting the machine and starting again.
    Thanking you,
    GR

    Check that none of the patches restarted/reset the firewall.

  • OracleAS 10g Infrastructure fails to start after reboot.

    Hi,
    I have installed OracleAS 10g Infrastructure. Whenever I restart my machine I get the opmn.exe error messages and it don't go away. The components are also down. The other thing is that the memory usage behaviour of "opmn.exe" is strange. It is utilizing 100% cpu and the memory taken is 1.36 Gb. I have to stop and restart it.
    Actually I want to install "Portal" component on it and I am stucked by this problem in Infrastructure.
    Any Idea as how to solve this problem?
    Regards,
    Shah

    I found in another post that suggested I needed to update my listener.ora file. I did that and the error went to telling me that oracle was unavailable. Then I found a post that suggested this:
    Set oracle_sid=orcl
    SQLPLUS /NOLOG
    CONN SYS/????@orcl AS SYSDBA
    STARTUP
    EXIT
    Ran this and sure enough, the database was ok but sitting idle. It went through some initialization steps and mounted so I can now launch the manager tool and have access to my database.
    So, ok, this is running on VMware and that "might" be causing the problems but this is very strange since it survived three reboots then out of the blue this issue comes up. I can live with running a batch file everytime I reboot in my little test environment so I'm ok :]
    Thanks for your time.

  • EM dbconsole won't start after upgrade from 10.2.0.1 to 10.2.0.4....Arrrgh!

    Hi All,
    I'm having a problem getting the dbconsole started on an upgraded 10g r2 db.
    OS = XP 64bit
    DB = 10.2.0.4
    It was working when it was 10.2.0.1. After the upgrade process ran :-
    emca -upgrade db
    this completed upto the point of starting the dbconsole at which point it tried and tried but eventually timed out. So I removed and recreated the repository
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    , same resultant problem as before. Finally following these instructions :-
    Link
    This resulted in the OUI failing due to time out of the dbconsole startup.
    Outputs.....
    F:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.######.int:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    F:\oracle\product\10.2.0\db_1\BIN>hostname
    amlcad048
    F:\oracle\product\10.2.0\db_1\BIN>emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.#######.int:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    F:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.#######.int:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    F:\oracle\product\10.2.0\db_1\BIN>emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at 27-Jan-2011 08:49:47
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TCEPROD
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    27-Jan-2011 08:50:10 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-49-47-AM.log.
    27-Jan-2011 08:50:11 oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    27-Jan-2011 08:50:12 oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    27-Jan-2011 08:53:57 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at 27-Jan-2011 08:53:58
    F:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos create
    STARTED EMCA at 27-Jan-2011 08:54:27
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TCEPROD
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ F:\oracle\product\10.2.0\db_1
    Database hostname ................ amlcad048.######.int
    Listener port number ................ 1521
    Database SID ................ TCEPROD
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    27-Jan-2011 08:54:50 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log.
    27-Jan-2011 08:54:50 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    27-Jan-2011 08:59:54 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    27-Jan-2011 09:00:02 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    27-Jan-2011 09:00:13 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    27-Jan-2011 09:00:13 oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    Could not complete the configuration. Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    Log-file
    27-Jan-2011 09:07:13 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:23 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:33 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:53 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:03 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:13 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:23 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:33 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
    Any help would be greatly appreciated.
    Regards
    Martin
    Edited by: user1095681 on 27-Jan-2011 02:28

    Hi,
    Pl make sure you perform all steps related to enterprise manager
    http://www.eygle.com/Notes/10204_patch_note_Win32.htm
    Also Refer threads:
    Can't start dbconsole service
    http://www.orafaq.com/forum/t/94833/2/
    thanks,
    X A H E E R

  • Dbconsole won't start in FC7

    Hi there, I am running oracle 11g on FC7 x86. Fresh install with all updates installed. I can get the listener up and running. That was not running, as it had the wrong FQDN. so I:
    $ vi /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    and pumped in the FQDN.
    Now whenever I run
    $ /u01/app/oracle/product/11.1.0/db_1/bin/emctl start dbconsole
    I get this honking error:
    The following exception occurred:
    java.net.UnknownHostException: oel45.localdomain: oel45.localdomain
    at java.net.InetAddress.getAllByName0(InetAddress.java:1128)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1098)
    at java.net.InetAddress.getAllByName(InetAddress.java:1061)
    at java.net.InetAddress.getByName(InetAddress.java:958)
    at oracle.sysman.emd.targetIntg.agent.AgentTargetInstaller.getLocalHost(AgentTargetInstaller.java:4288)
    at oracle.sysman.emd.targetIntg.agent.AgentTargetInstaller.printLocalHost(AgentTargetInstaller.java:4251)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.sysman.emd.targetIntg.Util$DefaultIntegrationMethod.execute(Util.java:592)
    at oracle.sysman.emd.targetIntg.TargetInstaller.execute_(TargetInstaller.java:167)
    at oracle.sysman.emd.targetIntg.TargetInstaller.execute(TargetInstaller.java:155)
    at oracle.sysman.emSDK.conf.TargetInstaller.printLocalHost(TargetInstaller.java:2364)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3290)
    Although there was an exception it might be possible for the program to continue.
    OC4J Configuration issue. /u01/app/oracle/product/11.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_oel45.localdomain_DB11G not found.
    whenever I try to connect to https://servername.com:1158 (or /em) nothing happens.
    Which makes me sad. This is my first time with Oracle, so be gentle and thanks in advance for your help :)

    and here is the output for 'status' from the listener:
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 05-MAR-2008 19:37:02
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mankind.server.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 05-MAR-2008 19:33:42
    Uptime 0 days 0 hr. 3 min. 22 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/mankind/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mankind.server.com)(PORT=1521)))
    Services Summary...
    Service "rvh.server.com" has 1 instance(s).
    Instance "rvh", status READY, has 1 handler(s) for this service...
    Service "rvhXDB.server.com" has 1 instance(s).
    Instance "rvh", status READY, has 1 handler(s) for this service...
    Service "rvh_XPT.server.com" has 1 instance(s).
    Instance "rvh", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Oracle 10g listener control not started

    Hi all
    my listener control not started. please help me.
    C:\Documents and Settings\raihan>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-SEP-2007 13:28
    :11
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Failed to start service, error 1058.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    thanx in advance.

    Issue lsnrctl start and report results. If problem persists, change the localhost reference in HOST= to whatever your actual hostname is.
    ~ Madrid

Maybe you are looking for

  • Error while transport a transformation

    Dear Experts, While I am going to transport a transformation from DEV to QAS system, the below error occurs. Object TRFN 0HEJ73SSI9ZSSHKB8K4BZ67VQJOLWAI6 needs object UOMT ; the latter does not exist I checked cube. there is no routine included. Is i

  • BI 7- BEx Report - Keyfigures on individual sheets

    Hi Experts, I have to make a workbook in BI 7 with every keyfigure in individual sheets. As we have the option, insert query in 3.x version, what is the provision we have in BI7 to get keyfigures on individual sheets on the same workbook. Thanks in A

  • Macbook Air mid 2014?? Is it real?

    I just received MBA yesterday but it says "early 2014". They sent another one, the same case. Early 2014 and without Yosemite installed. Is it the old stock?? Will call them up again tomoz. The mid 2014 with Yosemite released a while ago. Wonder why

  • Service (consulting) contract in sd,automatic create SO from interface

    Hi I need to create a service contract like consulting (UOM is Hour) in sd and the do pricing whihc include surcharge,commision,discount. 2. How to create sales order automatically when we receive the file for third party interface. Please let me kno

  • Manufactured Item is not hitting the RG1 register

    Hi, In india localization, Manufactured Items to hit RG1 register.. But in our case it is not happening ( All localization setups are defined for the warehouse in Discrete inventory) Can anyone help me in this regard.. Regards, Navanethan