Gurus,
I'm a newbie to Data Services. Have few questions, where i came across. Sound silly to you guys.
1)In our case, where two developers are working in two different local repositories. One developer created Datastore with naming as 'ODS' and the other as 'ORCL'. But both connections denotes same schema. Jobs in different repositories,using the tables like
Repository 1: TABLE_A(ODS.SCHEMA_ABC)
Repository 2: TABLE_A(ORCL.SCHEMA_ABC)
>>While moving that to different Test environment, it is required to move both Datastores. Otherwise Job will not work. Right?
>>I don't want to have two different Datastore for the same schema. How to overcome that? Is it required to change all the jobs to be followed with unique Datastore name for all the environments?
>>Since I have two datastores, is there is any way to change all the datastores to unique by simple way, without opening all data flows and changing manually?
Kindly show some light on it.
Thanks