I have one workspace that reads from a Oracle table containing names of source feature types (to read) and target feature types (to write), along with a few other parameters.
This workspace passes the name pair to WorkspaceRunner, evoking another workspace that reads the source feature type and wirtes to the target feature type in Oracle.
I was able to pass target feature type name as parameter to non-database Writers such as GML Writer, but in the case of Oracle Writer, I could not figure out how this could be accomplished.
I think I have done pretty thorough search on various sources including this link http://evangelism.safe.com/fmeevangelist31/ with no avail. But it is possible I may have missed some thing obvious. I appreciate very much any help from the FME community, as always.
Bo