ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit
What triggered the Error:
An attempt was made to exceed the maximum number of concurrent sessions allowed by the SESSION_PER_USER clause of the user profile.What should we do to fix it:
End one or more concurrent sessions or ask the database administrator to increase the SESSION_PER_USER limit of the user profile.