Identify counted and excluded objects
To list the objects that are being counted for licensing purposes, run the following utility:
Windows:
\opt\oracle\database\tools\debug\get_license_info.sql
Linux:
/opt/aptare/database/tools/debug/get_license_info.sql
To list the clients that are not being included in reportingbecause the license limit has been exceeded, run the following SQL query:
select * from apt_rejected_object where is_obsolete !='Y';
To exclude objects that are not being included in reportingbecause the license limit has been exceeded, refer to the following section.