• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle 9i to Excel Sheet

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends,

I need to put data from Oracle 9i database to an excel sheet which has a fixed format of columns. I want to update excel sheet whenever there is change in Oracle database through front-end. Please tell me what are different ways to do this and how to do the same??

Thanks.
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The easiest way might be to to use odbc.
You can use excel's Get External Data functionality to fill the spreadsheet with Oracle's data.
Excel provides a refresh button. When the user presses it, the spreadsheet is refreshed from Oracle's data.

Another way is to use Oracle Discoverer. It allows you to query the databace and export the result to excel - interactive and in batch mode.

I don't know a tool that automaticaly updates excel when Oracle data is changed.

Regards, Jan
reply
    Bookmark Topic Watch Topic
  • New Topic