Oracle error-

Oracle error
oracle, oracle error, oracle blog
ORA-00823: Specified value of sga_target greater than sga_max_size


Cause: The specified value of sga_target is greater than sga_max_size.
Action: Increase sga_max_size to match up with sga_target or decrease sga_target to match up with sga_maxsize.

See more oracle error here.

Oracle error- ORA-00822: MMAN process terminated with error

Oracle error
oracle, oracle error, oracle blog




ORA-00822: MMAN process terminated with error
Cause: The Memory Management process died.
Action: Warm start instance






See more oracle error here.

Oracle error- ORA-00821: Specified value of sga_target stringM is too small, needs to be at least stringM

Oracle error
oracle, oracle error, oracle blog


ORA-00821: Specified value of sga_target stringM is too small, needs to be at least stringM
Cause: The specified value of sga_target is too small for the SGA to accommodate all of the necessary SGA components such as the log buffer, buffer pools, shared pool, etc.
Action: Set sga_target to the recommended value or reduce the values of any SGA component size parameters you have specified.



See more oracle error here.