hdoussi
How to fetch the path or jobid of a flow that called another flow
Within FlowA I am calling FlowB with static inputs, one of the inputs being the 'path' from FlowA. Is there a way to automatically fetch the FlowA path (or jobid) within FlowB without using a static input ?
1 replies
Inline OracleDB . How to use input variable as Oracle table name?
If I try the following query into InlineDB Oracle function I get the error message «{"name":"ExecutionErr","message":"execution error:\nError: OCI Error: ORA-00903: invalid table name»
-- :name1 (text)
-- :name2 (text)
-- :table_name (text)
INSERT INTO :table_name (COLUMN1, COLUMN2) VALUES (:name1, :name2);
Is that possible to define a variable as input for the table name and if so, what is the correct format ?
Is that possible to define a variable as input for the table name and if so, what is the correct format ?
4 replies