Monday, June 16, 2014

Error: JVM is not installed on the Database.

I was trying to install schema for Identity management in my XE database



and I got below error.

RCU-6083:Failed - Check prerequisites requirement for selected component:OIM Please refer to RCU log at C:\Software\RCU\rcuHome\rcu\log\logdir.2014-06-16_12-33\rcu.log for details. Error: JVM is not installed on the Database. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: DBMS_SHARED_POOL Package is not installed on this Database. This package is required by the OIM Schema Action: Install DBMS_SHARED_POOL package as SYS user on this Database. Refer to the Oracle Database Release Documentation for installation details. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: XATRANS Views are not installed on this Database. This is required by the OIM Schema Action: Install view XAVIEWS as SYS user on this Database. Refer to the Oracle Database Release Documentation for installation details. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RCU-6092:Component Selection validation failed. Please refer to log at C:\Software\RCU\rcuHome\rcu\log\logdir.2014-06-16_12-33\rcu.log for details.

Tried to do a lot of R&D but didn’t get any accurate details on the same.
Reason for this issue is that –Identity Management schema is used for security and they need some java components. In a basic XE installation database is not shipped with the DBMS_JAVA. So you will need an enterprise edition version of database. So I installed Enterprise edition of database and used it for installing schema and this worked.

No comments: