License Installation and Guidelines > Identify Counted and Excluded Objects
  
Version 10.0.01
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’;
 
To exclude objects that are not being included in reporting because the license limit has been exceeded, see Exclude Objects from Future Data Collections.