Can Oracle parameter RESOURCE_LIMIT and IDLE_TIME usage be used on Standard Edition?
We are using Oracle Standard Edition 19c and would like to explore options for removing sessions that are Inactive. One of the solutions we came across was to change Parameter: RESOURCE_LIMIT to TRUE. Our current configuration has this parameter set as FALSE.
Once RESOURCE_LIMIT is set to TRUE, create a profile and set the IDLE_TIME value and then add an entry into sqlnet.ora for SQLNET.EXPIRE_TIME.
If we use this configuration will we still be within our license for using Standard Edition?
Some documentation we found states that the RESOURCE_LIMIT parameter belongs to Resource Manager which is an Enterprise Edition option hence our reluctance to implement the above solution.