June 2008 - Posts

4
Comments

Oracle stored procedure and Blob data type problem by vik20000in

Hi, Few days back I was working with Oracle database and one of my stored procedures which was inserting a blob data to the database. But I started getting a strange when the data in the blob data type got large. For large blob data I was getting the...
Filed under: ,
2
Comments

Lazy Loading Object Design pattern by vik20000in

Hi, Some time when you are working with large objects where some of the data (properties in the object) is not required frequently, the use of Lazy loading is the best. Let’s say you have an Object which contains many properties along with a property...
Filed under: ,
More Posts