Uncategorized how to find database components (Features) used/active in your database February 25, 2014 arcsdegeoLeave a comment you can find features (components) in your Oracle database that are currently being utilized through the following query: select * from DBA_FEATURE_USAGE_STATISTICS where CURRENTLY_USED=’TRUE’; Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading... Related