09/26/2023 06:27 AM
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');
09/28/2023 02:48 PM
Let me check if we can call it directly