What are LOB datatypes?

          

What are LOB datatypes?

<<Previous  Next>>

Oracle - What are LOB datatypes? - Feb 23, 2010 at 11:00 PM by Rajmeet Ghai

What are LOB datatypes?

LOB is large object byte used to store large amount of data. The following types come under LOB data types:
CLOB and NCLOB can both be used to store 4 GB of data in the database.

BLOB: Binary LOB is used to store binary data.
CLOB (Character Large Object) is used specifically to store character set data whole NCLOB (National Large Object) is specifically used to store Unicode national character set data.

Oracle - What are LOB datatypes? - April 10, 2009 at 11:00 AM

What are LOB datatypes?  

The LOB datatypes such as BLOB, CLOB, NCLOB and BFile can store large blocks of unstructured data such as graphics, image, video clips etc. They provide random and piece-wise access to the data. 

Also read
Oracle data types

Explain the differences between char and varchar2 data types, Explain BLOB, CLOB, NCLOB and BFILE, Explain ROWID in oracle, What is a LOB data type?...........

Oracle large objects

What is large object in oracle? Explain its purposes, Explain types of large objects in oracle, i.e. BLOB, LLOB,NCLOB and BFILE............

Define CLOB and NCLOB datatypes.

Both CLOB and NCLOB are used to store huge character data in the database, CLOBs store single-byte character set data............

What is the BFILE datatypes?

The BFILE datatype is used to store unstructured binary data outside the database. The column of BFILE type stores file locator that points the OS file which actually stores data...........

What is Varrays?

Varrays, variable length array is quite similar to array of C++ or Java. It has fixed upper-bound size that has to be specified while it is declared...........

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring