Import Wizard
698124Dec 16 2009 — edited Dec 18 2009I am trying to load data into a table using the SQL Developer import wizard. The data is a single column of containing just over 4000 cells of an 11 digit number formatted as text (because of leading zeros).
- I have attempted to import the file as a flat txt file, hich does not work becuase oracle doesnt have a txt reader.
- Then i imported the data into excel and tried that, it does not get passed the preview window. I started SQL Developer with the logging window open and saw the following message "You cannot get a numeric value from a string based cell". I have the column in my table formatted as varchar and as char, so i don't know why it is trying to pull a numeric value when i want the numbers treated as text.
- Then after reading some forums i tried converting the excel file to a csv file (loosing my leading zeros) and importing the csv file into my new table. I keep getting the error "Source columns 'Column0' , do not have data types assigned".
Any suggestions....
Thanks!
FYI using SQLDeveloper 1.5.1 Build 54.40