Again got stuck with sqlldr.

Hi All,
I am again got stuck with sqlldr. Please find below my ctl and log file.
----------- CTL FILE--------------
load data
discardfile 'c:\dis.log'
infile 'c:\csv\home1.txt'
into table home_expenses
fields terminated by ","
trailing nullcols
(PURCHASE_DATE date "mm/dd/yy",PAYEE,RUPEE_SPENT,CATEGORY,SUB_CATEGORY,DESCRIPTION)
---------------- SAMPLE DATA-----------
05/05/09,Gas,Withdrawal,620,Automobile,Gas,,2 cylinders,
05/05/09,clothing,Withdrawal,900,Homeneeds,Clothing,,suits for usha,meenu,sheetu,mummy,mousi & me
01/05/09,Vegitables,Withdrawal,250,Food,Vegitables,,Potota 5 kg tomoto 2kg& others ,
05/05/09,Petorl,Withdrawal,500,Petrol,,,Petrol for CAR,
05/08/09,Vegitables,Withdrawal,250,Food,Vegitables,,Vegitables for home.,
01/09/09,Maintainance,Withdrawal,100,Maintainance,,,Curtain Maintainence,
------------------ PART OF LOG FILE--------------------
Number to load: ALL
Number to skip: 0
Errors allowed: 50
Bind array: 64 rows, maximum of 256000 bytes
Continuation: none specified
Path used: Conventional
Table HOME_EXPENSES, loaded from every logical record.
Insert option in effect for this table: INSERT
TRAILING NULLCOLS option in effect
Column Name Position Len Term Encl Datatype
PURCHASE_DATE FIRST * , DATE mm/dd/yy
PAYEE NEXT * , CHARACTER
RUPEE_SPENT NEXT * , CHARACTER
CATEGORY NEXT * , CHARACTER
SUB_CATEGORY NEXT * , CHARACTER
DESCRIPTION NEXT * , CHARACTER
Data File home.ctl -
Record 1: Discarded - all columns null.
Record 3: Discarded - all columns null.
Record 5: Discarded - all columns null.
Record 7: Discarded - all columns null.
Record 18: Discarded - all columns null.
Record 25: Discarded - all columns null.
Record 29: Discarded - all columns null.
Record 38: Discarded - all columns null.
Record 39: Discarded - all columns null.
Record 41: Discarded - all columns null.
Record 44: Discarded - all columns null.
Record 47: Discarded - all columns null.
Record 50: Discarded - all columns null.
Record 53: Discarded - all columns null.
Record 56: Discarded - all columns null.
Record 59: Discarded - all columns null.
Record 62: Discarded - all columns null.
Record 65: Discarded - all columns null.
Record 68: Discarded - all columns null.
Record 71: Discarded - all columns null.
Record 74: Discarded - all columns null.
Record 77: Discarded - all columns null.
Record 80: Discarded - all columns null.
Record 83: Discarded - all columns null.
Record 86: Discarded - all columns null.
Record 89: Discarded - all columns null.
Record 2: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 4: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 6: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 8: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 9: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 10: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 11: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
hare krishna

Thanks Blu for your responce. I also tried to modify very first records, according to you, it should be loaded, because it does not contain many ",". It sill failed to laod.
--------- sample data---------------------
05/05/09,Gas,Withdrawal,620,Automobile,Gas
------------------part my log file---------------
Number to load: ALL
Number to skip: 0
Errors allowed: 50
Bind array: 64 rows, maximum of 256000 bytes
Continuation: none specified
Path used: Conventional
Table HOME_EXPENSES, loaded from every logical record.
Insert option in effect for this table: INSERT
TRAILING NULLCOLS option in effect
Column Name Position Len Term Encl Datatype
PURCHASE_DATE FIRST * , DATE mm/dd/yy
PAYEE NEXT * , CHARACTER
RUPEE_SPENT NEXT * , CHARACTER
CATEGORY NEXT * , CHARACTER
SUB_CATEGORY NEXT * , CHARACTER
DESCRIPTION NEXT * , CHARACTER
Data File home.ctl -
Record 1: Discarded - all columns null.
Record 3: Discarded - all columns null.
Record 5: Discarded - all columns null.
Record 7: Discarded - all columns null.
Record 18: Discarded - all columns null.
Record 25: Discarded - all columns null.
Record 29: Discarded - all columns null.
Record 38: Discarded - all columns null.
Record 39: Discarded - all columns null.
Record 41: Discarded - all columns null.
Record 44: Discarded - all columns null.
Record 47: Discarded - all columns null.
Record 50: Discarded - all columns null.
Record 53: Discarded - all columns null.
Record 56: Discarded - all columns null.
Record 59: Discarded - all columns null.
Record 62: Discarded - all columns null.
Record 65: Discarded - all columns null.
Record 68: Discarded - all columns null.
Record 71: Discarded - all columns null.
Record 74: Discarded - all columns null.
Record 77: Discarded - all columns null.
Record 80: Discarded - all columns null.
Record 83: Discarded - all columns null.
Record 86: Discarded - all columns null.
Record 89: Discarded - all columns null.
Record 2: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 4: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 6: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 8: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 9: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 10: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 11: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
Record 12: Rejected - Error on table HOME_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected
hare krishna

Similar Messages

  • Again got stuck with textpool experts plz help

    hi experts,
    plz help in resolving this issue this is very urgent.
    error is
    The line type of "RPOOL" must be compatible with one of the types
    "TEXTPOOL".
    and its coming in :
    read textpool  rname into rpool language sy-langu.
    FOR YOUR INFORMATION:
    form init_textpool using rname like rsvar-report.
    FYI:
    DATA: BEGIN OF RPOOL OCCURS 20,
    ID(1),
    NAME(8),
    TEXT(80),
    END OF RPOOL.
    and textpool is also a structure u can check the fields in se11.
    as the structure of textpool and rpool are not same
    i cannot declare the type of rpool as textpool because it ill change the functionality of the prog because in the rest of the prog we r using the fields of rpool. 
    plz help me.

    hi atish
    thanks 4 ur rply
    solution provided by you is not giving error but i think it ill change your functionality.
    i did this::::
    data: begin of rpool occurs 20,
                id(1),
                name(8),
                text(80),
          end of rpool.
    data: rname like rsvar-report.
    data : RPOOL_1 LIKE TEXTPOOL OCCURS 0 WITH HEADER LINE.
    TYPEs : begin of RPOOL_1 ,
                id(1),
                name(8),
                text(80),
          end of rpool_1.
    read textpool  rname into rpool_1 language sy-langu.
    MOVE-CORRESPONDING rpool_1 TO rpool.
    write : rpool-id, rpool-text, rpool-name.
    later on in the program we r using name and text fields but in this when i debugged it is nt able to identify name and text fields only showing the value of id bcoz id is also dere in textpool structure.

  • My iphone 3g got stuck with the apple logo and loading bar since  last night when i try to reset the iphone pls help thanks!

    My iphone 3g got stuck with the apple logo and loading bar since  last night when i try to reset the iphone pls help thanks!

    Can you reset the phone by holding the on/off switch and home button down until your phone reboots and the Apple logo again displays?

  • I was trying to update sofwatare for my iphone 4s, i got stuck with recovery mode and only option i see is to restore from factory setting. Do i lose all the the datas ? i did't had any backup. What is a solution?

    I was trying to update sofwatare for my iphone 4s, i got stuck with recovery mode and only option i see is to restore from factory setting. Do i lose all the the datas ? i did't had any backup. What is a solution?

    If you didn't back it up, your data is gone. There is no "solution" after the fact.

  • I'm importing more than 1800 photos, and it got stuck with 382 photos left to be imported. How can I finish the import completely?

    I'm importing more than 1800 photos, and it got stuck with 382 photos left to be imported. How can I finish the import completely?

    What version of iPhoto?
    Are these photos different in any way? Black and White, for instance?
    Regards
    TD

  • Plssss help i beg all of u after hard reset my iphone got stuck with an apple symbol i thought it will get on and now the battery got empty and pressing power on button it switch on showing red battery and gets off and also its not connecting to my l

    Re: plssss help i beg all of u after hard reset my iphone got stuck with an apple symbol i thought it will get on and now the battery got empty and pressing power on button it switch on showing red battery and gets off and also its not connecting to my la
    its not connecting y?i think its software got corrupted,i think i should charge it first with a battery charger and when apple logo appears i should connect with pc,but i dont know how 2 open the back cover and how 2 remove the battery,i phone battery is removable or not?i mean it is fiz or wot?

    Recharge.  Reset.  Restore.

  • Case got stuck with SLA

    Hello, I have a weird problem with the sla and the entitlement.
    I created a calendar of working 7-15 for 5 days and a sla for 10 days.
    When I create a case with entitlement for this sla the record got stuck and won't save, I canceled all the codes and still nothing.
    Reenable the code and change the calendar to 24x7 and work great, change the sla to 9 days and again work like a charm.
    any ideas?

    I'm using the Creative Cloud application.exe that i've already downloaded, so i'm not using a broswer for installing Photoshop
    I've hard disk space, i'm not having any issue about permissions or priviliges. I'm using Win 7 64-bit
    Anyway i tried to cancel the installation and then i started it again. After aproximately 1h30 i got stuck again at 47%.
    (i'm using Italian version)
    PS: I have no internet problems.

  • TS3694 hi i recently updated into ios 7.0.4 now i want to fully restore my ipad to resell but when i restore it it got stuck with apple logo and progress bar with 45% completed as firware file is downloaded using ipad 4 wifi itunes 11.3.8

    hi i rescently updated my ipad 4 in ios 7.0.4 and for resell purpose i want to restore my ipad via itunes but it got stuck at apple logo and progress bar of 45% completed i tried it 50 times but it stuck on that exact point for hours i cant able to restore it and had no errors it just like freezes at one point i also uses dfu mode but got stuck at same problem using windows 7 32 bits itunes 11.3.8 ipad 4 wifi please help

    My iPhone 5 wouldn't start after I turned it off a few minutes after writing this. It went into recovery mode and I had no choice but to connect to iTunes on PC and restore.
    I restored to factory setting first, just to validate my phone was okay. For a second consecutive iOS update, the  iPhone 5 did not update smoothly while connected to PC and iTunes - I had to retry two times before the progress bar for the update showed. (The exact same problem with the restart occured when I updated to 7.0.4.)
    The good news is that I was ultimately able to restore the iPhone 5 to factory settings while running iOS 7.0.6. I did have a backup from about a month ago lying around and was able to successfully restore with that as well, so the damage done is almost negligible since I had my contacts, notes, mail, etc. backed up to iCloud.
    Once I completed both restores, the sync with iTunes worked fine.

  • Got stuck with the installation

    I'm downloading trial version of Photoshop using the Creative Cloud application, but i got stuck at 47%.
    I don't have any internet problems and my PC owns all prerequisites.
    Does it happen to someone else or only me?

    I'm using the Creative Cloud application.exe that i've already downloaded, so i'm not using a broswer for installing Photoshop
    I've hard disk space, i'm not having any issue about permissions or priviliges. I'm using Win 7 64-bit
    Anyway i tried to cancel the installation and then i started it again. After aproximately 1h30 i got stuck again at 47%.
    (i'm using Italian version)
    PS: I have no internet problems.

  • Item got stuck with the status of "Ready to Release"

    I have one iten with huge quantity in Sales order.. i have transacted it.. but now there is some change in qunatity .. so now i am trying to backorder this line, now when i back ordered the line... some of it`s items got stuck in the status of Ready to Release status... i have released the sales order 3 times still it`s status is not changing.. can you tell me how to solve this issue.. i want to back order the line, which is stuck in the status of Ready to Release status...it`s little urgent...
    Thanks

    Hi,
    Are there any ship sets? Is the order or order line on hold?
    How are you releasing these order lines: from Transactions form or from Release Sales Order Form? If you are using transactions form, what is your default staging sub inventory? Is your item enabled to be transacted in this sub inventory? Is the sub inventory under locator control? If so, have you defined a default stage locator?
    If you are using Release Sales Order Form, in folder Order, did you change the order parameter from “Unreleased” to “All”? Is Prior Reservations Only checked? If so, uncheck it. If it is checked; only orders with reservations will be released.
    Regards,
    Ketter Ohnes

  • In the URL bar I suddenly got stuck with a bubble of A versions that kept repeating until I restarted my iMac.

    I was entering an URL in the location bar at the top. after typing the "a" I got a pop-down bubble with various foreign language versions of a which would not close. I finally clicked a version of a, then the a started endless repeating. Forced quitting of Firefox didn't stop; the forced quit box was troublesome and then the a's started endless repeating in NeoOffice. Logging out of my account didn't help; then the a started repeating in the password field. I finally did a restart to get my system back.

    Sounds that the 'a' on your keyboard got stuck for some reason. Sometimes it helps to press such a stuck key a few times. Otherwise you may have to reboot the computer.

  • Got stuck with basic of I18N

    Hi ,
    I am using properties-files approach ie for each language
    one properties-file.
    BUT I am having this problem :
    I have ResourseBundle's base-name as "Message"
    and so 2 properties files:
    1.Message_en_US.properties
    YES=Yes
    NO=No
    2.Message_ja_JP.properties ( for Japanese)
    YES=
    NO=
    Now problem here is putting value for these keys in
    Message_ja_JP.properties
    Few queries:
    1.
    I tried to use one translator (English to Japanese)
    which gives me a String in Japanese and when i copy-paste this value to this file i get like "??" .
    Should I put this value to properties-file or I need to put
    Ascii-value of it ?
    2.
    as somebody was suggesting to encode file , then
    what will happen to KEY ?...probably i got things wrong,
    and i need to have a text-file which contains "Yes"-equivalent in Japanese....and after converting it to ascii
    we got to put in properties-file...Am I RIGHT ?
    I m bit confused...could anyone of you please tell me this in steps ?
    3. some straight sample code will help me a
    lot Please.

    thanx John and Joe for ur reply...
    I really appreciate your attention to even small details.
    Thanx a lot.
    I got native2ascii work .
    I have now one strange problem.I have 3 properties-file .
    Messages_en_US.properties:
    yesMessage=Yes
    noMessage=No
    Messages_fr_FR.properties:
    yesMessage=Oui
    noMessage=Non
    Messages_ja_JP.properties
    yesMessage=\u306f\u3044
    noMessage=\u5426
    It works fine for first two , but for japanese it gives an MissingResourceException .
    //// code :
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class I18N extends JFrame{
    String yesCaption;
    String noCaption;
    static String language;
    static String country;
    JButton yesButton,noButton;
    static public void main(String[] args) {
    if (args.length != 2) {
    System.out.println("Use :java I18N Language country");
    System.exit(1);
    language = new String(args[0]);
    country = new String(args[1]);
    I18N frame=new I18N();
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.exit(0);
    frame.setBounds(0,0,200,100);
    Font unicodeFont = new Font("LucidaSans", Font.PLAIN,12);
    frame.setFont(unicodeFont);
    frame.setVisible(true);
    }//main
    public I18N(){
    Locale locale = new Locale(language, country);
    ResourceBundle captions= ResourceBundle.getBundle("Messages",locale);
    Enumeration enum = captions.getKeys();
    String key1 = (String)enum.nextElement();
    String key2 = (String)enum.nextElement();
    System.out.println("key1 =="+key1);
    System.out.println("key2 =="+key2);
    yesCaption =captions.getString("yesMessage");
    noCaption = captions.getString("noMessage");
    yesButton = new JButton(yesCaption);
    noButton = new JButton(noCaption);
    getContentPane().add(yesButton,BorderLayout.WEST);
    getContentPane().add(noButton,BorderLayout.EAST);
    }//I18N
    //// Actually if i run with command as
    java I18N fr FR or >java I18N en US
    then Frame displays the content ( French/English) properly and I get the output as :
    ( here also why do i get key1=null ?? )
    key1 ==null
    key2 ==yesMessage
    BUT WHEN I run japanese as
    java I18N ja JPthen i get the output as follow and exception :
    (same "null" for key1 ALSO , key2 is coming with
    one space between each character !!!)
    key1 ==null
    key2 == n o M e s s a g e
    Exception in thread "main" java.util.MissingResourceException: Can't find resour
    ce for bundle java.util.PropertyResourceBundle, key yesMessage
    at java.util.ResourceBundle.getObject(Unknown Source)
    at java.util.ResourceBundle.getObject(Unknown Source)
    at java.util.ResourceBundle.getString(Unknown Source)
    at I18N.<init>(I18N.java:53)
    at I18N.main(I18N.java:28)
    I could see that it works fine for
    European languages German , French etc very fine BUT
    not for Japanese , Korean etc...
    I am simply at LOSS .
    Please tell me something on this.HOW should I achieve to display Japanese/Korean etc in the above program.
    Do i have problem with Font ? I am using "LucidaSans"
    as u can see the program.
    thanx,
    Rajesh

  • I tried to update firefox secuity this morning and got stuck with Voseran off of Mozilla site

    I went directly to Mozilla to update Firefox security settings and ended up getting the Vosteran Browser. I am pretty tech savvy and watched very closely all the stuff it was doing and never saw it coming until I rebooted and there it was. I have taken all the steps to get it removed , even removed Firefox for now. But you may want to look into this.
    It is very frustrating , I am using the paid version of AVG Ultimate ant virus and it still got by that.
    Tom C

    Firefox any version for Windows, Mac OSX and Linux from mozilla.org or by update in Firefox does not come with anything "Vosteran" related.
    Just because you see it in Firefox does not equal it must have came with Firefox from Mozilla.
    Firefox is however becoming one of the increasingly few applications that is not bundled with any thing questionable like other apps, adware, malware, viruses, trojans etc.
    Are you sure it was from mozilla.org as because if you went to a site from a search engine result it could have been a Ad link above the real search results like you can see on Google or Bing for example.
    Also download .com aka cnet is a known adware site as they use their own installer to bundle stuff with otherwise what was clean software.
    Also if it were true that Vosteran anything was included in Firefox then it would be a hot topic here, at mozillazine forums and tech sites around as anything negative about Firefox or Mozilla tends to get talked about A Lot sadly.

  • I got stuck with iMovie

    , rainbow weel is always spinning and I cannon do anything! any suggestion?

    ..me again, actually iMovie does not respond and I cannot work on it

  • Got stuck with pages

    i made a long document with Pages and want to insert a new section within this document. All the photographs and texts get jumbled up. Pages sees the document as a whole and I want to cut it into separate pages so as to insert a new section. How do I do this? Please advise, thanks!

    What version of Pages are you using?
    Don't click in any Textboxes, Shapes or Tables.
    It has to be in the document text.
    Peter

Maybe you are looking for

  • SSRS subreport with a sub-report as header on all pages

    Hello, I need some guidance on how to get a sub-report with a sub-report header and an expanding table. Please see below. This is the structure of things that I have: Main Report 1 is being invoked by ONLY Parameter 1 (User Text Box Entry). It Contai

  • Selecting nodes using an XPath expression

    Assuming that I have a DOM Document object containing a valid XML file, what is the quickest way to select a subset of nodes from the document using an XPath expression. I would like the results in either a NodeList object or another Document object.

  • Can I merge 5 single photo's to create one large landscape photo

    Hi, New to Aperture2 and was wondering if the above subject question can be done on this software?

  • Spry overlays iframe

    Is there a way to keep the spry menu on top of an iframe of swf?

  • Pid+visa

    salut, j'au un projet de régulation de niveau d'eau à l'aide de labview , mon problème consiste à utiliser le port série , en faite , aprés mettre le régulateur , la commande doit aller à l'entré du port série ,(visa write)qui envoie la commande à un