SQL> STARTUP NOMOUNT
ORA-01031: insufficient privileges
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Sep 8, 2012, 1:48 AM
http://www.dbapool.com/articles/02080701.html
nolog is used when there is no space left in disk to write the audit trail file. It wont help you and the error you are getting is regarding privileges. While installing the database, you might have given password for sys. Please recall and try with that. Still if you are get insufficient privileges, I suspect the pre-requisite check. I mean creating an user in linux other than root user and assigning it full permissions on oracle. You have to start the database by logging in that OS user only. If you havent performed these steps, please read the installation doc. This is the good practice before installation.