Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> LOBS or not ?

LOBS or not ?

From: Markus Fischer <mfischer_at_josefine.ben.tuwien.ac.at>
Date: Fri, 11 May 2001 20:14:58 GMT
Message-ID: <6LXK6.3847$r66.122122@news.chello.at>

Hi,

For some Webapplication articels are stored in an Oracle DB. They sometimes can exceed the normal varchar column size of 4000 chars. Up today they're just stored in multiple 4000 char-sized columns. So, in PHP, its quiet easy to select an article by doing 'SELECT * from Article WHERE id = 100' and then concatenating the columns in the right order.

Is there any advantage of using LOB's here ? Using LOB's from a programmatically view needs some overhead to get dealt with.

thanks,

Received on Fri May 11 2001 - 15:14:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US