Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am loading a csv file and splitting it into 2 destination tables in oracle database. how do i add a primary key constraint to one table and a foreign key to the other?
@verma_gauri , Here you need to load the primary table first job and secondary job should be load by doing lookup with primary table. design the jobs as i explained it will work.
@verma_gauri , Here you need to load the primary table first job and secondary job should be load by doing lookup with primary table. design the jobs as i explained it will work.