Results 1 to 3 of 3

Thread: Foxpro Data Conversion

  1. #1
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Foxpro Data Conversion

    How to export foxpro data into oracle9i tables?


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Foxpro Data Conversion

    You need to export the data into a .CSV file, from this you can upload to oracle table using sql loader.


  3. #3
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Foxpro Data Conversion

    U open required dbf file in excel and save as .csv ,u convert .csv file to
    oracle using sql loader.The following simple example help u

    infile 'C:\HR_EMP_LWP_TMP.csv'
    REPLACE
    into table HR_EMP_LWP_TMP
    fields terminated by ','
    (emp_NO,yr_mon,lwp) (save this file as sqlload1.ctl)

    From command prompt run

    c:\oracle\bin\sqlldr sqlload1.ctl

    note :use sqlldr path(ex c:\oracle\bin\sqlldr )


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact