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

Home -> Community -> Usenet -> c.d.o.server -> Re: empth_clob() for CLOB column in INSERT necessary ?

Re: empth_clob() for CLOB column in INSERT necessary ?

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 10 Sep 2007 09:28:22 -0700
Message-ID: <1189441694.410144@bubbleator.drizzle.com>


userjohn wrote:
> 10gR2 EE (10.2.0.3.0)
>
> Have a table with a CLOB column.
>
> In my application,
> I first INSERT and populate all OTHER columns with an INSERT
> INTO....SELECT...
>
> Later in the process I update the CLOB column like:
>
> UPDATE t_table_with_xml
> SET xml_clob = (SELECT .... FROM ....)
> WHERE t_pk = :pk
>
>
> I'm wondering, should I populate the CLOB column with empth_clob() in the
> INSERT...SELECT ?
> Does it make any difference like more efficient ?
>
> thanks

Try it.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Sep 10 2007 - 11:28:22 CDT

Original text of this message

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