How to determine APEX Component Usage inside of Database?
Dear all,
as I was reading a lot about database (internal) components and the very useful posts of Mike Dietrich about how to remove components from Oracle database, I was wondering myself about a method how to determine the usage of components inside the database (any version >= 11.2.0.4).
For several components there are quite good documents describing how to find out things like the general usage of the component, but for APEX I was not able to find something useful.
Most of the times you get an explanation how to remove APEX (e.g., again one of Mike Dietrich's posts), but no check beforehand to get assured no one uses it.