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. Tuning IT Analytics
  5. Tuning the portal database

Tuning the portal database

Note:

Only 64-bit Operating Systems are supported for the Oracle Database.

Database Cache and Shared Pool Size Recommendation:

  • Comment out the following lines in initscdb.ora:

    • #db_cache_size = 400M

    • #shared_pool_size = 256M

      Windows: C:\opt\oracle\database\initscdb.ora

      Linux: /opt/aptare/oracle/dbs/initscdb.ora

Memory Recommendation: If your database server has sufficient memory, you may consider making the changes listed below.

  • Increase the values for the following fields in initscdb.ora:

    • WithinBullet>pga_aggregate_target from 1000 MB to 1500 MB

    • sga_target from 1228 MB to 2048 MB

      Windows: C:\opt\oracle\database\initscdb.ora

      Linux: /opt/aptare/oracle/dbs/initscdb.ora

Number of Connections Recommendation: On a Windows server, the number of Oracle connections is specified in the script: setupservices.bat. To modify the number of connections, take the steps listed below.

  1. Edit/view the script that sets up the number of connections:

    C:\opt\aptare\utils\setupservices.bat
  2. Note that in this file, the following commands specify the number of connections:

    C:\opt\oracle\bin\oradim -new -sid scdb -maxusers 60 -startmode auto -pfile
    C:\opt\oracle\database\initscdb.ora

    To change the number of Oracle connections, you must remove the service and then re-add it.

  3. To remove the service:

    C:\opt\oracle\bin\oradim -delete -sid scdb
  4. To re-add the service, execute the following command, substituting the new connection values:

    C:\opt\oracle\bin\oradim -new -sid scdb -maxusers 60 -startmode auto -pfile

Feedback

Was this page helpful?
Previous

Before you begin tuning

Next

Performance recommendations

Feedback

Was this page helpful?