Does using dbms_lob package improve performance [message #240259] |
Thu, 24 May 2007 08:32 |
rolex.mp
Messages: 161 Registered: February 2007
|
Senior Member |
|
|
I am using 10g release of Oracle .
I am using clob data inside a package and I am printing it . I am also doing certain manipulations on the same like substr and instr .
Will using dbms_lob package functions like instr,read,getlength improve peformance or can i use normal string functions itself on the clob type
The clob type normally is used to print xml data which is huge .
Pls suggest which one would be better for performance .
|
|
|
|
|
|