From: dbilodeau@aol.com (DBilodeau)
Subject: Re: find out who is connected to server, How ?
Date: 1996/01/01
Message-ID: <4c9vr2$6h2@newsbf02.news.aol.com>#1/1
sender: root@newsbf02.news.aol.com
references: <4c1mft$jks@inet-nntp-gw-1.us.oracle.com>
organization: America Online, Inc. (1-800-827-6364)
reply-to: dbilodeau@aol.com (DBilodeau)
newsgroups: comp.databases.oracle


The ORACLE.INI file on each client can contain the line USERNAME=xxx and
this is then available by querying the v$session table. I dynamically
build the ORACLE.INI and imbed the network user's name in this line during
client boot.

..Dave


