Oracle 10g enterprise manager website is not wotking

Hi,
I have a problem with the EM console
I executed the following command: emca -deconfig all db -repos drop
and then emca -config dbcontrol db -repos create
Enter the following information:
Database SID: tw
Listener port number: 1521 (is that the correct port?)
I got the following: SEVERE: Error creating the repository
Info from emca_repos_create_2011-05-18_12-25-12-PM.log
Check if repos user already exists.
old 6: WHERE username=UPPER('&EM_REPOS_USER');
new 6: WHERE username=UPPER('SYSMAN');
old 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
new 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
old 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
new 11: raise_application_error(-20000, 'SYSMAN does not exists..');
old 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
new 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
old 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
new 17: raise_application_error(-20001, 'SYSMAN already exists..');
old 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
new 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
DECLARE
ERROR at line 1:
ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
========================================================
Info from emca_2011-05-18_12-24-07-PM.log
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-config' set to true
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'UPDATE_EMAIL' set to true
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'dbcontrol' set to true
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'create' set to true
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: ORACLE_HOME value: D:\oracle\product\10.2.0\db_1
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:24:07 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EM_HOME value: D:\oracle\product\10.2.0\db_1
May 18, 2011 12:24:09 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SID value: tw
May 18, 2011 12:24:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
May 18, 2011 12:24:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 isDBC: false
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
May 18, 2011 12:24:09 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter SYS_PWD.
May 18, 2011 12:24:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user:
May 18, 2011 12:24:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: ORA-01031: insufficient privileges
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01031: insufficient privileges
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1474)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:821)
     at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:363)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:104)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:146)
     at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:718)
     at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1812)
     at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2295)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:947)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
May 18, 2011 12:24:10 PM oracle.sysman.emcp.DatabaseChecks isASMDb
CONFIG: Database instance unavailable.
oracle.sysman.emcp.exception.DatabaseUnavailableException: Database instance unavailable.
     at oracle.sysman.emcp.DatabaseChecks.throwDBUnavailableException(DatabaseChecks.java:134)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:127)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:146)
     at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:718)
     at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1812)
     at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2295)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:947)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
May 18, 2011 12:24:10 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
May 18, 2011 12:24:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: PORT value: 1521
May 18, 2011 12:24:15 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter SYS_PWD.
May 18, 2011 12:24:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:24:15 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:24:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: DBSNMP
May 18, 2011 12:24:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:24:21 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EMAIL_ADDRESS value:
May 18, 2011 12:24:21 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: MAIL_SERVER_NAME value:
May 18, 2011 12:24:21 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:24:21 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value:
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value: yes
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter LOG_FILE.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\tw\emca_2011-05-18_12-24-07-PM.log.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'CHECK_CONFIG' set to true
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: DBSNMP
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbid
CONFIG: No dbid available. Will query db to extract it.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DBID value: 1899717210
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter EMAIL_ADDRESS.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.EMDBPreConfig invoke
CONFIG: Passed repository configuration check
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter MODIFY_SID.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DB_DOMAIN.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: tw
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Completed copying file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties has been copied to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Completed copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties has been copied to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Completed copying file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml has been copied to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 isDBC: false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: tw Host: supora01.sparta-israel.com Node: null OH: D:\oracle\product\10.2.0\db_1 isDBC: false
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter PORTS_FILE.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT_tw.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT_tw.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_tw.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT_tw.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT.
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
May 18, 2011 12:25:11 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Homes to scan for used ports: [D:\oracle\product\10.2.0\db_1]
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME D:\oracle\product\10.2.0\db_1
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking JMS port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking RMI port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking HTTP port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager getAgentPort
CONFIG: Cannot parse EMD_URL correctly. No port identified
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Cannnot parse EMD_URL correctly. No port identified
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.FileUtil getProperties
CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\install\staticports.ini
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.PortManager getFreePorts
CONFIG: D:\oracle\product\10.2.0\db_1:supora01.sparta-israel.com:null:tw:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter AGENT_PORT_tw.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: AGENT_PORT_tw value: 3938
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_tw.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DBCONTROL_HTTP_PORT_tw value: 1158
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter JMS_PORT_tw.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: JMS_PORT_tw value: 5540
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager getParam
CONFIG: No value was set for the parameter RMI_PORT_tw.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: RMI_PORT_tw value: 5520
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
CONFIG: Ports assigned for SID: tw : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: tw, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
May 18, 2011 12:25:12 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: Spooling to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\tw\emca_repos_create_2011-05-18_12-25-12-PM.log
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creating the EM repository (this may take a while) ...
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1474)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:848)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:267)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:308)
     at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:422)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:192)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:134)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
     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)
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Error creating the repository
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\tw\emca_repos_create_<date>.log for more details.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error creating the repository
Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\tw\emca_2011-05-18_12-24-07-PM.log for more details.
May 18, 2011 12:25:12 PM oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:204)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:134)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:171)
     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)

Hi,
now the only thing left is that the OracleDBConsoleTW service is not starting
The only issue in the log file is this... any ideas?
CONFIG: Waiting for service 'OracleDBConsoleTW' to fully start
May 25, 2011 1:57:44 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
CONFIG: Initialization failure for service during start
May 25, 2011 1:57:44 PM oracle.sysman.emcp.EMConfig perform
SEVERE: Error starting Database Control
Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\tw\emca_2011-05-25_01-44-37-PM.log for more details.
May 25, 2011 1:57:44 PM 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)

Similar Messages

  • Connecting to Oracle 10G Enterprise Manager console

    Hi SDNers,
    We've recently successfully upgraded Oracle from 9.2.0.7 to 10G (as part of a Solution Manager 4.0 upgrade) and I'm now interested in getting started with the new Oracle 10G Enterprise Manager (web-based console).
    I'm at the point where I have EM up and running, but it is not connecting to our SAP database because it is trying to connect to port 1521, whilst the database uses 1527.
    Does anyone know how to change the EM configuration so that it points to port 1527 and therefore connects to the SAP database?
    Thanks in advance,
    Arwel.

    Yep!
    Here's a copy of its contents:
    Thanks,
    Arwel.
    tnsnames.ora Network Configuration File: d:\oracle\SOL\102\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    SOL.WORLD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = lvrplsolman)(PORT = 1527))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = SOL)
    EXTPROC_CONNECTION_DATA.PRINCES.CO.UK =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)

  • Download oracle 10G Enterprise Manager

    I would like to download complete Oracle 10G Enterprise Manager. I downloaded one from oracle.com downloads and somehow it is not a complete. In that i do not have Console.
    Where i can i download a complete 10G Enterprise Manager?

    Which "console" are you referring to?
    To download complete OEM is a non-existing concept. OEM is many, many products. You have Grid Control console, DB Control console, AS Control console.... and ta-da the java client console (old style) - as mentioned above install it from 10g Client software cd.

  • Oracle 10g Enterprise Manager Console bug?

    I think I have come across a bug in the Oracle 10g Enterprise Manager Console. If I go into my database, then into the schema, select your schema from the list, then tables. Now once your in your tables, find one that you know of and know fairly well, right click it, and select the show dependencies. A small window will open with just that table and its tablespace and user. Select user, database name, profile, then default. If you right click on the "default" and select "show dependencies" a blank blinking window will open and stay stuck in an infinite loop until you kill the application window. I think that this is a cumbersome tablespace issue. Any thoughts?

    Hi Ugonic
    Sorry both are same, it's spelling mistake it's " WCMMISLINK". Acutally, my database is getting updated but this alert log is getting generated in enterprise manager console of 10g.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLINK;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    Regards
    Niranjan

  • How to export Oracle 10g Enterprise Manager Grid jobs?

    I need to save all current Oracle 10g Enterprise Manager Grid jobs before our migration. We are running Oracle 10.1.0.4 on Solaris 9. How can I save off the jobs to a file and re-import these after our migration into the new Grid server?
    Thanks,
    Ben Prusinski

    Hi!
    Have you been able to export your jobs? If you have, I would appreciate it if you could share it with me..
    Thanks!!

  • How to run oracle 10g enterprise manager

    hi
    how can i run oracle 10g enterprise manager?
    thanks

    set oracle_sid
    then run the following
    EMCTL START DBCONSOLE
    emctl status dbconsole---This is to check status
    emctl stop dbconsole---This is to stop dbconsole
    If you are using windows system then you can start enterprise manager through dbconsole service in controlpanel-administrator tools-services

  • Oracle 10g Enterprise Manager DB control

    Our vendor installed Oracle 10g Enterprise on Windows XP for us, but didn't install DB control. Is there any way we can install just DB control?
    Appreciated any suggestions.
    S.

    Hi,
    I am not wrong you should be able to create it with a command like:
    emca -config dbconsole -repos createand manage it with commands like:
    emctl status dbconsole
    emctl start dbconsole
    emctl stop dbconsoleCheers,
    David
    OCP 9i
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • Oracle 10g Enterprise Manager console giving Alert log

    Dear all
    I have One HP server running Oracle 10g on Redhat Enterprise Linux 3.0 and two other systems with Oracle 9i and 8i. I have written sql query in my Oracle10g system which updates the database in 9i.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLIN;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    the ORA-12514: tns no listener
    the above error why it is occuring , then listener is running on oracle 10g server and other 8i and 9i server also and i am able to connect from oracle10g to other oracle 8i and 9i from sql plus and viceversa..
    what could be the problem with tns listener
    Regards
    Niranjan

    Hi Ugonic
    Sorry both are same, it's spelling mistake it's " WCMMISLINK". Acutally, my database is getting updated but this alert log is getting generated in enterprise manager console of 10g.
    The sql statement is
    CREATE MATERIALIZED VIEW ADASNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM ADA@WCMMISLINK;
    CREATE MATERIALIZED VIEW BGTABSNAP REFRESH FAST START WITH SYSDATE NEXT SYSDATE+1 AS
    SELECT * FROM BGTAB@WCMMISLINK;
    The above query is sheduled to run every day .
    and i get the following Alert log in 10g enterprise manager console
    Generic Alert log ORA-12012: error on auto execute of job 54
    ORA-04052: error occured when looking up remote object WCMM.SYS@WCMMSERVERLINK
    ORA-00604: error occured at recursive SQL level 3
    ORA-12514: tns no listener
    ORA-06512: AT "SYS.DBMS_SNAPSHOT" line 1883
    can you guid me why the above error are occuring
    Regards
    Niranjan

  • After install oracle 10g, enterprise manager web version, can not login

    Hi Guru,
    I have installed oracle 10g on windows xp pro sp2 successfully, can use sqlplus to connect to DB, but when using IE to login enterprise manager web version port 1158, it failed. The login page came out, but when I keyed in the right userid/password ie sysman/pwd1234, the login screen just refreshed, nothing happen. but if I purposely key in wrong userid or password, the message "invalid userid or password" comes out.
    Another "interesting" thing is, I can login web version isqlplus successfully using the same userid/password. but can not connect to web version isqlplus/dba, even I use user sys, also can not login.
    Need your urgent help to solve this problem.

    Hi.
    What does the log say?
    From %ORACLE_HOME%\opmn\logs folder.
    rgds
    Kjell

  • Oracle 10g Enterprise Manager is not Running

    Oracle Enterprise Manager is not running through web browser and not from command prompt. I have check all things everything is right.
    C:\Documents and Settings\Fizzi>cdd.
    'cdd.' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Fizzi>cd..
    C:\Documents and Settings>cd..
    C:\>f:
    F:\>cd Oracle10g
    F:\Oracle10g>cd bin
    F:\Oracle10g\BIN>emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    F:\Oracle10g\BIN>set ORACLE_SID=orclniazi
    F:\Oracle10g\BIN>emctl status dbconsole
    OC4J Configuration issue. F:\Oracle10g/oc4j/j2ee/OC4J_DBConsole_hafeez_orclniazi
    not found.

    Is it working earlier ? If it is new installation then you can configure EM manually.
    emca -repos create
    emca -config dbcontrol db
    emctl start dbconsole
    - Virag Sharma
    http://virag.sharma.googlepages.com
    http://viragsharma.blogspot.com

  • Viewing Tables in Oracle 10g Enterprise Manager

    Hello,
    We are running Oracle 10g on a Linux Red Hat platform. We have started the dbconsole listeners to start using Enterprise Manager. The problem we are encountering is that tables that are in our schema are not showing up in Enterprise Manager. We have checked the tables using OEM and they are appearing there normally. The tables not showing were created from an object type. We are able to use DML, DDL on these tables using SQL, iSQLPlus. We appreciate any ideas. Thanks.

    Please clarify how did you check the tables in 10g using EM dbconsole.
    Please post some screen capture of you login using sqlplus and shown the table is there for example,
    %sqlplus test/test1
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Jun 4 15:39:22 2008
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    TEST@rman>select table_name from user_tables where table_name='A1';
    TABLE_NAME
    A1

  • Oracle 10g enterprise manager create directory

    Hi,
    I am new to using Oracle 10g on Linux and struggle with creating a new directory using the Enterprise Manager "wizard".
    I go to Database Instance > Directory Objects > Create Directory objects
    and try it with \home\oracle , then test the file system it says directory not available.
    pressing OK and continueing with my data dump does not work because I get the error "The directory does not exist"
    I wonder why it has not been created?
    moreover how do I delete the directory objects. I cant find a delete button using the enterprise manager browser ui ?
    Edited by: metalray on 10-Jul-2009 09:12

    metalray wrote:
    Hi EdStevens,
    thanks for your reply.
    I have heard this "read a book" a thousand times and gues what. I am
    reading a book and this is exercise 9.2 and it tells me (as part
    of the ultimate learning path) to use the enterprise manager
    after I have created the directory with sqlplus.
    I also tried the intuitiv DROP DIRECTORY in sqlplus as well but...
    the directory does apparently not exist (altough I can see it clearly there in the list).That could be an ownership issue. Who does the directory belong to? who are you logged on as?
    >
    >
    >
    Hence I came to the conlusion to create a directory using the good old enterprise manager and it did not work too well either.
    whatever I type in there I get file system does not exist. I guess I do something wrong with the PATH written into the textbox right?
    [directory creation does not work|http://metalray.redio.de/dokumente/linux01.jpg]
    Who are you connecting as when you log on to OEM? Try logging on with sysdba authority and you should see some more options available on the directory management page.
    >
    >
    @DMBS direct
    what I cant see is a delete button....
    [no delete button|http://metalray.redio.de/dokumente/linux02.jpg]

  • Oracle 10g Enterprise Manager DB control vs Enterprise Manager Console

    We have a consultant install Oracle 10g on Windows platform. Somehow, I only see Enterprise Manager Console installed and I can use this console to access database. I don't see Enterprise Manager Database Control installed. What difference between Console and DB control? Please advise.
    Thanks
    S.

    ski123 wrote:
    I see the interfaces are totally different. the console is more like Oracle 9i. I know the DB control is a web tool, just for Oracle 10g. My question is in terms of admin, which one is better? Why Oracle has different tool to manage Database?The Oracle Enterprise Manager Console is a Java Standalone client, not a 3-tier product like the EM DB Console.
    The Java Standalone client was deprecated in 10gR1. Probably since not all features had been ported to the 3-tier DB Console (eg: Spatial index management and Workspace Management), Oracle decided to let us use the Java Console as an extra install from the Client/Companion disk. However it is no longer available going forward into 11g.
    If you look at the 'Console' carefully, you will not that some areas are no longer functional and it does not cover all capability of 10g, for example in partitioning and indexing.

  • Oracle 10g Enterprise Manager Problem

    hi
    i install oracle 10g version 10.1.0.2.0. when i run enterprise manager, status show "Metric Collection Error" Status Pending Since Mar 22, 2008 9:40:48 AM"
    plz tell me about this.
    thx

    salam.
    i not understand your question. plz explain again. target mean.
    thx.

  • Oracle 10g Enterprise Manager web service unable to start

    I am unable to get Enterprise Manager web service for Oracle 10g to start in Windows. Anybody can tell me where to find out what is the problem and what are the possible problems and solutions? I do not wish to re-install or create a new database instance because there is existing data and will require extensive configurations to my web and app servers if I change the database instance. Thanks!

    Hi.
    What does the log say?
    From %ORACLE_HOME%\opmn\logs folder.
    rgds
    Kjell

Maybe you are looking for