How to fix the error ORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC?
In this post, you’ll learn more about the Oracle ErrorORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC
Reason for the Error ORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC
The value of LARGE_POOL_SIZE is less than the value of LARGE_POOL_MIN_ALLOC.
How to fix the Error ORA-00092: LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC ?
You can fix this error in Oracle by following the below steps
Increase the value of LARGE_POOL_SIZE past the value of LARGE_POOL_MIN_ALLOC.
Leave Your Comment