How to Convert a VARCHAR2 Column to a CLOB Column
(Doc ID 754542.1)
Last updated on NOVEMBER 22, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Goal
LOBS or Large OBjects are used to store non-character data, such as mp3s, videos, pictures and long character data. Binary large objects, or BLOBs, and character large objects, or CLOBs, can store up to terabytes of data.
This Note will describe that how to convert a VARCHAR2 column to a CLOB column if needed.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |