Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to start Oracle Enterprise Manager ?
On 4 Jul, 13:26, "Malone" <davor.boko..._at_zg.t-com.hr> wrote:
> Ok
>
> First, I apologize for not opening new post. :(
>
> Well here is the deal.
>
> I run Oracle 10g release 2 on centOS 4 and I dont know how to start Oracle
> Enterprise Manager :(
>
> Can someone please explain me (and the others like me), step by step if
> possible, how to do it ?
>
> BIG THANKS !
>
> Malone ;)
No need to apologise. In your other thread, I was merely trying to explain what "top-posting" (http://en.wikipedia.org/wiki/ Posting_style#Top-posting) is. In this newsgroup, most people prefer you to put your reply underneath the text that you are replying to, like I am doing here :)
Anyway, to access Enterprise Manager, log in to centOS as the user "oracle". Use "oraenv" to correctly set your environment. For example:
[gazzag@<servername> ~]$ su - oracle
Password:
[oracle@<servername> ~]$ . oraenv
ORACLE_SID = [oracle] ? DB1
Then run ${ORACLE_HOME}/bin/emctl as follows:
[oracle_at_servername5 ~]$ emctl start dbconsole
TZ set to GB-Eire
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://<servername>:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database
Control ...................... started. ------------------------------------------------------------------Logs are generated in directory /app/oracle/product/10.2.0/db_1/ <servername>_DBMON/sysman/log
Open a browser and browse to http://<servername>:1158/em
If the above fails, copy and paste the *exact* errors here for further help.
HTH -g Received on Wed Jul 04 2007 - 07:08:13 CDT
![]() |
![]() |