Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> got timeout troubles after starting dbconsole
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
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:
(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_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 Mon Mar 14 2005 - 08:18:02 CST
![]() |
![]() |