Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> timeout troubles after starting server

timeout troubles after starting server

From: Robert Meggle <robert_at_radiokili.org>
Date: Wed, 16 Mar 2005 21:33:15 +0100
Message-ID: <39rjgdF61pucpU1@individual.net>


Hello,

I've installed Oracle 10g on my united linux machine. After some troubles (that can be solved by google) I'm now on the last step: Starting the database.
My linux machine is named
cat /etc/HOSTNAME
mero1.local

I've configured the listener after the installation process. After that (and some troubles with that) I reconfigured it with $ORACLE_HOME/bin/netca

The problem is, that after starting the listener I will start the dbconsole. It makes some dots on the srceen and then it finished after 2min with "started.".
But when I call with http://localhost:5505/em there will be a timeout after some minutes shown.

By starting the dbconsole, following will be logged by



oracle_at_mero1:~/oracle/network/admin> tail -f 2005-03-14 15:09:12 2005-03-14 15:09:12 Thread-1024 Starting Agent 10.1.0.2.0 from /home/oracle/oracle (00701)
2005-03-14 15:10:13 Thread-1024 target {orcl, oracle_database} is broken: cannot compute dynamic properties in time. (00155) 2005-03-14 15:10:13 Thread-1024 EMAgent started successfully (00702)

My ORACLE_HOME and ORACLE_SID ($ORACLE_SID="orcl") is set by .profiles. I can start the listener without any troubles.

My tnsnames.ora looks like:



ORCL =
   (DESCRIPTION =
     (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
     (CONNECT_DATA =

(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)

   )

EXTPROC_CONNECTION_DATA =
   (DESCRIPTION =

     (ADDRESS_LIST =

(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
) (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)

   )

my listener.ora looks like:



SID_LIST_ORCL =
   (SID_LIST =
     (SID_DESC =

(SID_NAME = orcl)
(ORACLE_HOME = /home/oracle/oracle/)
(PROGRAM = extproc)
)

   )

ORCL =
   (DESCRIPTION_LIST =

     (DESCRIPTION =

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) )
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) ) )

   )

Can anybody give me a hint what I can follow to solve my problems?

Thanks
  Robert Received on Wed Mar 16 2005 - 14:33:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US