Skip to Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

Large Object Datatypes

Large objects are most often used to store large amounts (up to 4 gigabytes) of binary data (such as images) or character text data. LOBs have a couple of common characteristics: they typically have sizes that may exceed the limits of other datatypes or formatting that falls outside the understanding of these standard datatypes.

Oracle supports several different datatypes for handling large objects:

BLOB

Stores up to 4 GBs of binary data. BLOB stands for binary large object. This datatype does not translate values stored in it. It can be used in a transaction.

CLOB

Stores up to 4 GBs of character data. CLOB stands for character large object. This datatype is used to store a large block of single-byte, fixed-width character data stored inside the database. This datatype does not translate values stored in it. It can be used in a transaction.

NCLOB

Stores up to 4 GBs of character data. NCLOB stands for National Language Support (NLS) character large object. This datatype does not translate values stored in it. It can be used in a transaction.

BFILE

The BFILE datatype acts as a pointer to a file stored outside of the Oracle database. Because of this, columns or variables with BFILE datatypes do not participate in transactions, and the data stored in these columns is available only for reading. Oracle treats the data in the outside file as binary data. The file size limitations of the underlying operating system limit the size of data in a BFILE.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Oracle

Oracle

Guy Harrison
Oracle Internals

Oracle Internals

Donald K. Burleson

Publisher Resources

ISBN: 0596003366Errata Page