dotConnect for Oracle Documentation
In This Topic
    Oracle TimesTen Support
    In This Topic

    TimesTen is an in-memory full-featured relational database management system, sharing many features of Oracle Database, supporting persistence and recoverability.

    As an in-memory database, TimesTen provides high performance and very low response times and is widely used in communications, financial services, web applications.

    Connecting to Oracle TimesTen Database

    dotConnect for Oracle supports Oracle TimesTen in the OCI connection mode. To connect to Oracle TimesTen database you must install TimesTen Data Manager or TimesTen Client on your computer. TimesTen must be installed with the PL/SQL option, and PL/SQL must be enabled.

    After this you need to create an ODBC Data Source, connecting to the necessary TimesTen database. Don't forget to set the PLSQL connection attribute to 1.

    You may either add the corresponding entry to the Oracle Client tnsnames.ora file, and specify the created tnsname as the Data Source or Server or Host connection string parameter, or use the easy connect naming method to connect to an Oracle TimesTen database.

    For easy connect naming method, the Data Source or Server or Host connection string parameter must be specified in the following format: "<host>/<service_name>:<server>", where:

    TimesTen Support Limitations

    There are the following limitations for TimesTen connections:

    The following Entity Framework features are not supported for TimesTen databases:

    See Also

    OracleCommand Class  | OracleConnection Class