Sunday
Nov212010
Part Two - E-mail Oracle query results in a spreadsheet
Sunday, November 21, 2010 at 9:43PM
Here's a simple way to e-mail Oracle query results in a spreadsheet.
I wanted to make this script a bit more mature prior to posting, but sadly haven't had the time. There's two main things you'll need to look at prior to adopting this in your environment:
- 1. The code sample accommodates a resultset of only four columns (ColumnA, ColumnB, ColumnC, and ColumnD).
- 2. It will output to a .csv attachment. In our environment this defaults to open in Excel, so its works out very nicely.

Reader Comments