Oracle features used in the database
Now in oracle10g you can easy see, which components are updated and what versions they are using.
select * from dba_feature_usage_statistics;
The following query will show you the high water mark of different components.
select * from dba_high_water_mark_statistics;
select * from dba_feature_usage_statistics;
The following query will show you the high water mark of different components.
select * from dba_high_water_mark_statistics;


