Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need V$ Table from PL/SQL
> I'm having a problem accessing Oracle v$ dynamic performance tables from
> inside PL/SQL (starting with v$parameter, but I also need others).
Make sure your compiling user is explicitly granted select on v_$parameter, and use that instead of v$parameter.
-- --- Nathan D. Hughes <nhughes_at_well.com> Computer Consultants of America, Inc.Received on Sat Sep 20 1997 - 00:00:00 CDT
![]() |
![]() |