How to fix the Oracle error ORA-31127: RCList cannot contain noncommitted resource configuration?
In this post, you’ll learn more about the Oracle ErrorORA-31127: RCList cannot contain noncommitted resource configuration with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31127: RCList cannot contain noncommitted resource configuration
Reason for the Error ORA-31127: RCList cannot contain noncommitted resource configuration
A commit was not executed after adding a resource configuration to an RCList by calling DBMS_RESCONFIG.ADDRESCONFIG()
How to fix the Error ORA-31127: RCList cannot contain noncommitted resource configuration ?
You can fix this error in Oracle by following the below steps
Make sure a commit is executed after calling DBMS_RESCONFIG.ADDRESCONFIG()
Leave Your Comment