How to convert CLOBs to BLOBs?

Options
- CONVERTTOBLOB
- CONVERTTOCLOB
- DBMS_LOB
- CONVERT


CORRECT ANSWER : CONVERTTOBLOB

Discussion Board
CONVERTTOBLOB

The CONVERTTOBLOB procedure reads character data from a source CLOB or NCLOB instance, converts the character data to the character set you specify, writes the converted data to a destination BLOB instance in binary format, and returns the new offsets. You can use this interface with any combination of persistent or temporary LOB instances as the source or destination.

Prajakta Pandit 02-28-2017 12:43 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