This is another example of a conceptual, rather than procedural, topic. It doesn't tell the user how to do something, but describes and compares two processes.
Two Processes for Sending and Loading Data
Billers may send their bill data to iBP as ASCII files, which you load using the SQL*Loader, or in OFX format over HTTP. The data loading method affects your system performance. The information below describes and compares these two data loading methods.
Two Acceptable Formats
Billers may have legacy bill data from various sources and in a
variety of formats. To load this data into the iBP system, the biller or the site
administrator must translate the bill data into one or the other of the following formats:
If necessary, this can be done using third-party translators or extractors.
File-based Loading Using the SQL*Loader
The SQL*Loader is a database utility that is part of Oracle 8.0. It loads data
from external files into tables in an Oracle database. If the biller's data is
in the form of ASCII files or printstream:
HTTP-based Loading Using OFX
OFX (Open Financial Exchange) is a standard method for exchanging financial
data and instructions between customers and financial institutions over HTTP
connections on the internet. OFX enables institutions to connect directly to their
customers or to other institutions without any intermediaries. It uses widely
accepted open standards for data formatting, connectivity, and security.
If the biller's data is already in OFX format, the biller may choose not to
spend the time on conversion to iBP’s custom format.
Comparing the Two Methods
The speed at which you can load bill detail data into iBP depends on which
data loading method you use. The SQL*Loader will be your most common method of
loading bill data. Billers will use OFX only in cases where their data is already
in OFX format for reasons external to their relationship with your
organization, or where automation is a higher priority than performance.
Data Loading Methods Diagram
|