DB Version : 11.2.0.4
OS : Solaris 5.10
What does the SESSIONS_PER_USER limit value = DEFAULT?, how many connections will be allowed per user?, I am aware that, if the limit is UNMILITED then no limit. not sure with the DEFAULT value behavior?. any inputs please.
SQL> select limit from dba_profiles where profile='APPL_PROFILE' and resource_name='SESSIONS_PER_USER'
LIMIT
----------------------------------------
DEFAULT
Thank you