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: help limiting number of sessions per user

Re: help limiting number of sessions per user

From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Tue, 07 Jun 2005 21:07:31 +0200
Message-ID: <d84r96$fr7$02$1@news.t-online.com>


Hortich schrieb:
> Hi, 10g on Redhat. I am reading the following. I want to limit the number of
> sessions a user can have. The Oracle documentations say this is the way you
> do it:
>
> create profile proftest limit cpu_per_session 100 sessions_per_user 1
>
> and then
>
> create user testuser identified by testuser profile proftest
>
> However I can connect to the database instance as testuser using sqlplus
> more than once (I tried and 4 different sessions). Any help please. I only
> want to allow testuser to have 1 session, or any number that I specify in
> proftest.
>
> Thank you
>
> Hort
>
>

Try in sqlplus
show parameter resource_limit

Best regards

Maxim Received on Tue Jun 07 2005 - 14:07:31 CDT

Original text of this message

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