Top "Lob" questions

Working with very large text data and CLOB column

According to documentation CLOB and NCLOB datatype columns, can store up to 8 terabytes of character data. I have text, which …

oracle oracle11g lob
How to drop Oracle LOB

The following query can be used to list the database objects of the user: select object_name, object_type from …

oracle lob
How do I display the full content of LOB column in Oracle SQL*Plus?

When I try to display the contents of a LOB (large object) column in SQL*Plus, it is truncated. How …

oracle blob sqlplus clob lob
Third party WPF controls: Devexpress vs Telerik

I would like to hear your opinion about the two control providers. To put it in a nutshell: I am …

c# wpf gridview telerik lob
What is the difference between CLOB and NCLOB?

Can you state any difference between the CLOB and NCLOB?

sql oracle lob
Oracle CLOB performance

I am running queries against an Oracle 10g with JDBC (using the latest drivers and UCP as DataSource) in order …

performance oracle spring jdbc lob
What is the point of dbms_lob.createtemporary()?

I don't quite get the point of the dbms_lob.createtemporary() function. How is: DECLARE myclob CLOB; BEGIN myclob := 'foo'; …

oracle plsql lob
Lazily loading a clob in hibernate

There's a lot one can find about this googling a bit but I haven't quite found a workable solution to …

java hibernate jpa clob lob
What type of data record with the annotation @ Lob with JPA?

I have a problem, When I'm recording a PDF file inside the bank, I better save as file or byte []? @…

java hibernate jpa lob
Obtaining smallest key in a std::map

I need to get the smallest element in a std::map. I'm aware that there is plenty of documentation available; …

c++ c++11 map lob