Skip Headers

Oracle Express Server Installation and Configuration Guide
Release 6.3.2.1 for Linux Intel

Part Number A92106-01
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to next page


Preface

This guide describes how to install, configure, and administer Oracle Express Server on Linux Intel. This preface contains the following sections:

Audience

This guide is intended for anyone installing and administering Oracle Express Server on Linux Intel.

Structure of This Document

This guide is structured as follows:

Related Documentation

The following sections provide information on related documentation.

Books

This manual is part of a documentation set that also includes the following books:

Help Files

The documentation set for Express Server also includes the following Help files:

Typographic Conventions

The following typographic conventions are used in this guide:

monospace 

Monospace type indicates UNIX commands, directory names, user names, path names, file names, and text quoted from screen output. 

italics 

Italic type indicates variables, including variable portions of file names. It is also used for emphasis. 

UPPERCASE 

Uppercase letters indicate Structured Query Language (SQL) reserved words, initialization parameters, and environment variables. 

Because UNIX is case-sensitive, conventions in this guide may differ from those used in other Oracle product documentation.

Command Syntax

All examples that show commands or file contents appear in monospace font and assume the use of the Bourne shell. The dollar prompt ($) at the beginning of the Unix command examples is the default UNIX command prompt. Do not enter it in the examples.

backslash \ 

A backslash indicates a command that is too long to fit on a single line. Enter the line as printed (with a backslash) or enter it as a single line without a backslash:
dd if=/dev/rdsk/c0t1d0s6 of=/dev/rst0 bs=10b \
count=10000
 

braces { } 

Braces indicate required items: .DEFINE {macro1} 

brackets [ ] 

Brackets indicate optional items: cvtcrt termname [outfile]

Note that brackets have a different meaning when used in regular text. 

ellipses ... 

Ellipses indicate an arbitrary number of similar items:
CHKVAL fieldname value1 value2 ... valueN 

italics 

Italic type indicates variables. Substitute a value for the variable: library_name 

vertical line | 

A vertical line indicates a choice within braces or brackets:
SIZE filesize [K|M]  


Go to previous page Go to next page
Oracle
Copyright © 2001 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents
Go To Index
Index