Oracle Provider for OLE DB User's Guide Release 8.1.7 Part Number A85259-01 |
|
Based on an open standard, Oracle Provider for OLE DB (OraOLEDB) allows access to Oracle databases. This documentation describes OraOLEDB's provider-specific features and properties. This Preface includes the following sections:
This guide provides a description of the provider-specific features supported by Oracle Provider for OLE DB (OraOLEDB).
Generic OLE DB information can be found in OLE DB Programmer's Reference, which is a part of the OLE DB SDK provided by Microsoft. Information about OLE DB and the OLE DB SDK is available at:
http://www.microsoft.com/data/oledb/
This guide is intended for programmers developing applications to access an Oracle database using Oracle Provider for OLE DB. This documentation is also valuable to systems analysts, project managers, and others interested in the development of database applications.
This document assumes that you are familiar with OLE DB and have a working knowledge of application programming using Microsoft C/C++, Visual Basic, or ActiveX Data Objects (ADO). In addition, some sections of this guide also assume a knowledge of the basic concepts of object-oriented programming. Knowledge of Component Object Model (COM) concepts are also useful.
Readers should also be familiar with the use of Structured Query Language (SQL) to access information in relational database systems. For information about SQL, refer to Oracle8i SQL Reference and PL/SQL User's Guide and Reference. For information about basic Oracle concepts, see Oracle8i Concepts.
This guide contains the following chapters and appendices:
This chapter discusses OLE DB, Oracle Provider for OLE DB (OraOLEDB), requirements, and installation.
This chapter discusses OraOLEDB components and describes how to use OraOLEDB to develop consumer applications.
This appendix discusses OLE DB information that is specific to Oracle Provider for OLE DB.
The following conventions are used in this guide.
Convention | Example | Meaning |
---|---|---|
All uppercase plain |
SQL> ALTER DATABASE |
Indicates command names, SQL reserved words, and keywords. |
Italic |
Italic is used to indicate a variable:
|
Indicates a value that you must provide. For example, if a command asks you to type filename, you enter the actual name of the file. Italic is also used for emphasis in the text and to indicate the titles of other guides. |
square brackets [ ] |
|
Encloses optional items. For example, when you create an Optimal Flexible Architecture (OFA)-compliant Oracle home directory, you can place an optional pathname before the Square brackets also indicate a function key, for example [Enter]. |
C:\> |
C:\ORACLE> |
Represents the Windows platforms command prompt of the current hard disk drive. Your prompt may differ and may, at times, reflect the subdirectory in which you are working. Referred to as the MS-DOS command prompt in this guide. |
Backslash (\) before a directory name |
|
Indicates that the directory is a subdirectory of the root directory. |
oracle_home and oracle_base |
Go to the |
In this Optimal Flexible Architecture (OFA)-compliant release, all subdirectories are no longer under a top level
If you install Oracle8i release 8.1.7 on a computer where there is no other Oracle software on the computer, the default settings for the first Oracle home directory is All directory path examples in this guide follow OFA conventions. For more information on OFA, see Oracle8i Administrator's Guide for Windows NT. |
HOME_NAME |
OracleHOME_NAMETNSListener |
Represents the Oracle home name. The home name can be up to sixteen alphanumeric characters. The only special character allowed in the home name is the underscore. |
HOMEID |
HOME0, HOME1, HOME2 |
Represents a unique registry subkey for each Oracle home directory in which you install products. A new HOMEID is created and incremented each time you install products to a different Oracle home directory on one machine. Each HOMEID contains its own configuration parameter settings for installed Oracle products. |
Symbols |
parentheses () |
Symbols other than brackets and vertical bars must be entered in commands exactly as shown. |
This guide is part of a larger library of Oracle documentation. The Oracle documentation library consists of two types of documentation:
For more information, see the following guides.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|