InterviewSolution
Saved Bookmarks
| 1. |
If you set the inline LOB limit to ________ all large objects will be placed in external storage.(a) 0(b) 1(c) 2(d) 3 |
|
Answer» Correct option is (a) 0 Explanation: The size at which lobs spill into separate files is controlled by the –inline-lob-limit argument, which takes a parameter specifying the largest lob size to keep inline, in bytes. |
|