Home » RDBMS Server » Server Utilities » update and insert using sql loader
update and insert using sql loader [message #73408] Sat, 17 April 2004 09:56 Go to next message
Rohit Sharma
Messages: 4
Registered: May 2002
Junior Member
I need to insert some new data and update the exisitng data in a table. The complete set of data is in a flat file. Can it be done through sql loader. If not, is their any other way this can be done.
Re: update and insert using sql loader [message #73409 is a reply to message #73408] Sat, 17 April 2004 10:32 Go to previous messageGo to next message
Barbara Boehmer
Messages: 9097
Registered: November 2002
Location: California, USA
Senior Member
SQL*Loader does not do updates. You can use SQL*Loader to load into a staging table, then do your upates from there. Or, if you are using Oracle version 9i, then you can use external tables, instead of SQL*Loader, and access your flat file as if it were a table, then you can insert, update, and merge from there.
How to use sql*loader [message #73485 is a reply to message #73409] Mon, 10 May 2004 09:05 Go to previous messageGo to next message
aka
Messages: 1
Registered: May 2004
Junior Member
Please i want to know how to use sql*loader .
Thanks for yours response.
Re: How to use sql*loader [message #73486 is a reply to message #73485] Mon, 10 May 2004 22:04 Go to previous message
Barbara Boehmer
Messages: 9097
Registered: November 2002
Location: California, USA
Senior Member
Please click on the link below for the section of the database utilities guide regarding SQL*Loader within the Oracle online documentation. The case studies in chapter 10 are excellent examples.

Previous Topic: Solution to move user objects to new_tablespace
Next Topic: interview question
Goto Forum:
  


Current Time: Mon Jul 01 16:22:19 CDT 2024