Creating a Client for Oracle RAC

After you install the Oracle agent on all the RAC database nodes, create a new Oracle RAC pseudoclient that is a logical grouping of Oracle instances in the Oracle RAC instance.

Procedure

  1. From the CommCell Browser, right-click Client Computers, and then select New Client.

    The Add New Client dialog box appears.

  2. In the Application section, click RAC.

    The Create Oracle RAC Client dialog box appears.

  3. On the General tab, complete the following steps:

    1. In the Pseudo-client Name box, enter a name for the RAC client.

    2. In the Database Name box, enter the name of the RAC database that you are assigning this client to.

      The database name must be the same case as the name of the Oracle RAC database.

    3. From the storage policy list, select the storage policy for default subclient data.

      If you do not have a storage policy, create a storage policy.

  4. On the Details tab, specify how to connect to Oracle:

    Option

    Steps

    Use Catalog Connect

    1. Select the Use Catalog Connect check box.

    2. Enter the string to connect to the Oracle database.

      Note

      If you want to use an account other than 'sys', you must grant the SYSDBA privilege or the SYSBACKUP privilege (in Oracle 12 or more recent versions) to the user account.

    3. In the first box, enter the database user name.

    4. In the second box, enter the database user password.

    5. In the third box, enter the Oracle service name.

      For example, in sysdba/password@orcl:

    6. sysdba is the database user name

    7. password is the database user password

    8. orcl is the Oracle service name

    Oracle Wallet Auto Login

    You can use this option when you have configured the Secure External Password Store (Oracle Wallet) feature that stores password credentials, and you want to use those credentials during backup and restore operations.

    1. Select the Oracle Wallet Auto Login check box.

    2. In the Connect String third box, enter the Oracle service name.

      Note

      If you enter the user name and password, the software ignores the Oracle Wallet feature.

  5. On the Details tab, for each Oracle instance that you want to add, complete the following steps:

    1. Click Add.

      The Add Instance dialog box appears.

    2. From the Instance Physical Client list, select the client name of the Oracle instance.

    3. In the Instance (ORACLE SID) box, enter the name of the Oracle instance.

    4. Click Change User Account, and then enter the Oracle user name and password.

    5. In the ORACLE HOME box, enter the Oracle application install path.

    6. In the Connect String box, enter the Oracle database user that has privileges to access the Oracle database in the Oracle RAC node.

      Use the SYS login in the format of sys/password@service for the connect string. For example, enter sys/pwd12@orcl4.

    7. In the TNS_ADMIN Folder box, enter the path for the TNS_Admin directory.

    8. Click OK to close the Add Instance dialog box.

  6. On the Storage Device tab, complete the following steps:

    1. From the Storage Policy used for Command Line Data Backup list, select the data backup storage policy.

    2. From the Storage Policy used for Log Backup list, select the log backup storage policy.

  7. Click OK.

Loading...