Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01031: insufficient privileges

Re: ORA-01031: insufficient privileges

From: <mehaboob_at_gmail.com>
Date: 6 Jun 2006 08:19:13 -0700
Message-ID: <1149607153.349519.237790@i40g2000cwc.googlegroups.com>


SQL*Plus: Release 9.2.0.6.0 - Production on Tue Jun 6 14:07:42 2006

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

SQL> connect / as sysdba
ERROR:
ORA-01031: insufficient privileges

gazzag wrote:
> mehab..._at_gmail.com wrote:
> > Hi,
> >
> > I am trying the command on unix system as below,
> >
> > 1)logged into the unix system as root
> > 2)su - oracle
> > 3)sqlplus /nolog
> > CONN logon AS SYSDBA
> > Enter password: # pressed Enter
> > ERROR:
> > ORA-01031: insufficient privileges
> >
> > Previously I remember connecting using the above procedure but now it
> > asks
> > for password.I am not sure about the passowrd, I tried sysdba and
> > manager (uppercase as
> > well as lowercase)
> >
> > Thanks in advance,
> > Mehaboob
>
> Try:
>
> connect / as sysdba;
Received on Tue Jun 06 2006 - 10:19:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US