Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IX. Data Protection
  4. Configuration for Oracle Recovery Manager (RMAN)
  5. Prerequisites for adding data collectors (Oracle Recovery Manager - RMAN)

Prerequisites for adding data collectors (Oracle Recovery Manager - RMAN)

Identify a server where the Data Collector software will be installed. Server requirements include:

  • 64-bit OS. See the Certified Configurations Guide for supported operating systems.

  • When the IT Analytics system collects data from any vendor subsystem, the collection process expects name/value pairs to be in US English, and requires the installation to be done by an Administrator with a US English locale. The server's language version can be non-US English.

  • Supports Amazon Corretto 17. Amazon Corretto is a no-cost, multi-platform, production-ready distribution of the Open Java Development Kit (OpenJDK).

  • For performance reasons, do not install Data Collectors on the same server as the IT Analytics Portal. However, if you must have both on the same server, verify that the Portal and Data Collector software do not reside in the same directory.

  • Install only one Data Collector on a server (or OS instance).

  • Database Host and Port: Identify the hostname of the server where the database in which the RMAN data resides as well as the port this database is listening on. The default port is 1521.

  • The configured user must exist in all configured instances with the same password. The user should the CREATE SESSION privilege and have the following permissions in the schemas to be collected from:

    • User must have the SELECT_CATALOG_ROLE to retrieve RMAN data from the Dynamic Performance (V$) views:

      GRANT SELECT_CATALOG_ROLE TO <user>;
    • User requires the RECOVERY_CATALOG_OWNER (or RECOVERY_CATALOG_USER role in Oracle 12c or later) for example:

      GRANT RECOVERY_CATALOG_OWNER TO <user>;

      or

      GRANT RECOVERY_CATALOG_USER TO <user>;

      or have a virtual private catalog set up for the user (see Oracle documentation).

    • User must have SELECT permission to V$INSTANCE and V$DATABASE (which is included in SELECT_CATALOG_ROLE).

Feedback

Was this page helpful?
Previous

Introduction

Next

Installation overview (Oracle Recovery Manager - RMAN)

Feedback

Was this page helpful?