This Oracle tutorial explains how to use the Oracle/PLSQL TO_NCLOB function with syntax and examples.
The Oracle/PLSQL TO_NCLOB function converts a LOB value to a NCLOB value.
The syntax for the TO_NCLOB function in Oracle/PLSQL is:
A char, varchar2, nchar, nvarchar2, clob or nclob value that will be converted to a NCLOB value.
The TO_NCLOB function returns a NCLOB value.
The TO_NCLOB function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle TO_NCLOB function examples and explore how to use the TO_NCLOB function in Oracle/PLSQL.
For example:
This example would convert the value in the field called lob_column to an NCLOB value.