Basically I want to check a list of users in an oracle table have a valid AD account or not.. Therefore, I have to check for all my users which is several hundred and that would be time consuming if I had to have a task run for checking if a user account is valid or not..
Also, how can I pass the output from one task to another..
Because once I get an account that is not valid, I have to do someother process. In addition there is additional business logic that we need to perform..