select step_name, to_char(start_date, 'HH24:MI:SS') start_tm, to_char(end_date, 'HH24:MI:SS') end_tm, pct_complete pct, next_person_id nxt_id, status from <dest_account>.etl_status order by start_date;
If any rows are missing, the import was not successful.
If the STATUS is Failed or the PCT value is less than 100, the import was not successful.
If values are missing, the import was not successful.
| Copyright © 2015 Oracle and/or its affiliates. All rights reserved. |
|---|