Chapter 6, Working with Large Objects
Question No. |
Answer |
Explanation |
---|---|---|
1 |
a |
LOBs can appear as a database column or a user defined object type attribute. |
2 |
b |
LOB type parameters can exist. |
3 |
a |
LOB data greater than 4 K is stored out of line with the current row. Mandatorily, it's a different LOB segment which may or may not be in the same tablespace. |
4 |
b |
The BLOB column must be initialized with |
5 |
c |
The constructor methods |
6 |
b and c |
|
7 |
b |
Temporary LOBs are session specific. |
8 |
c and d |
BFILE is a read-only type. The files accessed through the BFILE locator open in read-only mode. They cannot be manipulated in any way during the BFILE access. |
9 |
b and d |
Temporary LOB is always an internal LOB which is used for manipulative actions in the LOB columns within a block. |
10 |
c |
The user must have read/write privilege on the directory to access the files contained in it. |
11 |
b |
A ALTER TABLE [<schema>.]<table_name> MODIFY ( <long_column_name> { CLOB | BLOB | NCLOB } [DEFAULT <default_value>]) [LOB_storage_clause]
Note that a |
12 |
b |
The |
13 |
b and d |
SecureFile is a new feature in Oracle 11g to store large objects with enhanced security, storage, and performance. Older LOBs may still exist as BasicFiles and can be migrated to SecureFiles. |
14 |
a and c |
The |