I have an Oracle table from which I want to read some records with a given field value. I want to use an Oracle Spatial Reader with SQL query. I want to implement it with FME Server, and I want the user to enter the field value, which is used in the SQL query.
An example: At the Oracle Spatial table there is a field called "selector". I would like to create a schema with an Oracle reader with an SQL query.
Select * from table_name
Where selector = XXX
XXX=is the value the user enter in order to activate the server schema,
Thanks.