Page 1 of 1

oracle destination Table Name expression

Posted: Mon 12 Aug 2019 20:50
by mallison
I'm evaluation the oracle data flow components. How is possible to use an expression for the TableName in the oracle destination component? I don't see any variables for the oracle destination component in the Data flow properties.
We have multiple schemas with the same table name and need to parameterize it.

Re: oracle destination Table Name expression

Posted: Thu 15 Aug 2019 17:43
by Shalex
There is no way to set TableName in Devart Destination component at the moment. We will investigate the question and notify you about the result.

Re: oracle destination Table Name expression

Posted: Sat 14 Sep 2019 14:37
by Shalex
The possibility to set object name via user variable in destination components is implemented: viewtopic.php?f=60&t=39336.

After you created the variable named tableName, set ObjectName=User::tableName in the destination component.