Home » RDBMS Server » Server Utilities » import excel csv file into database (oracle 10g)
import excel csv file into database [message #393505] Mon, 23 March 2009 02:22 Go to next message
rajasekhar857
Messages: 500
Registered: December 2008
Senior Member
Hi,
i want to import .csv file to a database using sql*loader.how to perform it.My table is like this
CREATE TABLE EMRRaceLkup(
	RACE_ID NUMBER (20) NOT NULL,
	UNIQUE_IDENTIFIER NUMBER (20),
	HIERARCHICAL_CODE VARCHAR2 (20),
        CONCEPT VARCHAR2 (50),
        STATUS NUMBER (10)
) 
/


Now i want columns 2,3,4 as per excel sheet in to the data base. can any one help me how to do this
Re: import excel csv file into database [message #393512 is a reply to message #393505] Mon, 23 March 2009 03:08 Go to previous messageGo to next message
Michel Cadot
Messages: 68647
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
The documentation is still at the same place.

Regards
Michel
Re: import excel csv file into database [message #394157 is a reply to message #393505] Wed, 25 March 2009 20:43 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Alternatively, use EXTERNAL TABLES
http://tahiti.oracle.com
Previous Topic: Exclude tables in my schema import
Next Topic: Load data from thousands of CSV files into one table
Goto Forum:
  


Current Time: Sun Apr 28 21:45:36 CDT 2024