Discussion:
Could not open the Enterprise Manager
(too old to reply)
lucky02
2006-02-27 20:03:26 UTC
Permalink
I installed Oracle 10g Enterprise Edition 2 days ago, It gave me the
url path for
grid control

http://192.168.1.100:5500/em
and isql plus
http://192.168.1.100:5560/isqlplus
These urls are working fine till yesterday. but now it does not work.

I tried to startup the database through the SQL*plus command it says
"ORA-01031: insufficient privileges".

help me out.
lucky
DA Morgan
2006-02-28 17:39:58 UTC
Permalink
Post by lucky02
I installed Oracle 10g Enterprise Edition 2 days ago, It gave me the
url path for
grid control
http://192.168.1.100:5500/em
and isql plus
http://192.168.1.100:5560/isqlplus
These urls are working fine till yesterday. but now it does not work.
I tried to startup the database through the SQL*plus command it says
"ORA-01031: insufficient privileges".
help me out.
lucky
You installed Oracle as what operating system user?
You are having problems when logged on as what operating system user?
--
Daniel A. Morgan
http://www.psoug.org
***@x.washington.edu
(replace x with u to respond)
lucky02
2006-03-01 16:00:28 UTC
Permalink
I am using MIcrosoft XP professional.
Chuck
2006-03-01 16:37:56 UTC
Permalink
Post by lucky02
I am using MIcrosoft XP professional.
Have you checked to see if the web server is still running?
Chuck
2006-03-01 16:39:13 UTC
Permalink
Post by lucky02
I installed Oracle 10g Enterprise Edition 2 days ago, It gave me the
url path for
grid control
http://192.168.1.100:5500/em
and isql plus
http://192.168.1.100:5560/isqlplus
These urls are working fine till yesterday. but now it does not work.
I tried to startup the database through the SQL*plus command it says
"ORA-01031: insufficient privileges".
help me out.
lucky
Also you need to connect with sysdba privilege to startup the database.

From command prompt (assuming unix)...

sqlplus
/ as sysdba
startup
exit
--
To reply by email remove "_nospam"
Continue reading on narkive:
Loading...