Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error ORA-01031
calms wrote:
> HI,
>
> I installed the Optional SQL*Plus package but still i cudnt get rid of
> the error.
>
> Anyone know how to solve this error
>
> thks in advance
I'm not familiar with Windows, but in unix environments this usually occurs if :
- your database uses a password file - and you try to connect as a privileged user (SYS, SYSTEM etc.) - and the user with which you are trying to connect is not mentioned inthat password file (i.e. has NOT been granted sysdba)
If you had SQL*Plus you could have checked which users have been granted the SYSDBA privilege :
SQL> select * from v$pwfile_users;
Hans Received on Wed Sep 27 2006 - 08:20:03 CDT
![]() |
![]() |