Project managers spend most of their working time
producing reports, charts, graphs and calculations using the MS Excel
spreadsheet program. Working with the spreadsheets, they are faced with several
problems:
-
My spreadsheets are spread all around network servers and local
disks. - How fast and how easy is it to find them?
- Is the data secured?
- Which spreadsheet document is the most current copy?
- What if documents are deleted and then needed later?
- Who was previously working on the same spreadsheet?
-
How to notify others when a document is updated or even being
read?
Because
of this information chaos, project managers definitely need help. The Oracle
DBA is right guy to help them. The main the question, is how?
There
are a couple of the ways to approach this, and this article will explain
one of the lesser-known methods, using Oracle iFS. With iFS, Excel documents can
be stored and retrieved from the Oracle database using a secure environment.
This article covers:
-
Different
Methods to Save and Retrieve Spreadsheets from an Oracle Database -
Oracle
iFS Option -
Oracle
iFS Installation and Administration -
Practical
use for Managers - Conclusion
Different Methods to Save and
Retrieve Spreadsheets from Oracle Database
There are several methods to load data
from Excel to Oracle and vice versa. Some of the methods are widely used while others
are complicated and very seldom used.
Several of the most used "Oracle2Excel"
unload and "Excel2Oracle" load methods are:
Method |
UNLOAD Methods |
SQL |
spools |
PLSQL |
stored |
Oracle ODBC |
uses |
InterMedia |
data |
Java, C, Pro*C |
user |
Oracle Objects for OLE (OO4O) |
OLE |
MS Query |
enables native select from (Get External Data from Excel |
Excel Add-in SQL*XL |
add-in |
TOAD |
saves |
Oracle iFS |
Excel |
Several of the most used "Excel2Oracle"
load methods:
Method |
LOAD Methods (Excel |
SQLoader |
loads |
PLSQL |
uses |
External Tables (Oracle 9i) |
loads |
Oracle ODBC |
loads |
InterMedia Text |
loads |
Java, C, Pro*C |
User |
Oracle Objects For OLE |
writes |
Excel Add-in SQL*XL |
SQL*XL |
4TOPS Excel Import Assistant |
integrated |
Oracle iFS |
Excel |
Any
of these options may be used; however, the final choice depends on the customer’s
specific needs.