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: V$ rights

Re: V$ rights

From: Stephane faroult <sfaroult_at_oriolecorp.com>
Date: Fri, 03 Sep 1999 00:54:19 -0700
Message-ID: <37CF7EAB.2B43@oriolecorp.com>


Eike J. Heinze wrote:
>
> Hi;
>
> If you are on a Unix system:
> Run $ORACLE_HOME/rdbms/admin.UTLMONTR.sql for that user. Path aso for
> Unix.
> On WinNt up to Oracle 8.0.5 see
> %ORACLE_HOME%\RDBMSxx\ADMIN\UTLMONTR.sql

Just for information, if you want to give access to just a few V$ views instead of the full set and if you try (as SYS) to grant something such as
SVRMGR> connect internal
Connected
SVRMGR> grant select on V$SESSION to scott; then you get insulted;
However
SVRMGR> grant select on V_$SESSION to scott; works (and has the same effect).

That's life with Oracle.
--
Regards,

  Stéphane Faroult
  Oriole Corporation
  Performance Tools & Free Scripts



http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs
Received on Fri Sep 03 1999 - 02:54:19 CDT

Original text of this message

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