Re: CLOB question

  • From: "Greg Faktor" <FAKTORG@xxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 09 Aug 2006 13:43:42 -0400

Looks like I should look on default value for clob column. If it has
empty_log() default then they are using it.
 
Thanks.

>>> "Greg Faktor" <FAKTORG@xxxxxxxxx> 8/9/2006 12:33:52 PM >>>

Hi All! Oracle 9.2, Sun OSAny way to find out, from database, what has
been used to populate some clob column?Basically I need to find out if
during insert NULL value or empty_clob() functions have been used? I far
as I understand empty_clob() use much less space than regular NULL
value.
 
Thanks.
Greg

Other related posts: