SELECT TO_CHAR(action_time, 'DD-MON-YYYY') AS TIME, action, namespace, version, id, comments, bundle_series FROM sys.registry$history ORDER by 1;
SELECT TO_CHAR(action_time, 'DD-MON-YYYY') AS TIME, action, namespace, version, id, comments, bundle_series FROM sys.registry$history ORDER by 1;