Hey!
I am looking for an answer how to list names of all sessions in a batch and in an execution order.
By using the following query to the repository
SELECT * FROM OPB_LOAD_BATCH as b, OPB_LOAD_SESSION as s,OPB_BATCH_OBJECT as o
where o.PARENT_ID = b.BATCH_ID AND
s.SESSION_ID = o.OBJECT_ID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.