Oracle Unified Messaging Developer's Guide
Release 2.1.2

A86093-02

Library

Solution Area

Index

Prev Next


Preface

Intended Audience

This manual is intended for Unified Messaging client developers. It provides an introduction to Unified Messaging and describes the management tasks you will perform as an Unified Messaging server administrator.

Unified Messaging Documentation

Unified Messaging documentation is available in HTML and PDF format on the CD-ROM and installs automatically during product installation. Use your Web browser to access $ORACLE_HOME/um/doc/index.html on your server. The following documents are available:

Oracle Unified Messaging Release Notes  

Oracle Unified Messaging Installation Guide  

Oracle Unified Messaging Developer's Guide 

Notation Conventions

The following notational conventions appear in this manual:

Convention  Description 

italic 

Italicized type identifies document titles. 

Monospace 

Monospace type indicates commands. 

bold 

Boldface type indicates script names, directory names, path names, and file names (for example, the root.sh script). 

UPPERCASE 

Uppercase letters indicate parameters or environment variables (for example, ORACLE_HOME). 

.
.

In code examples, vertical ellipsis points indicate that information not directly related to the example has been omitted. 

. . .  

In command syntax, horizontal ellipsis points indicate repetition of the preceding parameters. The following command example indicates that more than one input_file may be specified on the command line.

command [input_file ...] 

< > 

In command syntax, angle brackets identify variables that the user must supply. You do not type the angle brackets. The following command example indicates that the user must enter a value for the variable input_file:

command <input_file> 

[ ] 

In command syntax, brackets enclose optional clauses from which you can choose one or none. You do not type the brackets. The following command example indicates that the variable output_file is optional:

command <input_file> [output_file] 

{ } 

In command syntax, curly brackets indicate that a choice of two or more items separated by a vertical bar or pipe ( | ). You do not type the curly brackets. The following command example indicates a choice of either a or b:

command {a | b} 

$  

The dollar sign represents the shell prompt in UNIX. 


Prev Next
Oracle
Copyright © 2001 Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Index