Oracle8i Application Developer's Guide - Large Objects (LOBs) Release 2 (8.1.6) Part Number A76940-01 |
|
Basic Components, 3 of 5
CLOB/NCLOB
values are stored in the database using the fixed width 2 byte Unicode character set if the database CHAR/NCHAR
character set is varying-width.
CLOBs
, the data input can be in a varying-width character set. This varying-width character data is implicitly converted into Unicode before data is stored in the database.
Note that all translations to and from Unicode are implicitly performed by Oracle.
NCLOBs store fixed-width data.
You can perform all LOB operations on CLOB
s (read
, write
, trim
, erase
, compare
, e.t.c.) All programmatic environments that provide access to CLOB
s work on CLOB
s in databases where the CHAR
/NCHAR
character set is of varying-width. This includes SQL, PL/SQL, OCI, PRO*C, DBMS_LOB
, and so on.
For varying-width CLOB data you need to also consider whether the parameters are specified in characters or bytes.
See Also:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|