There is disagreement amoungst the SQL community as to what the semantics of updates made to LOBs via Locators should be. The two possibilities are:
i) updates are made to a copy of the LOB and a seperate update statement must be issued to make changes permenant.
ii) update are made directly to the LOB and no seperate update statement is required.
i) updates are made to a copy of the LOB and a seperate update statement must be issued to make changes permenant.
ii) update are made directly to the LOB and no seperate update statement is required.