If anyone is using older Oracle drivers, pre-Oracle 8, this may help you. Many of my company's processes involving Alpha depend on connecting to Oracle databases and copying information to Alpha tables for manipulation. With pre-version 8 drivers we had to log in to Oracle, at every step accessing an Oracle table, to perform all functions. This log in procedure was even required to browse an ODBC linked table (the native Oracle table). Additionally, there were unintelligible alerts that had to be acknowledged when the operations had completed.

We had learned to live with this behavior but discovered last Friday that using the newest drivers, the log in is "remembered" from the process of attaching the table to Alpha and the alerts are gone. We will now be able to redesign our import process to run seamlessly (not logging in and answering alerts) without operator intervention.

Hooray!