I have two questions concerning the SQL Executor:
1. If I use the SQL Executor to make a select to an oracle spatial object database, the rows which contain umlauts aren't found.
The select looks like:
select * from hk_hauskoordinaten
where plz_postleitzahl like
and postal_strname like
and hausnummer like
If now e.g. postal_strname (= street name) is like Mühlweg or like Schulstraße, there isn't a result given by the sql Executor. If I make the same select in the oracle database developer I get a result.
I'm using FME Version 2013.
Do I have to change the codepage or the character encoding?
2. In a second workspace I'm using the SQL Executor with select * ... Here I can't expose attributes from the sql query. Also there is no result given, if I don't expose at least one attribut (using a published parameter).
Thanks for your help!
Isabell