-
Book Overview & Buying
-
Table Of Contents
Oracle Advanced PL/SQL Developer Professional Guide
By :
|
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... |
Change the font size
Change margin width
Change background colour