- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ORA-01031: insufficient privileges
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2006 08:46 AM
тАО10-10-2006 08:46 AM
ORA-01031: insufficient privileges
Could anyone please help me to figure out this problem.
Oracle Dabase: 10.1.0.5.0
OS: Windows 2000
I have created the password file and tried to logon to the database as SYSDBA. But I got the following error.
The OS account is in ORA_DBA group. I think that it does not really matter if I want to use Password File Authentication to logon to the database.
Thanks in advance!!!
C:\>set oracle_sid=ora101
C:\>sqlplus /nolog
SQL> connect sys/password as sysdba
ERROR:
ORA-01031: insufficient privileges
SQL> connect system/password
Connected.
SQL> select name,value from v$parameter where name = 'remote_login_passwordfile';
NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
remote_login_passwordfile
EXCLUSIVE
SQL> select * from v$pwfile_users;
USERNAME SYSDB SYSOP
------------------------------ ----- -----
SYS TRUE TRUE
SQL> connect sys/password as sysdba
ERROR:
ORA-01031: insufficient privileges
Warning: You are no longer connected to ORACLE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2006 08:54 PM
тАО10-10-2006 08:54 PM
Re: ORA-01031: insufficient privileges
and does not have any typos:
% echo %ORACLE_SID%
e.g. set ORACLE_SID=ORA101
check your service on windows:
net start | find "Ora"
OR
On Windows NT, if you are able to connect internally but then startup fails
for some reason, successive connect internal attempts might prompt for a
password. You may also receive errors such as:
ORA-12705: invalid or unknown NLS parameter value specified
ORA-01012: not logged on
LCC-00161: Oracle error (possible syntax error)
ORA-01031: insufficient privileges
Then do:
net stop OracleHome
and net start
and check the log if it has started properly
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2006 12:41 AM
тАО10-12-2006 12:41 AM
Re: ORA-01031: insufficient privileges
can you please try to run the following:
SQL> connect / as sysdba
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2006 06:34 AM
тАО10-12-2006 06:34 AM
Re: ORA-01031: insufficient privileges
that you are using a Local Server Login and the group membership in ORA_DBA is a domain/AD-account or vice versa ?
Did you set a password using orapwd ?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2006 09:33 PM
тАО11-05-2006 09:33 PM
Re: ORA-01031: insufficient privileges
N/A: The answer was simply a point of clarification to my original question
1-3: The answer didn't really help answer my question but thanks for your assistance!
4-7: The answer helped with a portion of my question, but I still need some additional help.
8-10: The answer has solved my problem completely! Now I'm a happy camper!
If you have questions about the Points System, please look for more information in the Support Forums FAQs.