Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Help with Oracle
>-----Original Message-----
>From: Sanjay Kumar [mailto:ora_user_at_hotmail.com]
>Sent: lundi, 5. mars 2001 17:40
>
>I want to display the data from few tables into Excel sheet.
>How do I do that?
What version of Oracle? What version of Excel? You should be able to use an ODBC connection to an Oracle database to achieve what you want. Go into "control panels" and look for "data sources (ODBC)". (You might find it in "Administrative Tools" depending on your version of Windows). Add a DSN (data source name) that uses the Oracle ODBC driver (you can find the Oracle ODBC driver on the Oracle client software CD). Under "Data source Name" type in an alias for the database (that can be whatever you want.) Under "Service Name" put in the name of the service as it appears in your tnsnames.ora configuration file. Then in Excel, use "Data -> Get External Data -> New Database Query" or the appropriate menu command for your version of Excel.
Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com
Received on Mon Mar 05 2001 - 21:22:00 CST