SOLVED
ORA-02394: Exceeded Session Limit On IO Usage
Asked by OracleDba••14 views•oracle
123456789101112131415
ORA-02394: Exceeded Session Limit On IO Usage
Problem
SQL> select count(*) from dba_objects;
select count(*) from dba_objects
*
ERROR at line 1:
ORA-02394: exceeded session limit on IO usage, you are being logged off
This error comes, when the sessions exceeds the value of LOGICAL_READS_PER_SESSION defined in user profile. To fix it , We need to increase the value of LOGICAL_READS_PER_SESSION in the user profile.#oracle#error