Hi Team,
fme 2016
Both reading and writing to oracle spatial.
My customer has @ symbol in his oracle password string.
in my fmw file, oracle connection string is published parameter, and user has to pass the easy connect string to this parameter like
user1/x3#@rtye@mydb
now there are two @ symbols and fme treats rtye@mydb as dbname and fails to connect.
but thru oracle's sqlplus i can connect. not from fme.
and if i give these three parameter separately to sql executor it works good.
how can i connect with just one text string with @ symbol in password? please help.
there are lot of fmws developed and i exposed connection string as published parameter