Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Import Wizard

698124Dec 16 2009 — edited Dec 18 2009
I 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

Comments

Frank Nimphius-Oracle
Hi,

possible problem could be that you missed this step

"In the Edit Customization Class dialog, enter sitecc, then select the class SiteCC (oracle.model.mycompany) and click OK."

Frank
NikhilMisra
Hi Frank,

I have already set the MDS Customization Configuration as

oracle.model.fujitsu.siteCC

which is the path of my class.

Any other suggestions why it could happen.

I will re-iterate the steps I followed :

a) Define a Customization Layer in CustomizationLayerValues.xml

b) Created a customization class and configured it in adf-config.xml

c) Enabled seeded customization and then created Task Flow and Jsf pages

d) Switched the Role to customization Developer and then did my Customization for site values "Headquarters" and "Remote Offices"

e) Ran the apps in Customization Layer.

Regards,
Nikhil Misra
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 15 2010
Added on Dec 16 2009
4 comments
1,556 views