Version: 8.0.1.1498
We're seeing hundreds of SELECT statements in our Oracle shared pool similar to the following, with a variety of values for MY_SCHEMA and MY_TABLE:
SELECT col.*,
com.comments
FROM sys.dba_tab_columns col,
sys.dba_col_comments com
WHERE col.owner =...