Heath,

That's about all DBMS_APPLICATION_INFO does as
fas as I know.... just adds some info to the MODULE and ACTION columns in V$SQL and V$SQLAREA.

They are not extremely helpful, but if you know that your
app is running against a database with a lot of other
stuff, different versions, etc, then it can be a good way to
tell which queries are coming from which version of your app.


-John