DB Connector - Is it possible to call SQL procedures using named parameters?

yogesh
Regular Contributor III
Regular Contributor III

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        => 'account01',
p_email     => 'test@example.com');



 

1 REPLY 1

SB
Saviynt Employee
Saviynt Employee

Let me check if we can call it directly


Regards,
Sahil