RCU-6130:Action failed – RCU-6135 Error while trying to execute java action
This error is caused because some of the expected components installed with the fusion applications database are not installed
Step1
while installing the database we need to check the mandatory options as below in the screen
[1]Oracle Partitioning [2] OLAP [3]Lable Security[4]Data Mining[5]Real Time Applications Testing
Step2
Install the required patches in the database from the installers
find the patch list in the location /path_of_staged_rup3/rup3/installers/database/11202patch
This patches may change according to the oracle's advice please refer the latest release note's for the fusion applications before installing the patches
Oracle Fusion Applications Release Notes, 11g Release 1, Update 3 (11.1.4) [ID 1455116.1]
[oracle@fahdb 11202patch]$ ls
10077191 10220058 10238786 10269193 10419629 11742094 11883804 12544032 12686274 13004894 13365700 13476197 8223165 9700115 9885553 10142788 10232083 10259620 10325230 11689869 11786272 12329775 12579349 12737666 13356617 13420723 13576540 9401552 9729764
Check the components
2 'Data Mining','Java','OLAP','Oracle Label Security','Spatial');PARAMETER VALUE
-------------------------------------------------- ------------------------------
Spatial TRUE
Java TRUE
Oracle Label Security TRUE
OLAP TRUE
Data Mining TRUE
SQL> SELECT comp_name, status, substr(version,1,10) as version FROM dba_registry WHERE comp_id = 'CONTEXT';
COMP_NAME STATUS VERSION
------------------------------ ------------------------------ ------------------------------
Oracle Text VALID 11.2.0.3.0
SQL> select * from ctxsys.ctx_version;
VER_DICT VER_CODE
---------------------------------------- ----------------------------------------
11.2.0.3.0 11.2.0.3.0
Now rerun The RCU...
Check the post regarding the steps to create the RCU
No comments:
Post a Comment