Requirements and Prerequisites for Using ODP.NET with TimesTen
This section lists requirements to use ODP.NET for TimesTen.
-
You must install TimesTen client on the client system. TimesTen is not provided with ODP.NET or OCI.
-
PL/SQL must be installed and enabled, which is always the case in TimesTen.
-
ODP.NET 19c for TimesTen depends on Oracle Call Interface (OCI) support for TimesTen and requires the version of OCI that is provided with ODP.NET 19c releases, not the version provided with TimesTen.
Also see Post-Installation Path Considerations.
Note:
-
For reference, the OCI version provided with TimesTen is under the
tt_installation_dir
\ttoracle_home
directory, wherett_installation_dir
is the TimesTen installation root directory. Do not use this version for ODP.NET applications. -
There is no issue in using the TimesTen version of OCI for OCI or Pro*C/C++ programs that do not use ODP.NET.
-
-
Requirements for the execution environment to use ODP.NET with Oracle Database apply to using ODP.NET with TimesTen as well. Refer to Oracle Data Provider for .NET Developer's Guide.