Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: time out
Eric DN wrote:
> Hello,
>
> 2 questions only:
>
> -Where is the parameter in Oracle 9i to setting timeout session ?
>
> - Where read détails error code oracle on the web ?
>
> Thank you for your help.
Go to http://tahiti.oracle.com and look up "PROFILE".
You can either modify the default profile or create your own and assign it to specific users.
CREATE PROFILE developer LIMIT
IDLE_TIME 30;
You could also add other useful functions such as:
CREATE PROFILE end_user LIMIT
IDLE_TIME 30
PASSWORD_LIFE_TIME 60 PASSWORD_GRACE_TIME 10 PASSWORD_REUSE_TIME 0 PASSWORD_REUSE_MAX 0
Daniel Morgan Received on Thu Feb 13 2003 - 10:41:53 CST
![]() |
![]() |