AshishVinny
Technical User
I am working on a job which collects the rowcounts on a particular condition from many tables using multiple ORACLE Stages to read the rowcounts( Simluating a large Union Statement). I am using multiple streams/links ( For faster response) and writing them into one hash file. One of the in-coming links should scrap the old hash file and recreate the file before writing anything. I want this link to be the first one to work before any other link. As other links would be appending the hash file with their results.
How can I achieve this ?????
How can I achieve this ?????