error in creating view on v$ 2005-11-16 - By Harvinder Singh
Hi,
I am trying to create view and getting following error: SQL> create or replace view stats 2 as select 'STAT...' || 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?
Thanks --Harvinder
-- http://www.freelists.org/webpage/oracle-l
|
|