MSOrcl OLEDBreadme
MSOrcl OLEDBreadme
--------
CONTENTS
--------
1. PRODUCT DESCRIPTION
2. SYSTEM REQUIREMENTS
3. TECHNICAL NOTES
4. KNOWN LIMITATIONS
----------------------
1. PRODUCT DESCRIPTION
----------------------
This provider enables OLE DB consumers to access Oracle data sources.
It was implemented with the Microsoft Data Access Components version 2.0. (The
provider's version number matches the Data Access version number.)
----------------------
2. SYSTEM REQUIREMENTS
----------------------
The Microsoft OLE DB Provider for Oracle provides access to Oracle databases
(version 7.3 or version 8) using the Oracle Client Software, version 7.3.3.4.0 or
greater, or version 8.0.4.1.1c. The client software must be installed on the
client machine. This provider has been tested primarily with Oracle Client
Software version 7.3.3.4.0 and SQL*Net version 2.3.3.0.4. When upgrading an Oracle
client, it is important both to install the client upgrade and to apply the
"Required Supporting Files" that ship with the Server patch.
For more information about Oracle products, refer to your Oracle documentation
set.
------------------
3. TECHNICAL NOTES
------------------
None
--------------------
4. KNOWN LIMITATIONS
--------------------
a) This provider does not support the {resultset} escape implemented by the
Microsoft ODBC Driver for Oracle.
c) In Oracle version 8, the maximum size of a VARCHAR column has increased from
2000 to 4000 bytes. The Oracle 7.3.x client software has no way to bind a
parameter value larger than 2000 bytes. Therefore, if you create a table with a
VARCHAR column of larger than 2000 bytes, you will be unable to perform
parameterized inserts, updates, deletes, and queries against it with data that
exceeds the 2000-byte limit of the client software. Because both the ODBC Driver
for Oracle and the OLE DB Provider for Oracle use parameterized inserts, updates,
deletes, and queries, they will report ORA-01026 errors in this case. Data that is
within the limits enforced by the Oracle client software will work properly. The
workaround is to update your client software to Oracle 8 (8.0.4.1.1c or higher).