home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2685 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.5 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!infocom!idixon
  2. From: idixon@infocom.UUCP (Ian Dixon)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: Importing files from LOTUS
  5. Message-ID: <582@infocom.UUCP>
  6. Date: 5 Jan 93 21:39:10 GMT
  7. References: <31379@nntp_server.ems.cdc.com>
  8. Organization: INFOCOM Public Unix Server, +44 [0] 734 340055
  9. Lines: 28
  10. X-Newsreader: TIN [version 1.1 PL7]
  11.  
  12. Richard Snyder (rsnyder@ems.cdc.com) wrote:
  13. > We have an application that requires data to be imported to Oracle 
  14. > tables from a LOTUS spreadsheet.  I don't believe there is any
  15. > Oracle utility to do this. However, I would like the benefit of others
  16. > experience as to how to go about this. The following comes to mind:
  17. > 1) Are there any Oracle utilities to do the import written by 
  18. > A   Oracle, LOTUS or others?
  19.  
  20. The version of the Oracle toolset that I use (PC version 6 point something) 
  21. has a utility called (I think ) 123prep.com . I've not used it but as far as 
  22. I recall it pre-processes Lotus files into a format suitable for SQL*Loader. 
  23. This might do the trick.
  24.  
  25. > 2) If not what is the best approach to import the LOTUS data?
  26. >    a) Write a script in LOTUS to do the import directly.
  27. >    b) Put the LOTUS data into a flat file and then reformat the flat
  28. >       file to an Oracle Import format.
  29. >    c) Some other method.
  30.  
  31. You could always right the LOtus data to an ASCII file - either fixed-frmat 
  32. or comma-delimited then use SQL*LOader to bring this into your database.
  33.  
  34. Hope this is some help
  35.  
  36. Regards
  37.  
  38. Ian
  39.