Customer Portal

Use DBexecute to execute an oracle function of package

Comments 1

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi

    In the SQL query property of DBExecute you cannot use CloverETL parameters (${param}) directly. You have to use question mark (?) instead. You can provide the parameters via query input/output mapping. Alternatively, for some simple functions, you can use DBInputTable, where it is possible to use CloverETL parameters directly. However I wouldn't recommend using DBInputTable for executing functions as it is designed solely to read data.

    Attached is an example graph, where both solutions are shown.

    Best regards

Please sign in to leave a comment.