Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: v$_ vs v_$ ?
Fan Ruo Xin wrote:
> Hi,
> What's the difference between v$_.. and v_$... ?
> Thanks for any help!
> Rosaline
One is a synonym and one is the actual object.
v$_ = synonym
v_$ = view
you could find this out by looking at object_type in all_objects.
Daniel Morgan Received on Tue Apr 30 2002 - 17:13:03 CDT
![]() |
![]() |