Oracle Call Interface Getting Started for Windows Platforms
Release 8.0

A54626_01

Library

Product

Contents

Index

Prev Next


Preface

This guide supplements the Programmer's Guide to the Oracle Call Interface Vols I & II with Windows NT/95-specific information.

Audience

This Guide is necessary if you are installing or using Oracle Call Interface for Windows NT/95.

Conventions Used in this Guide

In examples, an implied carriage return occurs at the end of each line, unless otherwise noted. You must press the Return key at the end of a line of input.

The following conventions are used in this manual:

Convention   Meaning  

Monospace text  

Indicates text that must be typed exactly as shown.

set echo off  

All uppercase plain  

Indicate command names, SQL reserved words and keywords as in ALTER DATABASE.

All uppercase plain is also used for directory names and file names.

ORANT\DATABASE\INITORCL.ORA  

Italics  

Indicate a value that you must provide. For example, if a command asks you to type filename, you must type the actual name of the file.

Italics are also used for emphasis in the text and to indicate the titles of other manuals.  

Horizontal ellipsis . .  

Indicate that parts of the statement or command not directly related to the example have been omitted.

CHKVAL fieldname value 1 value 2... valueN  

Vertical bar |  

Represents an `or' option between several options. You must enter only one of the options. Do not enter the vertical bar. The set of alternative choices is enclosed by curly braces if one of the items is required, or by square brackets if the item is an optional alternative.  

Curly braces {}  

Enclose required items. You must choose one of the alternatives.

..DEFINE { macro1 | macro2 }  

Square brackets [ ]  

Enclose optional items. You can choose one or none of the alternatives.

cvtcrt termname [outfile]

Square brackets also indicate a function key, for example [Enter].  

C:\>  

Represents the Windows NT command prompt of the current hard disk drive. Your prompt may differ and may, at times, reflect the subdirectory in which you are working.  

Backslash (\) before a directory name  

Indicates that the directory is a subdirectory. For example, \DATABASE.  

Symbols  

Symbols other than brackets and vertical bars must be entered in commands exactly as shown.  




Prev

Next
Oracle
Copyright © 1997 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index