Installation guide

Table Of Contents
Procedure
1. Click Administration.
2. Select Machines Manager > Additional Components > VCM for Oracle.
3. Click Config User.
4. On the Select Machines page, add the target Oracle instances to the selected instances list and click
Next.
5. On the Schedule page, select Run Action now and click Next.
6. On the Important page, click Finish
What to do next
If your target Oracle instance is Oracle 10g, you must set user permissions. See "Grant Permissions for the
Oracle Collection User Account on Oracle 10g" on page 122.
Grant Permissions for the Oracle Collection User Account on Oracle 10g
For Oracle 10g installations, you must give the Oracle Collection User accounts read/execute permission to
the required directories and files in Oracle Home.
By default, Oracle 10g has the permissions set to prevent users who are not part of the Oracle DBAGroup
from accessing and running files in the Oracle Home directory. Oracle Collection User accounts do not
typically belong to the Oracle DBAGroup and must be granted permissions on the required files.
Prerequisites
Verify that you added VCM-created Oracle Collection User accounts to Oracle instances. See "Create the
Oracle Collection User Account with the Config User Action" on page 121.
Procedure
1. On the Oracle instance, run chmod o+rx <top level oracle install> to grant permission for
the Oracle Collection User on the required Oracle directories.
For example, /opt/oracle, /oracle, and so on.
2. Run chmod o+rx <top level oracle install> for every directory level from the top level
install down to $ORACLE_HOME.
For example, if the top level is /oracle and $ORACLE_HOME is
/oracle/app/product/10.20.0/db_1, then these are the required files.
chmod o+rx /oracle/app
chmod o+rx /oracle/app/product
chmod o+rx /oracle/app/product/10.20.0
chmod o+rx /oracle/app/product/10.20.0/db_1
3. Verify that the $ORACLE_HOME environment variable is set, and update the mode for these files.
chmod o+rx $ORACLE_HOME
chmod o+rx $ORACLE_HOME/jdbc
chmod o+rx $ORACLE_HOME/jdbc/lib
chmod o+rx $ORACLE_HOME/ldap
chmod o+rx $ORACLE_HOME/ldap/mesg
vCenter Configuration Manager Administration Guide
122
VMware, Inc.