Categories
- All Categories
 - Oracle Analytics Learning Hub
 - 19 Oracle Analytics Sharing Center
 - 17 Oracle Analytics Lounge
 - 233 Oracle Analytics News
 - 44 Oracle Analytics Videos
 - 15.9K Oracle Analytics Forums
 - 6.2K Oracle Analytics Idea Labs
 - Oracle Analytics User Groups
 - 87 Oracle Analytics Trainings
 - 15 Oracle Analytics Data Visualizations Challenge
 - Find Partners
 - For Partners
 
Create Muliple Jobs in Data Sync
Summary
Create Muliple Jobs in Data Sync
Content
Hi,
Can we able to create multiple jobs in Data Sync as below
Job 1 -- Will move data from Source System to Cloud Stage Schema
Job 2 -- Cloud Stage Schema to Final Cloud Schema (DW Schema)
I created Connection As below

And Created 2 Jobs:
In Job1 - Mentioned Source as "Src" and Target as "Cloud_dw_stg"
In Job2 - Mentioned Source as "Cloud_dw_stg" and Target as "Cloud_dw"
I created these jobs and update jobs, but when i executed all tasks are present in both Jobs.
Can we segregate Task based on our Source-Target Connection details.
I am using Data Sync Version : Oracle Business Intelligence Cloud Service Data Sync (2.3)
Answers
- 
            
I did a work around,
I created 2 Projects and 1 job in each project
Poject1--Source-to-Stage-Extract : Job - Mentioned Source as "Src" and Target as "Cloud_dw"
Project2--Stage-to-Target-Extrcat : Job - Mentioned Source as "Cloud_dw" and Target as "Cloud_dw"
0 - 
            
thats the best way to organize. You can also chain the jobs to run one after the other. Refer at on-demand-etl.xml file where you can trigger a job based on a file signal. At the end of every job, in the log\jobsignal directory, you will find <Job_name>_StartSignal.txt, <Job_name>_CompletedSignal.txt, or <Job_name>_FailedSignal.txt. Using these files, you can configure it to run Job1, look for Job1_CompletedSignal.txt to start Job2.
0