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: external table

Re: external table

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 29 Mar 2006 13:03:32 -0800
Message-ID: <1143666203.828046@yasure.drizzle.com>


KK wrote:
> Morgan,
>
> sorry there was a mistake in my original question. The question
> would be
>
> Can we replace null values with banks or spaces in the external table?
>
> my test file is some thing like
>
> 1,name,country,,address,,
> 2,name,country,,address,,
>
> I am able to create external table with 4,6,7 columns as NULL
> I want the data in these columns as blank or spaces.
>
> I am using Oracle 9i.
>
> Thanks.

I know you think you clarified things but your response is just as confusing as the original and you still didn't include a version number.

Are you talking about editing the physical file? Yes you can modify it. Are you talking about updating a record using DML? No you can not. Are you expecting there to be a difference between spaces and NULL? If so what are your expectations and are they based on work with SQL Server or some other non-Oracle product?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Mar 29 2006 - 15:03:32 CST

Original text of this message

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