|
Release 7.0
Part No. A41981-1
Copyright 1991, 1996 Oracle Corporation.
All rights reserved.
IMPORTANT - READ CAREFULLY BEFORE VIEWING AND/OR USING THIS DOCUMENTATION IN ANY WAY. NO PART OF THIS DOCUMENTATION MAY BE REPRODUCED OR TRANSMITTED IN ANY FORM OR BY ANY MEANS, ELECTRONIC OR MECHANICAL, FOR ANY PURPOSE, WITHOUT THE EXPRESS WRITTEN PERMISSION OF ORACLE CORPORATION.
This software contains proprietary information of Oracle Corporation; it is provided under a license agreement containing restrictions on use and disclosure and is also protected by copyright law. Reverse engineering of the software is prohibited.
The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. Oracle Corporation does not warrant that this document is error free.
Restricted Rights Legend Programs delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the programs shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, programs delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the programs shall be subject to the restrictions in FAR 52.227-14, Rights in Data---General, including Alternate III (June 1987). Oracle Corporation, 500 Oracle Parkway, Redwood City, CA 94065.
The programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, back up, redundancy and other measures to ensure the safe use of such applications if the programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the programs.
Oracle, Secure Network Services, and SQL*Net are registered trademarks of Oracle Corporation, Redwood City, California. Rdb7, Oracle Rdb, Oracle Trace, and Oracle SQL/Services are trademarks of Oracle Corporation, Redwood City, California.
All other company or product names are used for identification purposes only, and may be trademarks of their respective owners.
Oracle Corporation welcomes your comments and suggestions on the quality and usefulness of this publication. Your input is an important part of the information used for revision.
You can send comments to us in the following ways:
Oracle Corporation Oracle Rdb Documentation One Oracle Drive Nashua, NH 03062 USA
If you like, you can use the following questionnaire to give us feedback. (Edit the online release notes file, extract a copy of this questionnaire, and send it to us.)
If you find any errors or have any other suggestions for improvement, please indicate the chapter, section, and page number (if available).
Oracle Rdbtm is a general-purpose database management system based on the relational data model.
Oracle SQL/Servicestm, a client/server component of Oracle Rdb, enables a client application program invoked on a client computer running on a supported operating system or transport, to access Oracle Rdb databases and other databases supported by SQL on a Digital UNIX or OpenVMS server system. See the overview chapter for a complete list of supported clients.
This manual describes how to develop Oracle SQL/Services client application programs.
This manual is written primarily for experienced applications programmers; however, some sections are intended for the system manager responsible for maintaining and fine-tuning . Both programmers and system managers should read Chapter 1 for a recommended approach to the material in this guide and a discussion of the pertinent sections. In addition, system managers should refer to the Oracle SQL/Services Installation Guide, which provides information important to the installation of an Oracle SQL/Services system, and to the Oracle SQL/Services Server Configuration Guide, which provides information important to the configuration and maintenance of an Oracle SQL/Services system.
You can find information about the versions of the operating system and optional software that are compatible with this release of Oracle Rdb and Oracle SQL/Services in the Oracle Rdb7 Installation and Configuration Guide and the Oracle SQL/Services Installation Guide, and also in the Oracle Rdb7 Release Notes and the Oracle SQL/Services Release Notes.
Contact your Oracle® Corporation representative if you have other questions about compatibility.
This manual contains the following chapters and appendix.
| Chapter 1 | Introduces . Provides a reading path for programmers and system managers. |
| Chapter 2 | Provides a condensed discussion of dynamic SQL, API routines, data structures, recommendations for API development, and API application linking. |
| Chapter 3 | Provides guidelines for application development using the sample application. |
| Chapter 4 | Explains how to enhance application performance. |
| Chapter 5 | Describes execution logging and how to use it for debugging and monitoring application performance. |
| Chapter 6 | Presents detailed reference descriptions of the API routines. |
| Chapter 7 | Presents detailed reference descriptions of the data structures. |
| Chapter 8 | Describes the data types used in . |
| Appendix A | Lists and describes the deprecated features for Oracle SQL/Services V4.1 and higher. |
For more information, see the other manuals in this documentation set, especially the following:
The Oracle SQL/Services Release Notes and the Oracle Rdb7 Release Notes are provided only as part of the software kit. PostScript and .TXT source files for these release notes are available in SYS$HELP on OpenVMS systems and in /usr/lib/dbs/sqlsrv/v70/doc on Digital UNIX systems.
In this manual, Oracle Rdb refers to Oracle Rdb for OpenVMS and software. Release 7.0 of Oracle Rdb software is often referred to as V7.0.
The SQL interface to Oracle Rdb is referred to as SQL. This interface is the Oracle Rdb implementation of the SQL standard ANSI X3.135-1992, ISO 9075:1992, commonly referred to as the ANSI/ISO SQL standard or SQL92.
Oracle ODBC Driver for Rdb software is referred to as the ODBC driver.
OpenVMS means both the OpenVMS Alpha and the OpenVMS VAX operating systems.
The following conventions are also used in this manual:
|
.
. . |
Vertical ellipsis points in an example mean that information not directly related to the example has been omitted. |
| [ ] | Brackets enclose optional clauses from which you can choose one or none. |
| $ | The dollar sign represents the DIGITAL Command Language prompt in OpenVMS and the Bourne shell prompt in Digital UNIX. |
| % | The percent sign represents the Digital UNIX default user prompt. |
| boldface text | Boldface type in text indicates a term defined in the text. |
| e, f, t | Index entries in the printed manual may have a lowercase e, f, or t following the page number; the e, f, or t is a reference to the example, figure, or table, respectively, on that page. |
Some Oracle SQL/Services terminology in this manual has changed effective with release 7.0 of Oracle SQL/Services. The revised terminology reflects changes in the current server architecture compared to the original Oracle SQL/Services architecture, and makes terminology consistent on Digital UNIX and OpenVMS platforms.
These terminology changes are made throughout this manual.
This section lists some of the new and changed features described in this manual since it was last revised with Version 6.1. The Oracle SQL/Services Release Notes and Oracle Rdb7 Release Notes provide information on all the new features and technical changes included in release 7.0. The major new features described in this manual include the following:
Technical changes have been made where necessary to provide technical clarifications, to fix errors of omission, and to make corrections.
|
Copyright ©1996, Oracle Corporation All rights reserved.