parsing mgmt_job_output
I want to run a sql script against all databases and return results into a nicely formatted tabular report. for example, select username from dba_users. this information is stored in mgmt_job_output in a text format, but is there a better way of doing this?