InterviewSolution
Saved Bookmarks
| 1. |
Is It Possible To Update Blob And Clob Columns Without Setting It To An Empty Locator? |
|
Answer» No, the BLOB and CLOB COLUMNS cannot be UPDATED until the value is set using the EMPTY_BLOB or EMPTY_CLOB FUNCTION through an UPDATE STATEMENT. No, the BLOB and CLOB columns cannot be updated until the value is set using the EMPTY_BLOB or EMPTY_CLOB function through an UPDATE statement. |
|