Foreword

"My journey of mastering oracle is in its nascent stage. I face problem in small-small things. As i'm learning through self studies, through googling, i always come across small-small discoveries, which i think should be shared for beginner's benefits."
-Mithilesh
01/06/2013.

Search This Blog

Monday, June 3, 2013

Defining environment variable ORACLE_SID

While I was trying to open Oracle Enterprise Manager Console in client browser by starting the dbconsole process I got the following error message:

Error:  Environment variable ORACLE_SID not defined. Please define it.



Defining environment variable ORACLE_SID

Steps:
  1. Navigate into your ORACLE_HOME/bin directory.
  2. set ORACLE_SID = dbname.

Now...

To Start dbconsole

./emctl start dbconsole

For Windows:

emctl start dbconsole

To Start dbconsole

./emctl stop dbconsole

For Windows:

emctl stop dbconsole

View the status of dbconsole

./emctl status dbconsole

For Windows:

emctl status dbconsole

No comments:

Post a Comment