what parameters impacted by 'resource_limit' in oracle 11.2.0.4 database?
Hi: our DB parameter 'resource_limit' could be set to 'false' until recently is changed to be 'true'. (default value is 'false' in 11g, while 'true' in 9i; our DB was 9i since year 2006,, upgrade to 11g).
I found people complained about in USER_PROFILE settings, parameter 'sessions_per_user' won't be restricted if 'resource_limit'=false. for example, if user A is associated to profile_A, 'sessions_per_user' is set 10, but 'resource_limit' is 'false' by default without detection. When DB is open running, query by v$session for user A's connection can go more than 10.., to 20.., 25, 30+.
I wonder any other parameters will be impacted by 'resource_limit' = true/false? are they all the parameters at user_resource_limit, user_profiles? anything else?