Exforsys

Online Training

Want to know about this term

This is a discussion on Want to know about this term within the Other DBs forums, part of the Database category; I recently came across a term called BLOB. What is this? Is it any data type or any function?...


Go Back   Exforsys > Database > Other DBs

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-02-2007, 08:51 AM
Member
 
Join Date: Apr 2006
Posts: 98
Angela is on a distinguished road
Want to know about this term

I recently came across a term called BLOB. What is this? Is it any data type or any function?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2007, 01:19 PM
Member
 
Join Date: Feb 2007
Posts: 34
siva sankar is on a distinguished road
Hi,

There are 4 types of LOBs:

CLOB - Character LOB (single byte characters only,
8.0: the database charset must be fixed width,
**NEW 8i**: the database charset may be fixed or
variable width; variable width data is
stored in the database as UCS2 (Unicode,
double byte) regardless of database charset),
<= 4Gig.
BLOB - Binary LOB, <= 4Gig.
NCLOB - National Character LOB (8.0: fixed width multibyte
national charset characters only,
**NEW 8i**: fixed or variable width multibyte
national charset characters; variable width
data is stored in the database as UCS2
regardless of database charset),
<= 4Gig.
Note, unlike the other types of LOBs, NCLOBs may
not be part of an Object type though they may be
arguments to an Object method.
BFILE - Binary file, stored in the O/S, not the database.
The database holds the directory alias and
filename.
Thanks,
Siva Sankar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Confused with the term Kindly Clarify Allan C and C++ 3 05-01-2007 10:50 AM
What is this Term Angela Linux 3 04-20-2007 04:15 PM
Highlight on this term Rahulbatra SAP R/3 1 04-17-2007 03:33 PM
Enlighten by your answer to this technical term norman C and C++ 2 06-17-2006 07:57 PM
What's the origin of the term "French kiss"? JobHelper Chit-Chat 0 03-01-2006 02:30 AM


All times are GMT -4. The time now is 06:48 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.