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'
Can I redirect the an existing dataflow to another schema say OracleSchemaProdwithout having to define a new dataflow pointing to table
For example the designer under data source 'OracleDataSourceName1' I will see
TABLENAME1('OracleDataSourceName1.OracleSchemaDev')
I want to redirect the flow to the prod schema
TABLENAME1('OracleDataSourceName1.OracleSchemaProd')
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
Thanks
Mike