DB Connector - Is it possible to call SQL procedures using named parameters?
Can we use named parameters in DB connector JSONs?Does Saviynt support it?If yes what is the JSON syntax for Oracle / SQL server etc? I want to execute procedures like this:exec customer_package.create_user ( p_profile => 5, p_id => 'account...