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: Cannot login as SYSTEM/SYSDBA

Re: Cannot login as SYSTEM/SYSDBA

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Mon, 28 Jun 1999 08:58:46 -0700
Message-ID: <37779BB6.977F8E27@us.oracle.com>


Simple syntax error. It should be "grant sysdba to system".

HTH. Pete

Vadim Grepan wrote:

> Hello Kenny!
> >Check v$pwfile_user. By default SYSTEM does not have SYSDBA privileges.
>
> Yes:
> ---cut-------------------------------------------------------
> SVRMGR> select * from v$pwfile_users;
> USERNAME SYSDB SYSOP
> ------------------------------ ----- -----
> INTERNAL TRUE TRUE
> SYS TRUE TRUE
> 2 rows selected.
> ---cut-------------------------------------------------------
>
> And what should i do to grant SYSDBA to anyone, e.g. SYSTEM?
> I tried login as oracle and startup svrmgrl,but It fails.
>
> ---cut-------------------------------------------------------
> SVRMGR> grant sysdba on system;
> grant sysdba on system
> *
> ORA-00990: missing or invalid privilege
> ---cut-------------------------------------------------------

--

Regards

Pete


Received on Mon Jun 28 1999 - 10:58:46 CDT

Original text of this message

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