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

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -