+ All Categories
Transcript

RCU-6002:The specified database does not meet the minimum requirement to load metadata repository. RCU-6080:Global prerequisite check failed - Check requirement for specified database The database you are connecting is not a supported version. Refer to the certification matrix for supported DB versions.

Database Chnages:

Connect / as sysdba;

SQL> CONNECT user/password

SQL> show parameter session

SQL> show parameter processes

SQL> alter system reset sessions scope=spfile sid=’*';

SQL> alter system set processes=200 scope=spfile;

SQL> shutdown immediate

SQL> startup

SQL> show parameter session

SQL> show parameter processes

grant sysdba to system;

now, SYSTEM will be all set.

You can verify by,

SELECT * FROM v$pwfile_users WHERE sysdba='TRUE';

Weblogic123

Admin Server URL: http://INNOA7LP01230:7001

Domain Location: D:\Oracle\Middleware\user_projects\domains\base_domain

RCU Installation

Password: oracle

alter system set open_cursors=1000 scope=spfile;

alter system set processes=800 scope = spfile;

Passowrd : gyan123

Click on Ignore.

Ignore the warning message (as Heidi mentioned earlier, this simply indicates that Oracle XE is not certified for production use):

Installation os SOA

JDev Installer


Top Related