OEM not starting [message #314706] |
Thu, 17 April 2008 09:33 |
imax
Messages: 2 Registered: April 2008 Location: Brazil
|
Junior Member |
|
|
Hi,
We have oracle 10g running on windows 2000.
When tried move from sql server to oracle a data base I had a surprise: OEM is not starting.
All db is working, only the OEM at browser isn't working. I've been trying some solution what I found. But no success.
The only message what i can see is something about a service error 2 when i try to start de oracledbconsole service.
I suspect it is name problem. Since we had same problem at Linux machine and it was fixed changing some values. I didn't find nothing wrong at TNSNAMES.ora
First I would like to know what where I need to search to try fix and put here more info to help to find the solution.
Second sorry for my English and if someone have the point to documentation where I can find it, because I didn't find.
Tks
=================================================================
some files:
TNSNAMES.ora
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = computer.domain)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
======================================================================
sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
======================================================================
Listener.ora
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = computer.domain)(PORT = 1521))
)
)
================================================================
computer.domain is the same what shows at id configuration.
|
|
|
|
|
|