Hi all,
I have an issue I would like to share with you.
I would like to have a DW based on a Oracle store procedure.
I would like that the store proc to have a IN parameter of type VARCHAR2. And the contents of this parameter will be a list of string values, like
param1 = ('Val1','Val2','Val3')...