Database Error Messages

ORA-56381

shard session cache size (shard_cached_sessions) cannot be more than or equal to the maximum session count for dynamic sessions (max_dynamic_sessions)
  • shard_cached_sessions: The value specified for the shard cached sessions.
  • max_dynamic_sessions: The maximum sessions count for dynamic sessions.

Cause

An invalid value was specified for the session cache size. The value was more than, or equal to, the maximum session count for dynamic sessions.


Action

Ensure that the session cache size is less than the maximum session count for dynamic sessions.