Please enter search query.
Search <book_title>...
NetBackup IT Analytics Release Notes
Last Published:
2025-12-04
Product(s):
NetBackup IT Analytics (11.6)
- Introduction
- Patch releases
- What's new
- Data Collection Performance Summary Trend report
- TLS 1.3 support for Portal
- Host and Object matching improvements
- Support for Xanadu version of ServiceNow
- Data Collector install supported on OEL 9 and Portal supports collection from Netbackup 11.0
- Gain insights into data managed by Dell PowerProtect Data Manager-the data protection software platform
- Dell PowerStore connector supported
- Supported Systems
- Installations and Upgrades
- Fixed issues
- Known issues, optimizations, and End-of-Life (EOL)
Reinstate Revoked Public Privileges of Oracle Users
This script reinstates the public privileges of Oracle users that were revoked when the NetBackup IT Analytics Portal was either installed or upgraded.
To reinstate the public privileges:
- Run the script from
$ORACLE_HOME/ora_scriptsfolder. - Switch to aptare user.
su -aptare
- Reinstate the privileges as directed below.
cd /opt/aptare/database/ora_scripts
or
$ORACLE_HOME/ora_scripts
sqlplus / as sysdba alter session set container=scdb @ grant_public_role_grants.sql Granting PUBLIC role grants Disconnected from Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0 - Production Version 19.26.0.0.0