Path: text.usenetserver.com!out02b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!newscon02.news.prodigy.net!prodigy.net!news.glorb.com!postnews.google.com!z17g2000hsg.googlegroups.com!not-for-mail
From: Ben <benalvey@yahoo.com>
Newsgroups: comp.databases.oracle.server
Subject: v$session
Date: Tue, 5 Feb 2008 11:14:29 -0800 (PST)
Organization: http://groups.google.com
Lines: 9
Message-ID: <0a5daa0f-5807-4063-87b0-18bd198465cc@z17g2000hsg.googlegroups.com>
NNTP-Posting-Host: 208.62.121.66
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1202238869 5704 127.0.0.1 (5 Feb 2008 19:14:29 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 5 Feb 2008 19:14:29 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: z17g2000hsg.googlegroups.com; posting-host=208.62.121.66; 
 posting-account=-9uN5AoAAAAAjTt52tgUM4-DV07HwXgP
User-Agent: G2/1.0
X-HTTP-Via: 1.0 POISA01
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
 InfoPath.1),gzip(gfe),gzip(gfe)
Xref: usenetserver.com comp.databases.oracle.server:441126
X-Received-Date: Tue, 05 Feb 2008 14:14:30 EST (text.usenetserver.com)

10.2.0.2 ent ed

what underlying table is v_$session built on?

create or replace public synonym v$session for v_$session;
create or replace view v_$session as select * from v$session;

These are the only ddl statements I can find related to it, they
reference each other.
