Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9052

Re: Generate table to different Oracle schemas

$
0
0

thanks we - already have DEV , TEST and PROD datastore configurations for oracle , the problem is

the data flows writes to a particular table

 

eg. the data flow Target table writes to

TABLENAME1('OracleDataSourceName1.OracleSchemaDev')

 

So yes we can change the configuration to 'TEST' and yes if we run a pure  'SQL' it will read or write to the 'TEST' schema , but in the data flow seems to have a hard coding eg.

 

TABLENAME1('OracleDataSourceName1.OracleSchemaDev')

 

How do we redirect this or make it more generic ? in 4.2

 

So even if we change configuration to 'TEST' the target table will still go to OracleSchemaDev because the Target table name is hard coded.

 

In DS 3.1 you could go TABLENAME1('OracleDataSourceName1.USER') this would pick up the correct configuration 'DEV' or 'TEST' this is not supported in 4.2.

 

One work around is to copy the dataflow and change the target table to TABLENAME1('OracleDataSourceName1.OracleSchemaTEst') but we would have to create copies of every data flow and table which seems silly as you have configurations..?

 

Any Ideas - How to get the configurations to write to a different database schema in oracle?

 

Or am I missing something..or is this not possible?


Viewing all articles
Browse latest Browse all 9052

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>