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

Home -> Community -> Usenet -> c.d.o.tools -> Re: User list current logon

Re: User list current logon

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/04/17
Message-ID: <956004181.29262.0.pluto.d4ee154e@news.demon.nl>#1/1

The sqlnet parameter is
sqlnet.expire_time = <n>
where <n> is the polling time in minutes. The change needs to be made in sqlnet.ora on the server.

Hth,

Sybrand Bakker, Oracle DBA

Mark D Powell <markp7832_at_my-deja.com> schreef in berichtnieuws 8df56p$l3c$1_at_nnrp1.deja.com...
> In article <8dejlf$c9a$1_at_mango.singnet.com.sg>,
> "Yu Jie" <dds006_at_singnet.com.sg> wrote:
> > Hi, All
> >
> > I have to know all of the user current logon to Oracle server.
> >
> > Sometimes, our user logon to Oracle server to do some thing, but
 system(PC)
> > hang on the half way. The user press "CTRL+Alt+Del" to munually kill
 the
> > precess. The session should be killed after that. But it still exist
 in
> > top-session(Enterprise Manager).Now we have to know which session
 acuatlly
> > had been killed already. Is there any way to get this information?
> >
> > We are using Oracle 7.3.4 and HP unix.
> > The sys_context doesn't work.
> >
> > It's very urgent!
> >
> > thanks
> >
> > Yu Jie
> >
> V$session shows all Oracle sessions, thier current status and has
> columns for the machine, terminal, and program being executed. If you
> join the v$sesion table to v$process you can locate the back-end Oracle
> shadow process for the front-end application and then kill the
> runaway/orphaned shadow process.
>
> There is a net8/sqlnet parameter to locate and terminate dead
> connections that you may want to try implementing.
> --
> Mark D. Powell -- The only advice that counts is the advice that
> you follow so follow your own advice --
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Apr 17 2000 - 00:00:00 CDT

Original text of this message

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