Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. B2B transformation
  7. Aggregator transformation
  8. Cleanse transformation
  9. Data Masking transformation
  10. Data Services transformation
  11. Deduplicate transformation
  12. Expression transformation
  13. Filter transformation
  14. Hierarchy Builder transformation
  15. Hierarchy Parser transformation
  16. Hierarchy Processor transformation
  17. Input transformation
  18. Java transformation
  19. Java transformation API reference
  20. Joiner transformation
  21. Labeler transformation
  22. Lookup transformation
  23. Machine Learning transformation
  24. Mapplet transformation
  25. Normalizer transformation
  26. Output transformation
  27. Parse transformation
  28. Python transformation
  29. Rank transformation
  30. Router transformation
  31. Rule Specification transformation
  32. Sequence Generator transformation
  33. Sorter transformation
  34. SQL transformation
  35. Structure Parser transformation
  36. Transaction Control transformation
  37. Union transformation
  38. Velocity transformation
  39. Verifier transformation
  40. Web Services transformation

Transformations

Transformations

Selecting a stored procedure or function

Selecting a stored procedure or function

You can configure the SQL transformation to process a stored procedure or stored function on the
SQL
tab of the SQL transformation.
  1. In the
    Properties
    panel of the SQL transformation, click the
    SQL
    tab.
    The following image shows the
    SQL
    tab when the SQL type is set to
    Stored Procedure
    :
    The SQL tab of the SQL transformation shows the following fields by default: Connection, SQL Type, Stored Procedure, and Unconnected Stored Procedure. There are also buttons to view the connection properties, create a new connection, create a new connection parameter, and select the stored procedure.
  2. Select the connection to the database.
    You can select the connection or use a parameter.
    If you want to parameterize the connection, create the parameter after you select the stored procedure or function.
  3. Set the
    SQL Type
    to
    Stored Procedure
    or
    Stored Function
    .
  4. Click
    Select
    to select the stored procedure or function from the database, or enter the exact name of the stored procedure or function to call.
    The stored procedure or function name is case-sensitive.
    If you add a new stored procedure to the database while you have the mapping open, the new stored procedure does not appear in the list of available stored procedures. To refresh the list, close and reopen the mapping.
  5. If the transformation processes a stored procedure, and you want to run the transformation in unconnected mode, select
    Unconnected Stored Procedure
    .
    This option is not available for all connector types. For more information, see the help for the appropriate connector.
  6. If you want to parameterize the connection, click
    New Parameter
    and enter the details for the connection parameter.

0 COMMENTS

We’d like to hear from you!
Amanda Thompson - February 02, 2024

I am creating a SQL transformation and I do not see anywhere to select it as an Unconnected Stored Procedure.

I found that the reason the box did not appear is that the functionality is not enabled to Snowflake connections.  It would be very helpful to include a link to what type of connections the unconnected stored procedures are enabled for.  Also would be beneficial if the checkbox was on the screen, but greyed out with a message that it is unavailable for the selected connection.  I had to dig through the connection documentation to determine that unconnected stored procedures for Snowflake connections are unsupported at this time.

.

Informatica Documentation Team - February 02, 2024

Hi Amanda Thompson,

Thanks for reaching out! The Unconnected Stored Procedure check box appears on the SQL tab of the SQL transformation right below the Stored Procedure field. Also, please note that the SQL Type field must be set to Stored Procedure in order to see this option..

We'll clarify this in the documentation. 


Informatica Documentation Team - February 02, 2024

Thanks for the clarification, Amanda! We'll update the procedure to indicate that this option only appears for certain connector types.