DBMS SCHEDULER from siebel
Hello Team,
Our DBA retrieved below query and told us that it is beimg scheduled from siebel application via DBMS SCHEDULER. But I could not find any reference. Please suggest.
*/ select /*+ full(t)
no_parallel(t) no_parallel_index(t) dbms_stats cursor_sharing_exact
use_weak_name_resl dynamic_sampling(0) no_monitoring */to_char(count("WED_1ST_OPEN_TM")),
to_char(substrb(dump(min("WED_1ST_OPEN_TM"), 16, 0, 32), 1, 120)),
to_char(substrb(dump(max("WED_1ST_OPEN_TM"), 16, 0, 32), 1, 120)),
to_char(count("WED_2ND_CLOSE_TM")), to_char(substrb(dump(min("WED_2ND_CLOSE_TM"),
16, 0, 32), 1, 120)), to_char(substrb(dump(max("WED_2ND_CLOSE_TM"),