You can query the oracle database directly from Excel 2003, however your SQL queries are interpreted by MS Query, and because of this it is often unpleasant. I assume that the machine in question already has the ability to query your database and correctly configured the database name.
To query your database from excel 2003, you must:
Install and configure the oracle ODBC driver (you must have 32-bit drivers installed, since excel03 is a 32-bit application). ODBC can be configured at Start> Administration Tools> ODBC Data Source Administrator
Open Excel 2003 and goto data> import external data> a new database query.
This should invoke MS Query, which is an access-like interface.
Obviously, this is a very short starter to make you step in the right direction. If you have any specific questions, please comment and I will try to help you.
source share