In this tutorial we are going to convert LONG values to LOB values using TO_LOB function. See the below example.
Syntax:
We can convert LONG and LONG RAW values to LOB using TO_LOB function .
Syntax:
SELECT TO_LOB(long_column_name) FROM table_name;
We can convert LONG and LONG RAW values to LOB using TO_LOB function .