Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enterprise Manager is not able to connect to the database instance....

528185Aug 15 2006 — edited Aug 18 2006
Hi all,
Currently i'm facing a big issue here.
I have install the Oracle 10g on Window 2003 SE.

And currently the Enterprise manager is not be able to conenct to the database and my database is still running.With my listener is up.

But from the Enterprise manager's it show that everythg is down.

and when i try to restart it,i ask for os id and password and dbuser and dbpassword.

frm the SQL plus,i can easily startup and shutdown the database.

So i would like to know i can rectify this problem.

please kindly help me.I have post the setting of the databse as below

tnsnames.ora
==========
################
# Filename......: tnsnames.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#4 $
################
SDB.WORLD=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = SAP_SOLMAN)
(PORT = 1527)
)
)
(CONNECT_DATA =
(SID = SDB)
(GLOBAL_NAME = SDB.WORLD)
)
)

sqlnet.ora
========
# sqlnet.ora Network Configuration File: E:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\sqlnet.ora
# Generated by Oracle configuration tools.

# 05.01.06 set to default
#TCP.NODELAY=YES
# 05.01.06 set to 32768

# 05.01.06 unsorported parameter now
#NAME.DEFAULT_ZONE = WORLD
# 05.01.06 set the default to 10

################
# Filename......: sqlnet.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/SQLNET.ORA#4 $
################

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT, HOSTNAME, LDAP)

NAMES.DEFAULT_DOMAIN = WORLD

DEFAULT_SDU_SIZE = 32768

SQLNET.EXPIRE_TIME = 10

Listener.ora
=========
################
# Filename......: listener.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
################
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = SDB.WORLD)
)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = SDB)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = SAP_SOLMAN)
(PORT = 1527)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = SDB)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
)
)

Listener status
===========
LSNRCTL> status
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=SDB.WORLD))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date 15-AUG-2006 15:14:48
Uptime 0 days 2 hr. 43 min. 31 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File E:\oracle\product\10.2.0\db_1\network\admin\listener.o
ra
Listener Log File E:\oracle\product\10.2.0\db_1\network\log\listener.log

Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SDB.WORLDipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\SDBipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SAP_solman)(PORT=1527)))
Services Summary...
Service "SDB" has 1 instance(s).
Instance "SDB", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully

emoms.log
========
2006-08-15 18:03:20,562 [HttpRequestHandler-2254042] ERROR conn.ConnectionService verifyRepositoryEx.433 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
2006-08-15 18:03:21,547 [HttpRequestHandler-2254042] WARN jdbc.ConnectionCache _getConnection.303 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
2006-08-15 18:03:21,547 [HttpRequestHandler-2254042] WARN jdbc.ConnectionCache _getConnection.306 - Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:493)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767)
at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324)
at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324)
at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296)
at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423)
at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605)
at oracle.sysman.emdrep.receiver.OMSHandshake.getParameterFromDB(OMSHandshake.java:387)
at oracle.sysman.emdrep.receiver.OMSHandshake.getMaxAgentCompatVer(OMSHandshake.java:369)
at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:794)
at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:648)
at oracle.sysman.emdrep.receiver.FxferRecv.doGet(FxferRecv.java:658)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:239)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
2006-08-15 18:03:22,531 [HttpRequestHandler-2254042] ERROR eml.OMSHandshake getParameterFromDB.402 - Io exception: The Network Adapter could not establish the connection
2006-08-15 18:03:22,531 [HttpRequestHandler-2254042] ERROR eml.OMSHandshake processFailure.619 - OMSHandshake failed.(AGENT URL = http://SAP_solman:3938/emd/main)(ERROR = INTERNAL_ERROR)
2006-08-15 18:03:35,547 [HttpRequestHandler-9249408] WARN jdbc.ConnectionCache _getConnection.303 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
2006-08-15 18:03:35,547 [HttpRequestHandler-9249408] WARN jdbc.ConnectionCache _getConnection.306 - Io exception: The Network Adapter could not establish the connection
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:493)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:767)
at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:324)
at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:114)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:694)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getPooledConnection(OracleConnectionCacheImpl.java:540)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:346)
at oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:324)
at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:296)
at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:423)
at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:156)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:605)
at oracle.sysman.emSDK.svc.conn.ConnectionService.getRepositoryVersionAndMode(ConnectionService.java:368)
at oracle.sysman.emSDK.svc.conn.ConnectionService.verifyRepositoryEx(ConnectionService.java:395)
at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:144)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)
2006-08-15 18:03:36,531 [HttpRequestHandler-9249408] ERROR conn.ConnectionService verifyRepositoryEx.433 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
2006-08-15 18:03:36,531 [EMUI_18_03_36_/console/aboutApplication] ERROR em.console doGet.311 - java.lang.IllegalStateException: Response has already been committed
java.lang.IllegalStateException: Response has already been committed
at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1901)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:211)
at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
at oracle.sysman.eml.app.Console.doGet(Console.java:135)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:123)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:239)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)

OracleDBConsoleSDBsrvc.log
======================
-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/09/06 15:11:59 Start pending...
08/09/06 15:11:59 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/09/06 15:12:04 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/09/06 15:12:04 Tracking process launch...
08/09/06 15:12:41 Received exitCode 3 from emctl istatus
08/09/06 15:12:41 dbconsole started
08/11/06 08:46:03 Recieved ServCtrlHdlr command, 5
08/11/06 08:46:03 Stopping dbconsole
08/11/06 08:46:03 Launching stop EMD process...
08/11/06 08:46:03 Waiting for stop EMD process to exit. numRetries=74
08/11/06 08:46:06 Stop process has exited with exitCode: 0
08/11/06 08:46:06 Waiting for emwd process to exit. numRetries=74
08/11/06 08:46:06 Watchdog process exited with exit code 15
08/11/06 08:46:06 Signal Shutdown event.
08/11/06 08:46:06 Shutdown thread exited.
08/11/06 08:46:06 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits

-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/11/06 08:45:17 Start pending...
08/11/06 08:45:17 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/11/06 08:45:26 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/11/06 08:45:26 Tracking process launch...
08/11/06 08:46:11 Received exitCode 3 from emctl istatus
08/11/06 08:46:11 dbconsole started
08/11/06 08:48:58 Recieved ServCtrlHdlr command, 5
08/11/06 08:48:58 Stopping dbconsole
08/11/06 08:48:58 Launching stop EMD process...
08/11/06 08:48:58 Waiting for stop EMD process to exit. numRetries=74
08/11/06 08:49:02 Stop process has exited with exitCode: 0
08/11/06 08:49:02 Waiting for emwd process to exit. numRetries=74
08/11/06 08:49:02 Watchdog process exited with exit code 15
08/11/06 08:49:02 Signal Shutdown event.
08/11/06 08:49:02 Shutdown thread exited.
08/11/06 08:49:02 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits

-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/11/06 08:53:20 Start pending...
08/11/06 08:53:20 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/11/06 08:53:29 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/11/06 08:53:29 Tracking process launch...
08/11/06 08:54:14 Received exitCode 3 from emctl istatus
08/11/06 08:54:14 dbconsole started
08/11/06 11:37:30 Recieved ServCtrlHdlr command, 5
08/11/06 11:37:30 Stopping dbconsole
08/11/06 11:37:30 Launching stop EMD process...
08/11/06 11:37:30 Waiting for stop EMD process to exit. numRetries=74
08/11/06 11:37:34 Stop process has exited with exitCode: 0
08/11/06 11:37:34 Waiting for emwd process to exit. numRetries=74
08/11/06 11:37:34 Watchdog process exited with exit code 15
08/11/06 11:37:34 Signal Shutdown event.
08/11/06 11:37:34 Shutdown thread exited.
08/11/06 11:37:34 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits

-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/11/06 11:36:48 Start pending...
08/11/06 11:36:48 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/11/06 11:36:56 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/11/06 11:36:56 Tracking process launch...
08/11/06 11:37:41 Received exitCode 3 from emctl istatus
08/11/06 11:37:41 dbconsole started
08/15/06 09:31:52 Recieved ServCtrlHdlr command, 5
08/15/06 09:31:52 Stopping dbconsole
08/15/06 09:31:52 Launching stop EMD process...
08/15/06 09:31:52 Waiting for stop EMD process to exit. numRetries=74
08/15/06 09:31:56 Stop process has exited with exitCode: 0
08/15/06 09:31:56 Waiting for emwd process to exit. numRetries=74
08/15/06 09:31:56 Watchdog process exited with exit code 15
08/15/06 09:31:56 Signal Shutdown event.
08/15/06 09:31:56 Shutdown thread exited.
08/15/06 09:31:56 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits

-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/15/06 09:31:06 Start pending...
08/15/06 09:31:06 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/15/06 09:31:14 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/15/06 09:31:14 Tracking process launch...
08/15/06 09:31:49 Did not hear back from emctl istatus.
08/15/06 09:31:49 Waiting a further 5 secs...
08/15/06 09:31:51 Received exitCode 3 from emctl istatus
08/15/06 09:31:51 dbconsole started
08/15/06 15:15:31 Recieved ServCtrlHdlr command, 5
08/15/06 15:15:31 Stopping dbconsole
08/15/06 15:15:31 Launching stop EMD process...
08/15/06 15:15:31 Waiting for stop EMD process to exit. numRetries=74
08/15/06 15:15:34 Stop process has exited with exitCode: 0
08/15/06 15:15:34 Waiting for emwd process to exit. numRetries=74
08/15/06 15:15:34 Watchdog process exited with exit code 15
08/15/06 15:15:34 Signal Shutdown event.
08/15/06 15:15:34 Shutdown thread exited.
08/15/06 15:15:34 ServiceMain wake up by ShutdownProc, emwd has exited. ServiceMain exits

-------------- [OracleDBConsoleSDB] ------------
EMDROOT=E:\oracle\product\10.2.0\db_1
ORACLE_HOME=E:\oracle\product\10.2.0\db_1
EMDSTATE=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB
CONSOLE_CFG=dbconsole
TRACE_LEVEL=16
TIMEOUT=15
08/15/06 15:14:46 Start pending...
08/15/06 15:14:46 Verifying dbconsole is not started already. Command line "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
08/15/06 15:14:54 dbconsole launch commandline is "E:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
08/15/06 15:14:54 Tracking process launch...
08/15/06 15:15:29 Did not hear back from emctl istatus.
08/15/06 15:15:29 Waiting a further 5 secs...
08/15/06 15:15:32 Received exitCode 3 from emctl istatus
08/15/06 15:15:32 dbconsole started

Command prompt for emctls status
=========================
E:\oracle\product\10.2.0\db_1\BIN>emctl status
Environment variable ORACLE_SID not defined. Please define it.

emd.properties
===========
#
# perl executable directory
#
perlBin=E:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread

#
# script directory
#
scriptsDir=E:\oracle\product\10.2.0\db_1/sysman/admin/scripts

#
# emd Root directory(read-only location). Metrics should not create files
# under this directory
#
emdRoot=E:\oracle\product\10.2.0\db_1

#
# agent Root directory(writeable).
# Use this property to base any temporary file creation.
#
agentStateDir=E:/oracle/product/10.2.0/db_1/SAP_solman_SDB

#
# Chronos root directory
#
chronosRoot=E:/oracle/product/10.2.0/db_1/SAP_solman_SDB/sysman/emd/chronos

#
# OMS Upload URL
#
# if there is no receiving OMS or if you wish to disable the UploadManager
# please set this value to empty or comment out below line
#
REPOSITORY_URL=http://SAP_solman:5500/em/upload/

#
# Proxy settings used for fetchlets. not applicable for uploader.
#
#proxyHost=www-proxy.us.oracle.com
#proxyPort=80
#dontProxyFor=.us.oracle.com

#
# If it is necessary to go through an http proxy server to get to the
# repository, uncomment the following two lines
#
#REPOSITORY_PROXYHOST=
#REPOSITORY_PROXYPORT=
#REPOSITORY_PROXYREALM=%EM_REPOS_PROXYREALM%
#REPOSITORY_PROXYUSER=%EM_REPOS_PROXYUSER%
#REPOSITORY_PROXYPWD=%EM_REPOS_PROXYPWD%

#
# This string is used by the agent to connect to remote targets
# ***IMPORTANT*** Do not change the contents of this setting. Only the
# install should modify this value.
#
agentSeed=1329576760

#
# This string is used by the agent to determine which algorithm to use for encrypted data
# The string value will be same as the release version
#
agentVersion=10.1.0.4.0

#
# How long, in minutes, collector will wait until next load.
#
UploadInterval=5

#
# If an upload fails, we want to backoff by UploadFailBackoff
# percentage more each time for each successive upload failure
# e.g. if we start the retry at 1 minute. If we fail in our next
# upload attempt, we try again 1minute 12 seconds later etc.
#
#

UploadFailBackoffPct= 20

#
# Maximum amount of time, in seconds, upload will wait for response from
# repository before timing out.
# 0 means infinite.
#
UploadTimeout=1800

#
# Timeout for upload a file, HealthMonitor will abort the EMD process if
# UploadManager does not finish uploading one file within this time
# Unit is minite, the default value is 1 hour ( 15 Min)
#
#UploadMaxTime=15

#
# How big the file the collector will upload (in KB)
# the actual file size could be slightly bigger.
# This is only a guidance.
#
UploadFileSize=2048

#
# The maximum number of megabytes(MB) the upload manager will support in the
# upload directory before temporarily being disabled
#
UploadMaxBytesXML=50

#
# The maximum number of files the upload manager will support in the
# upload directory before temporarily being disabled
#
UploadMaxNumberXML=5000


#
# The maximum amount (%) of disk space that can be used on the EMD filesystem
# before the following is disabled:
# - Collection of data (upload manager)
# - Logging and tracing

UploadMaxDiskUsedPct=98

#
# The amount (%) of disk space that can be used on the EMD filesystem
# before the following is re-enabled after being disabled previously:
# - Collection of data (upload manager)
# - Logging and tracing

UploadMaxDiskUsedPctFloor=95

# Time out for the Agent to think that the access to the database could be
# hung. The Agent would not allow more threads to go and hang with a database
# if any one access to the database does not return within DbHangTimeout
# seconds.
# The more the timeout more the possibility of allowing more threads
# to be hung in the EMD with a bad database.it is specified in seconds.
#DbHangTimeout=200

#
# The script to run if disk space usage exceeds parameters or if certain other
# error conditions occur.
#
#emdFailureScript=emdfail.command

#
# The location of the file that contains the root certificate.
#
emdRootCertLoc=E:/oracle/product/10.2.0/db_1/SAP_solman_SDB/sysman/config/b64LocalCertificate.txt
internetCertLoc=E:/oracle/product/10.2.0/db_1/SAP_solman_SDB/sysman/config/b64InternetCertificate.txt

#
# The download URL for the EMD Oracle Wallet and its local file location.
#
# Note: Ensure that this URL references a valid port number at which the
# console is available on http
#
emdWalletSrcUrl=http://SAP_solman:5500/em/wallets/emd
emdWalletDest=E:/oracle/product/10.2.0/db_1/SAP_solman_SDB/sysman/config/server

#
# The email address for out-of-band notifications
#
emd_email_address=
emd_email_gateway=

#
# The return email address for out-of-band notifications
#
emd_from_email_address=

#
# EMD main servlet URL
#
EMD_URL=http://SAP_solman:3938/emd/main

#
# Whether the EMD should listen on all NICs on the current host (the default)
# or just the NIC associated with the hostname in EMD_URL
#
AgentListenOnAllNICs=TRUE

#
# This parameter indicates the thread model to use. uncomment one of the
# following ThreadPoolModel line to indicate the model, agent need to use.
# SMALL if number of targets is less than 11.
# MEDIUM if number of targets is from 11 to 50.
# LARGE if number of targets is greater than 50.
# This parameter can be overriden by 'MaxThreads' which indicates the maximum
# number of threads that CEMD can have running at any point of time. User can
# mostly use the other parameter ThreadPoolModel to indicate what model for the
# agent to use.
#
# ThreadPoolModel = SMALL
# ThreadPoolModel = MEDIUM
# ThreadPoolModel = LARGE
#

# This parameter indicates the stack size, threads have to be created with.
# we can set it to 0 to use the OS default value.
#
# In some version of solaris(such as 2.9 ) specify a stack size may cause Java Hotspot warning
# when JVM is used.
#
NormalThreadStackSize=0
#

#Signals that users want to ignore.
#It can be one or combination of SIGTERM, SIGINT
# The signals can listed with ',' as delimiter.
#IgnoreSignals=


#
# This property is NO LONGER USED for host config collection (instead, hostConfigClasspath is used).
# If noone else uses it, it can be removed.
#
ouiLoc=E:\oracle\product\10.2.0\db_1/oui

#
# Classpath for host config collection
# VERY IMPORTANT NOTE: If you change the host config classpath entries in this section, you HAVE
# to change the HOST_CONFIG_TEST_CLASSPATH entry in the utl/emdwqaenv file too.
#
# NOTE: if the location of emd_java.jar and/or log4j-core.jar is changed
# make sure that appropriate changes are also made
# to the CLASSPATH variable in this file if necessary

# PORTING NOTE: Check OUI-required jar files for OUI APIs to work. They could be different on your platform.
# Also, our version of xmlparserv2.jar must be compatible with the one OUI expects (both OUI and ECM use XML parser).
hostConfigClasspath=E:\oracle\product\10.2.0\db_1/oui/jlib/xmlparserv2.jar;E:\oracle\product\10.2.0\db_1/oui/jlib/OraInstaller.jar;E:\oracle\product\10.2.0\db_1/oui/jlib/srvm.jar;E:\oracle\product\10.2.0\db_1/oui/jlib/share.jar;E:\oracle\product\10.2.0\db_1/sysman/jlib/emd_java.jar;E:\oracle\product\10.2.0\db_1/sysman/jlib/log4j-core.jar

# JAVA HOME required for JavaExt metric calls
JAVA_HOME=E:\oracle\product\10.2.0\db_1/jdk/jre

# CLASSPATH required for JavaExt metric calls
CLASSPATH=E:\oracle\product\10.2.0\db_1/sysman/jlib/emd_java.jar;E:\oracle\product\10.2.0\db_1/opmn/lib/ons.jar;E:\oracle\product\10.2.0\db_1/lib/xmlparserv2.jar;E:\oracle\product\10.2.0\db_1/sysman/jlib/log4j-core.jar;E:\oracle\product\10.2.0\db_1/oc4j/j2ee/home/lib/http_client.jar;E:\oracle\product\10.2.0\db_1/lib/dms.jar;E:\oracle\product\10.2.0\db_1/lib/dmsEmd.jar;E:\oracle\product\10.2.0\db_1/jlib/share.jar;E:\oracle\product\10.2.0\db_1/jdbc/lib/ojdbc14dms.jar;E:\oracle\product\10.2.0\db_1/jlib/jssl-1_1.jar;E:\oracle\product\10.2.0\db_1/jlib/javax-ssl-1_1.jar;E:\oracle\product\10.2.0\db_1/jlib/ojmisc.jar;E:\oracle\product\10.2.0\db_1/lib/em_test.jar;E:\oracle\product\10.2.0\db_1/jlib/ojmisc.jar;E:\oracle\product\10.2.0\db_1/jlib/repository.jar;E:\oracle\product\10.2.0\db_1/opmn/lib/optic.jar

#
# this is the java option
#
#JAVA_OPTIONS=-Xmx128m

#
# These are the optional Java flags for the in-process Java
# Native Interface (JNI)
#
agentJavaDefines=-Doracle.dms.refresh.wait.time=1000 -DUrlTiming.UseJSSE=true

#
# When set to true, the emd.log and emd.trc file will be appended by a pid
# For example:
# emd_15789.log
# emd_15789.trc
#
# By default, it is not set for regression test purpose.
#
# After installed, please uncomment this line because when EMD is restarted,
# previous log information will be lost if not set to true.
#
#LogFileWithPID=true

# Default log file maximum size before rolling in Kilobytes
LogFileMaxSize=4096

# Maximum number of log file roll files to maintain before deletion
LogFileMaxRolls=4

# Default trace file maximum size before rolling in Kilobytes
TrcFileMaxSize=4096

# Maximum number of trace file roll files to maintain before deletion
TrcFileMaxRolls=4

#
# To enable the metric browser, uncomment the following line
# This is a reloadable parameter
#
#enableMetricBrowser=true

#
# To disable Remote operations (non-reachable agent) uncomment the following
# line:
#
#disableRemoteOperations=true

#
# add an additional admin path from which the agent will read additional
# target metadata. The specified path should have the mandatory 4 directories
# under it. 1. metadata 2. scripts 3. default_collection 4. discover
#
#altAdminPath=<additional admin path>


#
# The health monitor executes callbacks in a separate thread. if for some
# reason the threads spawned from health monitor to execute callbacks are
# hung, the agent could run out of resource and freeze.
# so when the current thread count spawned from the Health monitor reaches
# this limit, the agent is bounced. the default is set to 5.
#
#MaxHealthMonitorThreads=5
#

#
# dynamicPropsComputeTimeout default to 30s
dynamicPropsComputeTimeout=60

#
# emagent perl tracing levels
# supported levels: DEBUG, INFO, WARN, ERROR
# default level is ERROR
#
EMAGENT_PERL_TRACE_LEVEL=ERROR


#
# other optional parameters for perl tracing
#
# EMAGENT_PERL_TRACE_DIR default to $ORACLE_HOME/sysman/log
#EMAGENT_PERL_TRACE_DIR=
#
# EMAGENT_PERL_TRACE_FILESIZE default to 5M
#EMAGENT_PERL_TRACE_FILESIZE=5
#

#
# this section define the logging level for each component,
# it is "reloadable", you can change the level at runtime to reset
# the logging level, but if you remove the line, it will not be
# changed.
#
tracelevel.main=WARN
tracelevel.emSDK.xml=WARN
tracelevel.emSDK.utl=WARN
tracelevel.ResMonitor=WARN
tracelevel.Dispatcher=WARN
tracelevel.ThreadPool=WARN
tracelevel.pingManager=WARN
tracelevel.collector=WARN
tracelevel.http=WARN
tracelevel.ssl=WARN
tracelevel.ssl.io=WARN
tracelevel.blackouts=WARN
tracelevel.upload=WARN
tracelevel.command=WARN
tracelevel.reload=WARN
tracelevel.scheduler=WARN
tracelevel.Authentication=WARN
tracelevel.metadata=WARN
tracelevel.targets=WARN
tracelevel.TargetManager=WARN
tracelevel.engine=WARN
tracelevel.javaproc=WARN
tracelevel.vpxoci=WARN
tracelevel.javavm=WARN
tracelevel.fetchlets=WARN
tracelevel.fetchlets.os=WARN
tracelevel.fetchlets.osline=WARN
tracelevel.fetchlets.oslinetok=WARN
tracelevel.fetchlets.UDM=WARN
tracelevel.fetchlets.sql=WARN
tracelevel.fetchlets.url=WARN
tracelevel.fetchlets.urllines=WARN
tracelevel.fetchlets.urllinetoken=WARN
tracelevel.fetchlets.URLTiming=WARN
tracelevel.fetchlets.propEcho=WARN
tracelevel.fetchlets.readFromFile=WARN
tracelevel.fetchlets.readMultFromFile=WARN
tracelevel.fetchlets.throwable=WARN
tracelevel.fetchlets.resourceGrab=WARN
tracelevel.fetchlets.emSDK=WARN

# The following three properties are for HTTP timeout
# Timeout value for reading Http primary header, default is 30 seconds.
httpTimeoutPrimaryHeader=30

# Timeout value for reading http secondary headers, default is 30 seconds
httpTimeoutSecondaryHeaders=30

# Timeout value for reading http body, default is 60 seconds.
httpTimeoutBody=60
omsRecvDir=E:\oracle\product\10.2.0\db_1\SAP_solman_SDB\sysman\recv
agentTZRegion=+08:00


And i would like to know how to set up the environment variable for Oracle_HOME and ORACLE_SID.

Please kindly assist me on this.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2006
Added on Aug 15 2006
1 comment
2,172 views