Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: A NewBee Question..
Hi Bhavesh,
According to Oracle V$ tables are:
"Dynamic Performance Tables The system performance tables are accessible by the user SYS"
They contain information about the current instance since it was started.
If you want you certainly can create a table with name starting with V$,
but
unless you are the only person using the data base this is a bad idea
since
those familiar with Oracle on seeing a table name starting with V$
would, quite
naturally assume that it was an Oracle Dynamic Performance Table.
These tables are significant in that they provide a means of determining
what
Oracle is doing and how well it is doing it.
Regards
Jerry
Bhavesh Gosar wrote:
>
> Hi,
>
> What are these "v$.." tables...??
> Can i create a table with "$" sign in it...as
> a normal user...??
> Is ther eany significance for the "v$.." tables...??
>
> TIA,
> BG
-- Jerry Gitomer Since I know how to spell DBA I became one. jgitomer_at_p3.netReceived on Sat Mar 14 1998 - 00:00:00 CST
![]() |
![]() |