Operating System - HP-UX
1752292 Members
4660 Online
108786 Solutions
New Discussion юеВ

Re: can not start emca in Oracle 10g

 

can not start emca in Oracle 10g

Hi All,

I have installed Oracle 10g on HP-UX 11.11.
But when I try to run emca it requires following parameters. How to solve this problem

$ ./emca
/oraback/orahome/oracle/product/10.2.0/db_1/bin/emca [operation] [mode] [dbType] [flags] [parameters]

-h | --h | -help | --help: prints this help message
-version: prints the version


Regards,

Darshan
5 REPLIES 5
RAC_1
Honored Contributor

Re: can not start emca in Oracle 10g

man emca should tell you that.
By the way what is this emca??
There is no substitute to HARDWORK
John Wimmer_1
Advisor

Re: can not start emca in Oracle 10g

For RAC, emca is the Enterprise Manager Configuration Assistant (like dbca)

Here is the oracle documentation on the emca flags and parameters

http://download-west.oracle.com/docs/cd/B14099_12/manage.1012/b12013/structure.htm#sthref97

Re: can not start emca in Oracle 10g

Hi,

does $./emca needs these parameters to be specified in command line???? OR there is any
parameter file where it looks for all these parameters. I want just open emca window and see the options????

How do you run the emca on your machine?
do you use only $ ./emca

Regards,

Darshan
Bob_Vance
Esteemed Contributor

Re: can not start emca in Oracle 10g

You do realize that 'emca' is not Enterprise Manager, right?
It is the configuration tool for EM.
You must browse to the server at a particular port for EM to actually use EM.

emca is not an X Window application, so there will be no "window".

emca --help will give you the options.
Yes, you can specify a parm file( "-f"), but it will still ask for passwords interactively.

John's document has the details, but I think that it might have changed a little in 10.2

http://download-west.oracle.com/docs/cd/B14099_12/manage.1012/b12013/structure.htm#CACBBFGI

hth
bv
"The lyf so short, the craft so long to lerne." - Chaucer

Re: can not start emca in Oracle 10g

Hi All,

In oracle 10g to start the emca we have to
specify certain parameters. Those parameters were missing.

But now the problem has been resolved.

Thanks for all of your help.
Regards,

Darshan