Is there a query to determine the times when each BSI adapter/script is scheduled to run?
BSI 8.3.5.x
All Supported Oracle DBMS
The below query will retrieve the BSI adapters which have schedules and will list the scheduler details under the column 'SCHEDULER'
select * from t_readers where has_scheduler = '1 and reader_name = 'PassAdapterrname here'
For example:
select * from t_readers where has_scheduler = '1 and reader_name = 'SLAAdpater'