I got ” ORA-24323: value not allowed ” error in Oracle database.
ORA-24323: value not allowed
Details of error are as follows.
ORA-24323: value not allowed Cause: A null value or a bogus value was passed in for a mandatory parameter. Action: Verify that all mandatory parameters are properly initialized.
value not allowed
This ORA-24323 is related with the null value or a bogus value was passed in for a mandatory parameter.
Verify that all mandatory parameters are properly initialized.
To solve this error, set the shared_pool_size to 1G.
OR
Add the following line into sqlnet.ora file.
SQLNET.AUTHENTICATION_SERVICES = (NONE)
Do you want to learn Oracle Database for Beginners, then read the following articles.
Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )