I set up a lot of lab environments and because I’m constantly installing the suite, I like to streamline the process as much as possible. Here are a list of RCU silent install commands that you can copy/paste, ready to go for various product combinations.
These commands are valid for 11.1.2.x
For OIM
./rcu -silent -createRepository -connectString localhost:1521:ORCL -dbUser sys -dbRole sysdba -schemaPrefix DEV -component OIM -component MDS -component SOAINFRA -component ORASDPM -component OPSS
For OAM
./rcu -silent -createRepository -connectString localhost:1521:ORCL -dbUser sys -dbRole sysdba -schemaPrefix DEV -component MDS -component IAU-component OPSS -component OAM
For OID
./rcu -silent -createRepository -connectString localhost:1521:ORCL -dbUser sys -dbRole sysdba -schemaPrefix DEV -component OID
For OIM & OAM
./rcu -silent -createRepository -connectString localhost:1521:ORCL -dbUser sys -dbRole sysdba -schemaPrefix DEV -component OIM -component MDS -component SOAINFRA -component ORASDPM -component OPSS -component OAM -component IAU
For OIM, OAM & OID
./rcu -silent -createRepository -connectString localhost:1521:ORCL -dbUser sys -dbRole sysdba -schemaPrefix DEV -component OIM -component MDS -component SOAINFRA -component ORASDPM -component OPSS -component OAM -component IAU -component OID
You will be prompted to enter passwords for the schemas that are created, but you won’t get a confirm prompt, so enter them very carefuly, you only get one chance. If you mess up, you’ll know when you extend the domain.