How to fix the error ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET?
In this post, you’ll learn more about the Oracle ErrorORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
Reason for the Error ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
The specified value of MEMORY_TARGET was greater than MEMORY_MAX_TARGET.
How to fix the Error ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET ?
You can fix this error in Oracle by following the below steps
Set MEMORY_TARGET less than or equal to MEMORY_MAX_TARGET.
Leave Your Comment