Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a toracleinput with a sql query in it and i would like the result to be written to a flat file from the input sqlquery. But it just creates a empty csv or xls file.
xdshi wrote:
Hi b.ram85,
Could you please show us your job design screenshots into forum so that we can address your issue quickly.
What's the sql query in tOralceInput component?
Best regards
Sabrina
"select \"COUNT(*)\"FROM TAC_AMC.flowmetercatcher"
"SELECT
TAC_AMC.flowmetercatcher.MOMENT,
TAC_AMC.flowmetercatcher.PID,
TAC_AMC.flowmetercatcher.FATHER_PID,
TAC_AMC.flowmetercatcher.ROOT_PID,
TAC_AMC.flowmetercatcher.SYSTEM_PID,
TAC_AMC.flowmetercatcher.PROJECT,
TAC_AMC.flowmetercatcher.JOB,
TAC_AMC.flowmetercatcher.JOB_REPOSITORY_ID,
TAC_AMC.flowmetercatcher.JOB_VERSION,
TAC_AMC.flowmetercatcher.CONTEXT,
TAC_AMC.flowmetercatcher.ORIGIN,
TAC_AMC.flowmetercatcher.LABEL,
TAC_AMC.flowmetercatcher.\"COUNT\",
TAC_AMC.flowmetercatcher.REFERENCE,
TAC_AMC.flowmetercatcher.THRESHOLDS
FROM TAC_AMC.flowmetercatcher"