User`s guide

Table Of Contents
Create the Oracle Collection User Account with the Config User Action
You can create an OS-authenticated Oracle collection user account on target Oracle instances from VCM.
This action allows you manage the collection user account from VCM rather than managing the account in
each Oracle instance. VCM must have the appropriate Oracle database access to collect data from Oracle
instances. VCM uses the Oracle Collection User account to connect to the Oracle database and collect
Oracle data.
Prerequisites
Verify that the Oracle instance is added to VCM. See "Add Oracle Instances" on page 134.
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 136.
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 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 136.
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
vCenter Configuration Manager Installation and Getting Started Guide
136 VMware, Inc.