• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle SQL Loader

 
Ranch Hand
Posts: 582
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I want to know about the capabilities of Oracle SQL Loader.
I have read some technical documentations about it.
Those say that Oracle SQL Loader supports manipulation data during its processing.
For my application's need, I want to store data in csv form . Before all data inside that file are stored into database, I want sql loader to do some logic, example doing query to a table to get a value. Then that value is added into a field in csv. After that sql loader stores that new value into database.
Is that scenario possible?

Correct me if I am wrong...
thanks
daniel
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic