.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
error in creating view on v$

error in creating view on v$

2005-11-17       - By Niall Litchfield
Reply:     1     2     3  

On 11/16/05, Harvinder Singh <Harvinder.Singh@(protected)> wrote:
>
> Hi,
>
> I am trying to create view and getting following error:
> SQL> create or replace view stats
> 2 as select 'STAT...' || a.name <http://a.name> name, b.value
> 3 from v$statname a, v$mystat b
> 4 where a.statistic# = b.statistic#
> 5 union all
> 6 select 'LATCH.' || name, gets
> 7 from v$latch;
> from v$statname a, v$mystat b
> *
> ERROR at line 3:
> ORA-01031 (See ORA-01031.ora-code.com): insufficient privileges
>
> This user have a dba privileges. Do I need to give any other privileges
> to this user?

I'm assuming you are wishing to use Tom Kyte's runstats utility (or
something derived from it) .
If so check out the requirements at
http://asktom.oracle.com/~tkyte/runstats.html In particular note the grant
os select on
sys.v_$statnane, sys.v_$mystat and sys.v_$latch that are required.
You don't need to be SYS to do this.

--
> Niall Litchfield
> Oracle DBA
> http://www.niall.litchfield.dial.pipex.com

<div><span class="gmail_quote">On 11/16/05, <b class="gmail_sendername"
>Harvinder Singh</b> &lt;<a href="mailto:Harvinder.Singh@(protected)"
>Harvinder.Singh@(protected)</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0
.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I am trying to create view and
getting following error:<br>SQL&gt; create or replace view stats
<br>2&nbsp;&nbsp;as select 'STAT...' || <a href="http://a.name">a.name</a> name
, b.value<br>3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from v$statname a,
v$mystat b<br>4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; where a.statistic# = b
.statistic#<br>5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;union all<br>6&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;select 'LATCH.' || name,&nbsp;&nbsp;gets
<br>7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from v$latch;<br>&nbsp;
&nbsp;&nbsp;&nbsp; from v$statname a, v$mystat b<br>&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*<br>ERROR at line 3:<br>ORA-01031 (See ORA-01031.ora-code.com):
insufficient privileges<br><br>This user have a dba privileges. Do I need to
give any other privileges
<br>to this user?</blockquote>
<div>&nbsp;</div>
<div>I'm assuming you are wishing to use Tom Kyte's runstats utility (or
something derived from it) .</div>
<div>&nbsp;</div>
<div>If so check out the requirements at <a href="http://asktom.oracle.com/
~tkyte/runstats.html">http://asktom.oracle.com/~tkyte/runstats.html</a>&nbsp;In
&nbsp;particular note the grant os select on</div>
<div>&nbsp;</div>
<div>sys.v_$statnane, sys.v_$mystat and sys.v_$latch that are required.&nbsp;<
/div>
<div>&nbsp;</div>
<div>You don't need to be SYS&nbsp;to do this. &nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0
.8ex; BORDER-LEFT: #ccc 1px solid">-- <br>Niall Litchfield<br>Oracle DBA<br><a
href="http://www.niall.litchfield.dial.pipex.com">http://www.niall.litchfield
.dial.pipex.com
</a> </blockquote></div>