We do update a table with about 20000 CLOBs and hour.
Currently we are running 20000 "UPDATE" using a temporary LOB's.
Is there a faster way of doing this?
Because of the LOB (CLOB) I assume that "Array DML" can not be used - but some similar method would have been great...
Does it exist?
Currently we are running 20000 "UPDATE" using a temporary LOB's.
Is there a faster way of doing this?
Because of the LOB (CLOB) I assume that "Array DML" can not be used - but some similar method would have been great...
Does it exist?