We have an installation of Oracle Enterprise Edition 10 and, as our database administrators have explained to me, Oracle Enterprise installations include all the extensions, and you are simply licensed by what you use.
We found that we use Oracle Spatial, but we do not want to be. I can confirm that it is used with this SQL:
select * from dba_feature_usage_statistics;
Unfortunately, all I can find out. We have a large number of applications that use Spatial elements, but, turning to all our suppliers, they assure us that their applications use the Oracle Locator (which is a free subset of Spatial).
So my question is simple - how do I know which application is using the Oracle Spatial extension? As an alternative (found out with ik_zelf answer), how can I prove that I only use the Locator Spatial Locator locator.
source
share