File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,11 @@ ORACLE_READY:
69
69
is $dbh -> do(qq| ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD"T"HH24:MI:SS"Z"'| ), ' 0E0' , ' ALTER SESSION SET NLS_DATE_FORMAT' ;
70
70
is $dbh -> do(qq| ALTER SESSION SET NLS_TIMESTAMP_FORMAT = 'YYYY-MM-DD"T"HH24:MI:SS"Z"'| ), ' 0E0' , ' ALTER SESSION SET NLS_TIMESTAMP_FORMAT' ;
71
71
is $dbh -> do(qq| ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD"T"HH24:MI:SS"Z"'| ), ' 0E0' , ' ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT' ;
72
- warn Dumper( $dbh -> selectall_arrayref(qq| SELECT SYSTIMESTAMP AT TIME ZONE 'UTC' FROM DUAL| ));
72
+ note Dumper( $dbh -> selectall_arrayref(qq| SELECT SYSTIMESTAMP AT TIME ZONE 'UTC' FROM DUAL| ));
73
73
}
74
- bark_thread_count(2);
74
+ $dbh = undef ;
75
+ # Not important but an indication SEGV is eminent
76
+ # bark_thread_count(2);
75
77
}
76
78
77
79
QUEUE_BASICS:
You can’t perform that action at this time.
0 commit comments