Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: connect protocol in views

Re: connect protocol in views

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 6 Jun 2002 06:59:17 -0700
Message-ID: <a20d28ee.0206060559.2cd3f43f@posting.google.com>


"roblop" <roblop_at_friko2.onet.pl> wrote in message news:<adnf6d$505$1_at_news2.ipartners.pl>...
> Oracle 8.1.7 on Solaris 10/01.
> In which view can I get information about connect protocol for all connected
> session ?
>
> Regards, Roblop

v$session_connect_info

A select * from dict where table_name like '%CONNECT%' would also have told you this.

Hth

Sybrand Bakker
Senior Oracle DBA Received on Thu Jun 06 2002 - 08:59:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US