• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

SQL Loader

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im new to oracle, and im trying to load some data from a dat file using the sql Laoder. My problem is i don't know how to write a control file which can load this data.
the dat file looks like this:

1234; tom, jones;
4567; d, Bowie;
8973; G, micael;

Now if my table has column "ID" and "Name" and i want to use a sequence to place self generated ID and ignore the ones on the dat file then import the names as they are from the dat file, how do i do this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic