In today’s article, we will cover “RCU-6083” And “RCU-6107” Errors While Using Repository Creation Utility.
RCU-6083:Failed – Check prerequisites requirement for selected component:WEBCENTER
RCU-6107:DB Init Param Prerequisite failure for: processes
I was going to do some tests on WEBCENTER in the past days, when I went to the RCU setup, when I wrote the database information, the RCU gave the above error.
The reason for the error is that the “processes” is low, it needs to be adjusted.
1 |
SQL> alter system set processes=300 scope=spfile; |
If you restart the database after this process, you will see that the problem is solved.