GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Data Access

 Print  |  
Question:  how to add data from excel sheet to oracle database?



July 07, 2008 00:32:05 #4
 ajaz_11i   Member Since: June 2008    Total Comments: 4 

RE: how to add data from excel sheet to oracle database?
 
Save the excel data as .cvs file or in notepad  file each field is seperated by comma.
then use either SQL Loader, or UTL_FILE Package, & or External Table.....
                                                                                             By Mr. Ajaz Ahmad Kumar
     

 

Back To Question