How to fix the Oracle error ORA-16237: SGA specified for Logical Standby is too small?

In this post, you’ll learn more about the Oracle ErrorORA-16237: SGA specified for Logical Standby is too small with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-16237: SGA specified for Logical Standby is too small

Reason for the Error ORA-16237: SGA specified for Logical Standby is too small

MAX_SGA must be at least 10 Megabytes for proper functioning of Logical Standby.

How to fix the Error ORA-16237: SGA specified for Logical Standby is too small ?

You can fix this error in Oracle by following the below steps

Specify the value of MAX_SGA to be greater than or equal to 10Mb. Alternatively, increase the shared_pool_size/sga_target so that 1/4 of it will amount to 10 Megabytes.

Tags :

Leave Your Comment