Search notes:

Oracle: V$SQL_FEATURE

sql_feature

The value of sql_feature always starts with QKSFM_ (compare with x$qksfm); the following statement does not return a record:
select sql_feature from v$sql_feature where sql_feature not like 'QKSFM\_%' escape '\';

See also

v$sql_hint
v$sql_feature_dependency, v$sql_feature_hierarchy
Oracle Dynamic Performance Views

Index