home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1165 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. From: kjou@us.oracle.com (Kathy Jou)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: How to create ORACLE tables using data from a file?
  5. Message-ID: <1992Jul30.003649.29429@oracle.us.oracle.com>
  6. Date: 30 Jul 92 00:36:49 GMT
  7. References: <1992Jul28.213101.2345@ms.uky.edu>
  8. Sender: Kathy Jou
  9. Organization: Oracle Corporation, Redwood Shores CA 94065
  10. Lines: 18
  11. Nntp-Posting-Host: hqpyr1.us.oracle.com
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15.  
  16. In article <1992Jul28.213101.2345@ms.uky.edu> skaul@ms.uky.edu (Sanjay Kaul) writes:
  17. >I have to create ORACLE DATABASES from user files.
  18. >One file contains database description. So the CREATE TABLE command
  19. >has to execute using a file.
  20. >Another file contains raw data(tuples) to be inserted in the TABLE
  21. >created above.
  22. >
  23. >Hence the database structure has to be created from the file and
  24. >then this database has to be filled(with rows) using another file.
  25. >
  26.  
  27. I would recommend SQ*Loader, which allows syntax for table creation in the
  28. control file.  Take a look at the ORACLE RDBMS Utilities User's Guide.
  29.  
  30.  
  31. -- Kathy Jou
  32. -- Oracle Corporation
  33.  
  34.