InterviewSolution
Saved Bookmarks
| 1. |
Are The Bfiles Deleted When Lob Column Record Is Deleted? |
|
Answer» When the LOB RECORD is deleted, the BFILE type of external file is not ACTUALLY deleted; only the locator to the location in the DATABASE table is deleted. When the LOB record is deleted, the BFILE type of external file is not actually deleted; only the locator to the location in the database table is deleted. |
|