Not able to startup db in nomount mode after 10g_home installation [message #268926] |
Thu, 20 September 2007 02:16 |
rolex.mp
Messages: 161 Registered: February 2007
|
Senior Member |
|
|
I have installed 10g oracle_home in my linux machine
After creating oracle_home , i did run root.sh . Then tnsnames.ora , listener.ora and sqlnet.ora has been created .In sqlnet.ora parameter SQLNET.AUTHENTICATION_SERVICES is set to (NTS) . I did set TWO_TASK=<SID>
and then i tried the following command
sqlplus '/as sysdba'
its throwing the error
ERROR:
ORA-01031: insufficient privileges
then i tried as
sqlplus /nolog
SQL> startup nomount
ORA-01031: insufficient privileges
SQL> connect / as sysdba
ERROR:
ORA-01031: insufficient privileges
Let me know what should be done ?
|
|
|
|
|
|
|
|
|
Re: Not able to startup db in nomount mode after 10g_home installation [message #269169 is a reply to message #268926] |
Thu, 20 September 2007 22:54 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello rolex.mp
Quote: | I have installed 10g oracle_home in my linux machine
After creating oracle_home , i did run root.sh . Then tnsnames.ora , listener.ora and sqlnet.ora has been created .In sqlnet.ora parameter SQLNET.AUTHENTICATION_SERVICES is set to (NTS) . I did set TWO_TASK=<SID>
and then i tried the following command
sqlplus '/as sysdba'
|
1) What do you mean with "installed 10g oracle_home" and "After creating oracle_home"? Are talking about oracle database software installation process?
==> Did you create a database?
2) Please... post here the result of this command:
Regards,
mson77
|
|
|