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 reporting because the license limit has been exceeded, run the following SQL query:
select * from apt_rejected_object where is_obsolete !=’Y’;