Can Insert and delete be done at the same time in oracle -
just curious know.if 2 jobs running 1 inserting table , other deleting rows table. can performed in parallel? table contains 300 columns 50gb data. end in deadlock if so?
given fact cannot remove records have not been inserted, can insert , delete on same table @ same time, not on same records. hence, cannot deadlock. can lock though. you'll need come more complex, deadlock oracle.
Comments
Post a Comment