DBA Data[Home] [Help]
Skip to content

VIEW: SYS.DBMS_UPG_STATUS

Source

View Text - Preformatted

SELECT sequence#, source_schema, target_schema, status, message,
         to_char(st_time, 'mon yyyy: hh:mi:ss'),
         to_char(en_time, 'mon yyyy: hh:mi:ss')
  FROM dbms_upg_status$
View Text - HTML Formatted

SELECT SEQUENCE#
, SOURCE_SCHEMA
, TARGET_SCHEMA
, STATUS
, MESSAGE
, TO_CHAR(ST_TIME
, 'MON YYYY: HH:MI:SS')
, TO_CHAR(EN_TIME
, 'MON YYYY: HH:MI:SS')
FROM DBMS_UPG_STATUS$