Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
PlassQUEVREUX
Contributor
Contributor

toracleOuput in schema with quoted identifiers

Hi,

i want to insert data in oracle ( Oracle 18 ) but the code generated by talend no contains double quote

SELECT COUNT(1) FROM LOLA2.SetCurrencyDetail

instead of

SELECT COUNT(1) FROM "LOLA2"."SetCurrencyDetail"

Anybody have find a solution ?

Thanks

Labels (3)
1 Reply
gjeremy1617088143

Hi have you write your query like this : "SELECT COUNT(1) FROM LOLA2.SetCurrencyDetail"

it have to be a string.

Send me Love and Kudos