ORA-00018
After changing some database links from NONSHARED to SHARED, we received several ORA-00018 errors.
Querying the view v$_resource_limit, we noticed that the values in the MAX_UTILIZATION column are well above the values in the CURRENT_UTILIZATION column.
The errors just stopped happening when we returned the dblinks to NONSHARED.
What can it be?