|
Likely, the best way to pull the Lotus data in would be to save the
workbooks (one sheet at a time) to CSV (comma separated) or tab delimited
text files. Once you have the data in that format, you can use SQL*Loader
to "import" the data.
In Oracle, you'd first need to create the tables with columns that match the
workbooks you wish to bring into Oracle. Then after you've saved the
workbooks as CSV or TXT files, you can have SQL*Loader do the work of
loading the data into the tables. If you need assistance with how to use
SQL*Loader, see the Oracle8 Utilities document. For More Information
- What do you think about this answer? E-mail the editors at editor@searchDatabase.com with your feedback.
- The Best Oracle Web Links: tips, tutorials, scripts, and more.
- Have an Oracle or SQL tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical Oracle and SQL questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, Oracle, SQL Server, DB2, metadata, object-oriented and data warehousing gurus are waiting to answer your toughest questions.
|