Oracle: idle_time appears to be ignored
In my understanding, creating a profile with the idle_time set to a certain value (in minutes) and creating a user with this profile should force the SNIPED status for that user's session in case he is idle for longer than idle_time . When the user tries to execute a query after this has happened, he receives a message that he must connect again. First question: Is that right? If so, read on: I'm running a test script as follows in sqlplus (without the placeholders obviously): connect system/<password>@<tns> CREATE PROFILE test_profile LIMIT idle_time 1; CREATE USER test_user PROFILE test