Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Users
NoviC schrieb:
>
> First ..Sorry for my English
>
> We use for Acounting applicatian with Oracle ver. 7.1.8 and AIX ver. 3.2.5
> The server is IBM RISC 6000 with RAID 7137 and HACMP system.
>
> My question is :
> 1. How do we know for user oracle login ?? ( what's the command is )
> 2. How we can create only 1 (one) user oracle login for 1 (one) terminal
> only ??
>
> Thanks..
Run CATAUDIT.SQL as sys.
Then issue an 'AUDIT SESSION'.
After this, this query might help you:
SELECT
username, userhost, terminal,
logoff_lread, logoff_pread, logoff_lwrite, logoff_dlock
FROM sys.dba_audit_session
HTH
Matthias
-- Matthias.Gresz_at_Privat.Post.DE Always log on the bright side of life. http://www.stone-dead.asn.au/movies/life-of-brian/brian-31.htmReceived on Wed Dec 09 1998 - 00:00:00 CST
![]() |
![]() |