Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> error in creating view on v$
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 *
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
Received on Wed Nov 16 2005 - 18:18:25 CST
![]() |
![]() |