Thanks Again ,
Hi we have DEV_NEW and TST_NEW, they are on the same machine/database just different schemas. The config will work ok if you
do a DS script
sql('OracleDataStore, 'SELECT * from dual' ); . # works ok selects from dev or tst
However if you run a dataflow - the problem is the TARGET table seems to be hard coded see image,
If I had 2 the different machines and same schema name yes config would work but I don't have another machine only different schemas. Hope that helps.
In the image below you will see that the target table goes to ORACLEschemaTST so if your config is set to DEV the output will still go to TST due to the hard coding ! How do I set up the data flow so that it will go to the schema as setup in the config? in the old 3.1 you could work around this but in 4.2 how? In the mean time i'll check out aliases..