**NOTE: This plug-in is deprecated and no longer recommended for use for sites running on Appian 22.1 or later. The functionality of this component is available in Appian without installing the plug-in. You can use a!executeStoredProcedureForQuery(), a!executeStoredProcedureOnSave(), or the Execute Stored Procedure Smart Service in Appian 22.1 or later.**
This plug-in provides a Smart Service and Function for executing stored procedures. The Smart Service can be used to execute stored procedures that modify data. Result sets are returned as CDTs. As custom functions cannot have side-effects, it must not be used to execute stored procedures that modify data. It is only safe to use the Smart Service with stored procedures that modify data. Following SQL Statements should not be used by the stored procedures executed with the function:
Features and Functionality
Hi, may we know the details of the Oracle cursor bug that this release is fixing?
Thank you
Output the cursor, and reference the name of the output parameter in your smart service or function.
@Appian team. would like to know how the new Appian smart service is different from this one. We tested it and found that the timeout is still not being executed by the Database due to an error and the performance is no different. It makes sense ofcourse to have this as a default component given IDP is dependent on this and it is a critical component with many use cases
Hi, which plugin version is executestoredprocedureforked() available on?
The plugin does not support PG. Appian will be supporting execution of stored procedures and will add PG support in the very near future.
Hi,
We are trying to use executestoredprocedure for a procedure written in SQL server. The procedure takes 2 parameters of type 'bigint' and executes succefully within database client but it fails to execute stating 'cannot convert nvarchar to bigint'.
Any idea how to bypass this issue?
Looks like plugins are not yet supported as per documentation:
https://docs.appian.com/suite/help/21.4/data-source-connected-systems.html#for-plug-ins-that-connect-to-data-sources,-use-the-administration-console