Dear All, We are facing some issue on the SAS-Oracle side. We have one process which throws a timeout error sometimes. When its executed, its run in just 30 seconds and sometimes it goes into hang stage and kills later on as a timeout error. We are joining the 3 tables and first, we are creating the distinct of few variables like this With master_dd as(select %str(/)*+ parallel(MASTER_) *%str(/) A,b ....................., and filter out few records with where condition. in this step we are creating the table without the merge. next step we are merging the above table with another two table from a different schema with where condition. Its very simple join but its executed sometime and some tie its failed. Please guide me.
... View more