Issue with creating FMW schemas using RCU 12.2.1.3
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 \