Oracle8i Application Developer's Guide - Large Objects (LOBs)
Release 2 (8.1.6)

Part Number A76940-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Basic Components, 3 of 5


Varying-Width Character Data

CLOB, NCLOB Values are Stored Using 2 Byte Unicode for Varying-Width Character Sets

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.

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 CLOBs (read, write, trim, erase, compare, e.t.c.) All programmatic environments that provide access to CLOBs work on CLOBs 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:

Chapter 3, "LOB Programmatic Environments":


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index