DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Loading DBase3 files into Oracle

  1. #1
    Join Date
    Dec 2000
    Posts
    5

    Cool

    Does anyone know how to load data from a dbase3 file into oracle8-8i?

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Create a flat file out of your DB3 data and then you could use the sqlloader to load them into the table. When you create the flat file data, make a decision on whether to go for a fixed field/variable field format. For detail on sqlloader, refer

    [url]http://technet.oracle.com[/url]

    Good luck,
    Sam

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Use Perl DBI module to connect to both data sources and move the records one by one?
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width