Table of Contents
- List of Figures
- List of Tables
- Title and Copyright Information
- Preface
- Changes in ODBC Developer's Guide
- 1 Introduction to the Oracle Database ODBC Driver
-
2
Getting Started
- 2.1 Summary of Steps
- 2.2 Installation
- 2.3 Configuration
- 2.4 Patching Oracle Instant Client ODBC
- 2.5 Uninstallation
- 3 Basic Connection Steps
- 4 Using the Oracle Database ODBC Driver
-
5
Oracle Database ODBC Driver for
Programmers
- 5.1 Format of the Connection String
- 5.2 SQLDriverConnect Implementation
- 5.3 Reducing Lock Timeout in a Program
- 5.4 Linking with odbc32.lib (Windows) or libodbc.so (UNIX)
- 5.5 Information about ROWID
- 5.6 ROWID in a WHERE Clause
- 5.7 Enabling Result Sets
- 5.8 Enabling EXEC Syntax
- 5.9 Enabling Event Notification for Connection Failures in an Oracle RAC Environment
- 5.10 Using Implicit Results Feature through ODBC
- 5.11 About Supporting Oracle TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE Column Type in ODBC
- 5.12 About the Effect of Setting ORA_SDTZ in Oracle Clients (OCI, SQL*Plus, Oracle Database ODBC Driver, and Others)
- 6 Supported Functionality
- 7 Unicode Support
- 8 Performance and Tuning
- A.1 Appendix: Unsupported Features and Known Issues
- Index