Skip to content

Commit

Permalink
remove duplicate MDS component (in rcu install) (oracle#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
typekpb authored and Djelibeybi committed Sep 27, 2017
1 parent 2dd537f commit 2eac490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [ "$RUN_RCU" == "true" ]
then
echo "Loading SOA RCU into database"
# Run the RCU to load the schemas into the database
/u01/oracle/oracle_common/bin/rcu -silent -createRepository -databaseType ORACLE -connectString $CONNECTION_STRING -dbUser $DB_USERNAME -dbRole sysdba -useSamePasswordForAllSchemaUsers true -selectDependentsForComponents true -schemaPrefix $RCUPREFIX -component MDS -component MDS -component IAU -component IAU_APPEND -component IAU_VIEWER -component OPSS -component WLS -component STB -f < /u01/oracle/pwd.txt >> /u01/oracle/RCU.out
/u01/oracle/oracle_common/bin/rcu -silent -createRepository -databaseType ORACLE -connectString $CONNECTION_STRING -dbUser $DB_USERNAME -dbRole sysdba -useSamePasswordForAllSchemaUsers true -selectDependentsForComponents true -schemaPrefix $RCUPREFIX -component MDS -component IAU -component IAU_APPEND -component IAU_VIEWER -component OPSS -component WLS -component STB -f < /u01/oracle/pwd.txt >> /u01/oracle/RCU.out
retval=$?

if [ $retval -ne 0 ];
Expand Down

0 comments on commit 2eac490

Please sign in to comment.