Oracle HTTP Server B12255-01 Administrator's Manual page 18

10g release 1 (10.1)
Table of Contents

Advertisement

Convention
Meaning
Lowercase monospace typeface indicates
lowercase
executables, filenames, directory names,
monospace
and sample user-supplied elements. Such
(fixed-width)
elements include computer and database
font
names, net service names, and connect
identifiers, as well as user-supplied
database objects and structures, column
names, packages and classes, usernames
and roles, program units, and parameter
values.
Note: Some programmatic elements use a
mixture of UPPERCASE and lowercase.
Enter these elements as shown.
Lowercase italic monospace font
lowercase
represents placeholders or variables.
italic
monospace
(fixed-width)
font
Conventions in Code Examples
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line
statements. They are displayed in a monospace (fixed-width) font and separated
from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and
provides examples of their use.
Convention
Meaning
Brackets enclose one or more optional
[ ]
items. Do not enter the brackets.
Braces enclose two or more items, one of
{ }
which is required. Do not enter the braces.
A vertical bar represents a choice of two
|
or more options within brackets or braces.
Enter one of the options. Do not enter the
vertical bar.
xviii
Example
Enter sqlplus to open SQL*Plus.
The password is specified in the orapwd file.
Back up the datafiles and control files in the
/disk1/oracle/dbs directory.
The department_id, department_name,
and location_id columns are in the
hr.departments table.
Set the QUERY_REWRITE_ENABLED
initialization parameter to true.
Connect as oe user.
The JRepUtil class implements these
methods.
You can specify the parallel_clause.
Run Uold_release.SQL where old_
release refers to the release you installed
prior to upgrading.
Example
DECIMAL (digits [ , precision ])
{ENABLE | DISABLE}
{ENABLE | DISABLE}
[COMPRESS | NOCOMPRESS]

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Http server

Table of Contents