Running RCU silent mode from Custom shell script
Repository Creation Utility for FMW in Silent Mode Recent developments in Oracle FMW 12.2.1 gives more changes in the RCU execution as well. Here I am using the e-delivery SOA Suite which is hosted on top of Infrastructure. New Learnings -- The component list increased and changed the sequence MDS, OPSS, IAU_APPEND, IAU_VIEWER, IAU, WLS, UCSUMS, SOAINFRA Assumptions: Create SOAADM user with SYSDBA role. You might use a different ORACLE_HOME installation path. Instead of entering the many passwords in the passwordfile.txt we can use the same password for all schema users which can be done with -useSamePasswordForAllSchemaUsers option. The Oracle Fusion Middleware Repository Creation Utility in silent mode For automation or usage in containerization, this would be preferable option. export ORACLE_HOME=/home/oracle/products/12.2.1/Oracle_Home clear export RCU_HOME=$ORACLE_HOME/oracle_common export RCU_LOG_LOCATION=$RCU_HOME/rcu/log CONNSTR='192.168.33.17:1521:orcl12c...