Guys...
How to set/alter/create session time out in Oracle 8.0?
Is there any command or is there any parameter
Pls help!!
Thank you
Printable View
Guys...
How to set/alter/create session time out in Oracle 8.0?
Is there any command or is there any parameter
Pls help!!
Thank you
You can create/alter profile with parameter connect_time (in minutes)
and assign this profile to user whose session timeout you want to set.
hth,
np70