Re: 10g External Table Location Parameter

From: Greg Rahn <greg_at_structureddata.org>
Date: Thu, 6 Nov 2008 21:53:26 -0800
Message-ID: <a9c093440811062153m5ec74ad3m671c4701f50c7a54@mail.gmail.com>


You can not use wildcards, but you can list multiple files LOCATION (

  'a.txt',
  'b.txt',
  'c.txt',

...
)

On Wed, Nov 5, 2008 at 1:53 PM, Newman, Christopher <cjnewman_at_uillinois.edu> wrote:
> Greetings all,
>
> Does anyone know if the location parameter when creating an external
> table can be wildcarded? Our scenario is we want to have all the .txt
> files in the directory added to the table at once. I'm been trying many
> different formats, but no joy so far. It takes the string as a literal
> whether I'm using OS or Oracle variables.
>
> LOCATION ('*.txt') <-- this is where I want it to grab all the .txt
> files...

-- 
Regards,
Greg Rahn
http://structureddata.org
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 06 2008 - 23:53:26 CST

Original text of this message