"My ORCL is not seen installed"... What do you mean ?
Which OS ?
Main Topics
Browse All Topicsi installed oracle 10g
But my orcl is not seen installed..Can you tell me why...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
os is windows pro
I mean the
http://admin-44b005214.gat
not seen installed...
usually it will be installed default...
OK, so you want Oracle Enterprise Manager, but for what? Do you want the client/server version of OEM to manage an Oracle database on a different machine? Oracle is de-emphasizing the client/server version of OEM, and encouraging the use of the web-enabled version instead.
Please tell us, did you install Oracle client software, or Oracle database software?
I assume you refer to Enterprise Manager Database Control. You're right, this component is installed by default. But I guess you made a custom installation.
You are two steps away, and you must set your ORACLE_SID before entering these commands :
1/ create the repository :
emca -repos create
2/ register the database :
emca -config dbcontrol db
OK, you should now be ready to connect to the default URL : http://localhost:1158/em !
i did this step
C:\Documents and Settings\Administrator>emc
STARTED EMCA at Oct 24, 2006 8:57:35 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: orcl
Listener port number: 1521
Password for SYS user:
Password for SYSMAN user:
Do you wish to continue? [yes(Y)/no(N)]: y
Oct 24, 2006 8:58:14 PM oracle.sysman.emcp.EMConfi
INFO: This operation is being logged at C:\oracle\product\10.2.0\d
s\emca\emca_2006-10-24_08-
Oct 24, 2006 8:58:15 PM oracle.sysman.emcp.EMConfi
SEVERE: Database instance unavailable.
Refer to the log file at C:\oracle\product\10.2.0\d
6-10-24_08-57-35-PM.log for more details.
Could not complete the configuration. Refer to the log file at C:\oracle\product
\10.2.0\db_1\cfgtoollogs\e
can u find out my error
what is dbsnmp user?
can u help me?
C:\Documents and Settings\Administrator>emc
STARTED EMCA at Oct 24, 2006 9:04:24 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: orcl
Database Control is already configured for the database orcl
You have chosen to configure Database Control for managing the database orcl
This will remove the existing configuration and the default settings and perform
a fresh configuration
Do you wish to continue? [yes(Y)/no(N)]: y
Listener port number: 1521
Password for SYS user:
Password for DBSNMP user:
Invalid username/password.
Password for DBSNMP user:
i did your steps and i received the error results:
C:\Documents and Settings\Administrator>set
C:\Documents and Settings\Administrator>con
'conn' is not recognized as an internal or external command,
operable program or batch file.
C:\Documents and Settings\Administrator>sql
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Oct 25 07:56:14 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn / as sysdba
Connected.
SQL> alter user dbsnmp account unlock;
User altered.
SQL> alter user dbsnmp identified by newpassword;
User altered.
SQL> conn dbsnmp/newpassword;
Connected.
SQL> show user;
USER is "DBSNMP"
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
C:\Documents and Settings\Administrator>emc
STARTED EMCA at Oct 25, 2006 7:58:34 AM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: orcl
Listener port number: 1521
Password for SYS user:
Password for SYSMAN user:
Password for SYSMAN user:
Do you wish to continue? [yes(Y)/no(N)]: y
Oct 25, 2006 7:59:00 AM oracle.sysman.emcp.EMConfi
INFO: This operation is being logged at C:\oracle\product\10.2.0\d
s\emca\orcl\emca_2006-10-2
Oct 25, 2006 7:59:00 AM oracle.sysman.emcp.EMRepos
INFO: Creating the EM repository (this may take a while) ...
Oct 25, 2006 7:59:00 AM oracle.sysman.emcp.EMRepos
SEVERE: Error creating the repository
Oct 25, 2006 7:59:00 AM oracle.sysman.emcp.EMRepos
INFO: Refer to the log file at C:\oracle\product\10.2.0\d
cl\emca_repos_create_<date
Oct 25, 2006 7:59:00 AM oracle.sysman.emcp.EMConfi
SEVERE: Error creating the repository
Refer to the log file at C:\oracle\product\10.2.0\d
a_2006-10-25_07-58-34-AM.l
Could not complete the configuration. Refer to the log file at C:\oracle\product
\10.2.0\db_1\cfgtoollogs\e
ils.
C:\Documents and Settings\Administrator>
Can you help me to fix that??
SYSMAN is created with the repository. That's why the password is asked twice (pass and confirmation). So you have to provide the same password when you're prompted to.
Retry the command, make sure SYSMAN's password is entered correctly, and if it fails once again, please post the contents of the file mentioned in output (C:\oracle\product\10.2.0\
what is the reason for this error
i created new password for sysman ie orcl
still gives the error...
please help me
C:\Documents and Settings\Administrator>emc
STARTED EMCA at Oct 26, 2006 3:17:42 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: orcl
Listener port number: 1521
Password for SYS user:
Password for SYSMAN user:
Password for SYSMAN user:
Do you wish to continue? [yes(Y)/no(N)]: y
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMConfi
INFO: This operation is being logged at C:\oracle\product\10.2.0\d
s\emca\orcl\emca_2006-10-2
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
INFO: Creating the EM repository (this may take a while) ...
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
SEVERE: Error creating the repository
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
INFO: Refer to the log file at C:\oracle\product\10.2.0\d
cl\emca_repos_create_<date
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMConfi
SEVERE: Error creating the repository
Refer to the log file at C:\oracle\product\10.2.0\d
a_2006-10-26_03-17-42-PM.l
Could not complete the configuration. Refer to the log file at C:\oracle\product
\10.2.0\db_1\cfgtoollogs\e
ils.
Contents: of that particular line is that..
Oct 26, 2006 3:17:42 PM oracle.sysman.emcp.ParamsM
CONFIG: Flag '-repos' set to true
Oct 26, 2006 3:17:42 PM oracle.sysman.emcp.ParamsM
CONFIG: Flag 'db' set to true
Oct 26, 2006 3:17:42 PM oracle.sysman.emcp.ParamsM
CONFIG: Flag 'create' set to true
Oct 26, 2006 3:17:42 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: ORACLE_HOME value: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:45 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: SID value: orcl
Oct 26, 2006 3:17:48 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: PORT value: 1521
Oct 26, 2006 3:17:53 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter SYS_PWD.
Oct 26, 2006 3:17:53 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:54 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine created successfully and connected
Oct 26, 2006 3:17:56 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: CONFIRMATION ANSWER value:
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: CONFIRMATION ANSWER value: yes
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter LOG_FILE.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Flag 'db' set to true
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine created successfully and connected
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMConfi
INFO: This operation is being logged at C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: EM_HOME value: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Flag 'db' set to true
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter MODIFY_SID.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No service name available. Will try to set db_unique_name.db_domain
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine created successfully and connected
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: DB_UNIQUE_NAME value:
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter DB_DOMAIN.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No db domain available. Will query db for db_domain parameter
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: SERVICE_NAME value: orcl
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter MODIFY_SID.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter MODIFY_SID.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine created successfully and connected
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: No value was set for the parameter DB_DOMAIN.
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.Databas
CONFIG: No db domain available. Will query db for db_domain parameter
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.ParamsM
CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: orcl
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine connecting with SID: orcl, oracleHome: C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.util.Ge
CONFIG: SQLEngine created successfully and connected
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
CONFIG: Spooling to C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
INFO: Creating the EM repository (this may take a while) ...
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
CONFIG: ORA-20001: SYSMAN already exists..
ORA-06512: at line 17
oracle.sysman.assistants.u
ORA-06512: at line 17
at oracle.sysman.assistants.u
at oracle.sysman.assistants.u
at oracle.sysman.assistants.u
at oracle.sysman.assistants.u
at oracle.sysman.emcp.EMRepos
at oracle.sysman.emcp.EMRepos
at oracle.sysman.emcp.EMRepos
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
SEVERE: Error creating the repository
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMRepos
INFO: Refer to the log file at C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMConfi
SEVERE: Error creating the repository
Refer to the log file at C:\oracle\product\10.2.0\d
Oct 26, 2006 3:17:58 PM oracle.sysman.emcp.EMConfi
CONFIG: Stack Trace:
oracle.sysman.emcp.excepti
at oracle.sysman.emcp.EMRepos
at oracle.sysman.emcp.EMRepos
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
at oracle.sysman.emcp.EMConfi
Business Accounts
Answer for Membership
by: dbaseekPosted on 2006-10-24 at 11:11:02ID: 17797939
urgent..