In the Oracle Instance Manager, under the job tab you will notice none of the timestamp objects are displaying any information in the results.
the oracle.sql.timestamptz object class was throwing a cast class exception that we where catching and not logging when we passed the method a WrapperConnection class and it was expection a connection class. This issue was introduced in 2011 with the WrapperConnection. We will now check the instance of the class and correctly pass the connection object required. Also placed exception logging so if anything goes wrong here the log files will have information.
Verified in 17.0.3-21 .
Timestamp information for the objects in result window of Instance Manager-->Jobs tab.
Please refer to : Screen Shot 2016-04-05 a
Verified in 17.0.3-21 .
Timestamp information for the objects in result window of Instance Manager-->Jobs tab.
Please refer to : Screen Shot 2016-04-05 a
Issue #14364 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.3-21 |
No time estimate |
1 issue link |
relates to #14368
Issue #14368Oracle -> Jobs: Start job, Script, Alter jobs gives java.lang.ClassCastException |
the oracle.sql.timestamptz object class was throwing a cast class exception that we where catching and not logging when we passed the method a WrapperConnection class and it was expection a connection class. This issue was introduced in 2011 with the WrapperConnection. We will now check the instance of the class and correctly pass the connection object required. Also placed exception logging so if anything goes wrong here the log files will have information.