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

Home -> Community -> Usenet -> c.d.o.misc -> Re: loading nulls into a varray with SQL Loader

Re: loading nulls into a varray with SQL Loader

From: Kevin <kevinherring_at_lycos.co.uk>
Date: 7 Feb 2006 06:53:19 -0800
Message-ID: <1139323999.899436.97330@g14g2000cwa.googlegroups.com>


brilliant! thanks Andy, that was perfect.

I did try the nullif, but I didnt realise that you needed to put (in your example) c.c

I just have the equivalent of:
c VARRAY COUNT(CONSTANT 5) ( c NULLIF c="null" ) thanks again
Kevin Received on Tue Feb 07 2006 - 08:53:19 CST

Original text of this message

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