Oracle Solution for Error ora-16181

Solution for Oracle Error ORA-16181

ORA-16181: SGA specified for Logical Standby is too large

What triggered the Error:

MAX_SGA is larger than the larger of initialization parameters SHARED_POOL_SIZE and SGA_TARGET.

What should we do to fix it:

Specify the value of MAX_SGA to be less than the maximum of SHARED_POOL_SIZE and SGA_TARGET. Likely only 75% or lower.