Oracle Weblogic Server (MOSC)

MOSC Banner

Issue with creating FMW schemas using RCU 12.2.1.3

edited Feb 26, 2018 2:46PM in Oracle Weblogic Server (MOSC) 1 commentAnswered ✓

Hi,

I have an AWS RDS instance of Oracle database 12.1.0.2.0. I created the tablespaces RCU_DATA and RCU_TEMP in this database:

CREATE TABLESPACE RCU_DATA DATAFILE SIZE 65M AUTOEXTEND ON NEXT 10M MAXSIZE 2048M;

CREATE TEMPORARY TABLESPACE RCU_TEMP;

I have FMW 12.2.1.3 and Oracle Forms 12.2.1.3 installed on RHEL 7.4. When I ran the RCU that comes with this installation using the following command:

$ORACLE_HOME/oracle_common/bin/rcu -silent -createRepository -databaseType ORACLE \

-connectString <database_connect_string> \

-dbUser oracle -schemaPrefix WLS \

-useSamePasswordForAllSchemaUsers true \

-component STB -tablespace RCU_DATA -tempTablespace RCU_TEMP \

-component IAU -tablespace RCU_DATA -tempTablespace RCU_TEMP \

-component IAU_APPEND -tablespace RCU_DATA -tempTablespace RCU_TEMP \

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center