MARX#MARX#58610: Mareon AVG Proof

svn path=/Mareon/trunk/; revision=46007
This commit is contained in:
Marcel Bourseau
2020-02-27 09:36:22 +00:00
parent 538066764f
commit b93403cd9b

View File

@@ -254,14 +254,14 @@ FROM user_scheduler_jobs;
CREATE OR REPLACE VIEW marx_v_user_scheduler_job_log
AS
SELECT log_id,
to_date(to_char(log_date,'yyyy-mm-dd hh24:mi:ss')) log_date,
to_date(to_char(log_date,'yyyy-mm-dd hh24:mi:ss'),'yyyy-mm-dd hh24:mi:ss') log_date,
owner,
job_name,
job_subname,
error#,
error# error,
status,
to_date(to_char(req_start_date,'yyyy-mm-dd hh24:mi:ss')) req_start_date,
to_date(to_char(actual_start_date,'yyyy-mm-dd hh24:mi:ss')) actual_start_date,
to_date(to_char(req_start_date,'yyyy-mm-dd hh24:mi:ss'),'yyyy-mm-dd hh24:mi:ss') req_start_date,
to_date(to_char(actual_start_date,'yyyy-mm-dd hh24:mi:ss'),'yyyy-mm-dd hh24:mi:ss') actual_start_date,
run_duration,
instance_id,
session_id,