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: Read-only DBA-privileges ?

Re: Read-only DBA-privileges ?

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Tue, 22 Feb 2000 15:57:10 GMT
Message-ID: <38B2B1D6.3FC1EFD1@edcmail.cr.usgs.gov>

> You could try granting select on the various views to the user. Since
> the views are owned by SYS, you might need to log in as SYS to do the
> grant.

To do this, you'll have to log on as sys and grant select privileges on the V_$ view. For instance, to let USERX select from V$PROCESS, you'll need to issue:

    GRANT SELECT ON V_$PROCESS TO USERX; But you must be connected as SYS!

This works for version 7!

HTH,
Brian

--



Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my company!
Received on Tue Feb 22 2000 - 09:57:10 CST

Original text of this message

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