Skip to content

Instantly share code, notes, and snippets.

@rmoff
Last active December 15, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/5338184 to your computer and use it in GitHub Desktop.
Save rmoff/5338184 to your computer and use it in GitHub Desktop.
RCU silent install
cat > /tmp/pw.txt <<EOF
password
password
password
EOF
./rcuHome/bin/rcu -silent -createRepository -connectString localhost:1521:orcl -dbUser SYS -dbRole SYSDBA -schemaPrefix DEV -component BIPLATFORM -component MDS < /tmp/pw.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment