Oracle Integration Cloud running SQL statement in Oracle ATP
Summary
Getting error when I ran sql statement in ATP using oracle integration cloudContent
Hi,
I am executing sql statement using oracle integration cloud in ATP database. While adding connection and validating the SQL itself i am getting the error.
SQL>
SELECT CITY, POSTAL_CODE, STATE_CODE, COUNTY
FROM zeb_vertex_lookup
WHERE NVL(POSTAL_CODE,0) = NVL(#postalcode, NVL(POSTAL_CODE,0))
AND NVL( STATE_CODE,0) = NVL(#statecode , NVL( STATE_CODE,0) )
AND NVL( CITY ,0) = NVL(#city , NVL( CITY ,0))
AND NVL( COUNTY,0) = NVL(#county , NVL( COUNTY,0))
I have to use variable name with '#' so that it get displayed in the mapping. if I use
Tagged:
0