Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/26/2023 06:49 AM
Does Saviynt DB connector support executing procedures which have OUT parameters?
Example of procedures with OUT parameter:
SQL Server:
Exec [dbo].[AddUser] @UserID='test123', @EmployeeID='test123', @FirstName='test123', @LastName='123', @RequestID='12345', @Error=@Error output, @Result=@Result output;
Oracle:
exec customer_package.create_account (
p_profile => 5,
p_username => 'testuser1',
p_password => 'Pass1234',
p_error => p_output);
If supported can you please provide samples of connection JSONs for oracle and sql server?
Solved! Go to Solution.
09/28/2023 02:54 AM
Hi @yogesh ,
Thanks for reaching out to saviynt forums,We are checking on this and we will provide you an update shortly on this.
09/28/2023 03:28 AM
Hi @yogesh,
Kindly furnish your business use case, elucidating the necessity for OUT parameter procedures .
10/02/2023 11:49 PM
The issue is that we are trying to use procedures which are already present in system and fulfill our use cases but they have OUT variables.
If there is a way to even ignore them while calling from Saviynt then we can leverage the same without having to rework on developing new procedures for same functionality but without OUT variables just for Saviynt. Which would ultimately mean addtional effort and costs.
10/04/2023 01:53 AM - edited 10/04/2023 01:54 AM
Hi @yogesh,
We sincerely regret to inform that you need to establish new procedures for your request. Regrettably, the aforementioned request cannot be accommodated within the framework of Saviynt's current capabilities.
10/04/2023 01:55 AM
Thanks for the confirmation