I have a stored procedure that returns two resultsets. I know Informatica has a Stored Procedure Transformer, but I cannot find anywhere it is possible to handle a stored procedure that returns more than one resultset.
Is this an Informatica capability?
It's not possible, I'm afraid. Informatica will not be able to 'guess' what to do with each dataset. In general, whatever it is that you need to do with the results, e.g. if you need to:
I'd recommend to wrap this stored procedure with another one, that would perform the logic required and return the appropriate result set.