Hi
I have some data flows that write to an oracle table. The data flow for example writes to table "tablename1' in oracle datasource name 'OracleDataSourceName1' and schema 'OracleSchemaDev'
In the designer under data source 'OracleDataSourceName1' I will see
TABLENAME1('OracleDataSourceName1.OracleSchemaDev')
Can I redirect the an existing dataflow to another schema say OracleSchemaProdwithout having to define a new dataflow pointing to table
TABLENAME1('OracleDataSourceName1.OracleSchemaProd')
Note, I've just upgraded from DS 3.1 to 4.2 and in 3.1 you could just define the schema as 'USER' this allowed you to redirect you table to a different oracle schema. USER is not supported (this has been confirmed). So what is the best practice when you want to run a dataflow to one schema and then dump the table to another schema ..what is the way to do this now - hopefully I don't want to have to create a different set of dataflow and table for ..
DEV, TST and PROD etc?
Thanks
Mike