What is not true about LOB?

Options
- You can store multiple lobs in a single row
- When you access a LOB column the locator is returned
- You can’t replicate LOBs in both local and distributed environments
- LOBs can be attributes of user-defined data types


CORRECT ANSWER : You can’t replicate LOBs in both local and distributed environments

Discussion Board
LOB

LOB (large object) columns are used to store large amounts of data (maximum size is 4 Gigabytes) such as ASCII text, National Character text, files in various graphics formats, and sound wave forms. You can store multiple LOBs in a single row. LOBs can be attributes of a user-defined datatype. You can replicate LOBs in both local and distributed environments.

Prajakta Pandit 02-23-2017 12:04 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement