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?...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
![]() |
| Thread Tools | |
|
|
|
||||
| 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 |