Oracle error- ORA-00851: SGA_MAX_SIZE string cannot be set to more than MEMORY_TARGET string.

Oracle error
oracle, oracle error, oracle blog
ORA-00851: SGA_MAX_SIZE string cannot be set to more than MEMORY_TARGET string.


Cause: SGA_MAX_SIZE value was more than MEMORY_TARGET value.
Action: Set SGA_MAX_SIZE to be less than MEMORY_TARGET.



See more oracle error here.

Oracle error- ORA-00850: PGA_AGGREGATE_TARGET string cannot be set to more than MEMORY_MAX_TARGET string.

Oracle error
oracle, oracle error, oracle blog



ORA-00850: PGA_AGGREGATE_TARGET string cannot be set to more than MEMORY_MAX_TARGET string.
Cause: PGA_AGGREGATE_TARGET value was more than MEMORY_MAX_TARGET value.
Action: Set PGA_AGGREGATE_TARGET to be less than MEMORY_MAX_TARGET.

See more oracle error here.

Oracle error- ORA-00849: SGA_TARGET string cannot be set to more than MEMORY_MAX_TARGET string.

Oracle error
oracle, oracle error, oracle blog



ORA-00849: SGA_TARGET string cannot be set to more than MEMORY_MAX_TARGET string.
Cause: SGA_TARGET value was more than MEMORY_MAX_TARGET value.
Action: Set SGA_TARGET to be less than MEMORY_MAX_TARGET.

See more oracle error here.