Exforsys

Online Training

to load data from a csv file

This is a discussion on to load data from a csv file within the Oracle JDeveloper forums, part of the Programming Talk category; Hi, is there a way to load data to Oracle table using a csv file. I have tried using some ...


Go Back   Exforsys > Programming Talk > Oracle JDeveloper

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-31-2007, 09:13 AM
Junior Member
 
Join Date: Sep 2007
Posts: 4
lakshmi_bhas is on a distinguished road
to load data from a csv file

Hi,

is there a way to load data to Oracle table using a csv file. I have tried using some tools and I was able to do it. But the requirement is to do only using Pl\SQL. Any help is appreciated.
I need this very urgent.

thanks in advance
Lakshmi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-20-2007, 04:59 AM
Junior Member
 
Join Date: Jan 2007
Posts: 1
habibi is on a distinguished road
Hi

You can achieve this through Oracle data loader which dont need any pl/sql scripts. Or through utl_file concept.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-07-2007, 12:05 AM
Junior Member
 
Join Date: Dec 2007
Posts: 1
olawale Ajayi is on a distinguished road
Please i need to know how i can get started on learning the basics/starters for Oracle. I have no idea how to start and would love to learn because it pays well. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-09-2008, 10:56 AM
tprabhuit's Avatar
Junior Member
 
Join Date: Dec 2007
Location: Coimbatore
Posts: 16
tprabhuit is on a distinguished road
Send a message via Yahoo to tprabhuit
Hi,

I think this will be useful for you..

LOAD DATA LOCAL INFILE <FILE NAME WITH LOCATION>
INTO TABLE <TABLENAME>
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
(FIELD1, FIELD2, FIELD3, ... FIELDn);

Regards,
Prabhu.T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Tutorial on Silk Test spriya279 Testing Tutorials 2 02-15-2007 07:31 PM
Apple II Csa2 FAQs: Uploading & Downloading, Part 21/25 rubywand@swbell.net Tech FAQ 0 05-04-2004 10:01 AM
Apple II Csa2 FAQs: Error List, Part 8/25 rubywand@swbell.net Tech FAQ 0 05-04-2004 10:01 AM
Solaris x86 FAQ 2/2 Dan Anderson Tech FAQ 0 04-27-2004 08:24 PM
Apple II Csa2 FAQs: Telecom Hardware & Transfers, Part 20/25 rubywand@swbell.net Tech FAQ 0 04-04-2004 08:29 AM


All times are GMT -4. The time now is 04:14 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.