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 XVI. System Administration
  4. Automating Host Group Management
  5. Preparing to use PL/SQL utilities

Preparing to use PL/SQL utilities

A few things you need to know about running the utilities:

  • Any time that you are passing a string value as a parameter, the value must be contained within single quotes. For example: 'text'

  • Some functions require that you pass a group_id. To obtain this value, go to

    See Identifying a host group ID.

Also, the PL/SQL utilities have functions that need to be executed from within a PL/SQL session, so set up your environment before you begin to use the utilities.

To prepare your SQL environment

  1. Start the sqlplus session. If any error messages appear, resolve these errors before you continue:
    • If your database server is on a Linux system, log in as the Linux user aptare.

    • If your database is on a Windows system, log in as a user who is a member of the ORA_DBA group and open a command prompt window.

    sqlplus portal/<portal_password>@//localhost:1521/scdb
  2. Enable server output in PL/SQL:
    SET SERVEROUTPUT ON

Feedback

Was this page helpful?
Previous

Task overview: managing host groups in bulk

Next

General utilities

Feedback

Was this page helpful?