Oracle Audio Technologies A86828-01 Server User Manual


 
x
The term, Oracle Server, refers to the database server product from Oracle
Corporation.
The term, oracle, refers to an executable or account by that name.
The term, oracle, refers to the owner of the Oracle software.
Oracle Services and Support
A wide range of information about Oracle products and global services is available
from:
http://www.oracle.com
The sections below provide URLs for selected services.
Oracle Support Services
Technical Support contact information worldwide is listed at:
http://www.oracle.com/support
Templates are provided to help you prepare information about your problem before
you call. You will also need your CSI number (if applicable) or complete contact
details, including any special project information.
italics file1 Identifies a variable in text; replace this place
holder with a specific value or string.
angle brackets <filename> Identifies a variable in code; replace this
place holder with a specific value or string.
courier owsctl start wrb Text to be entered exactly as it appears. Also
used for functions.
square brackets [-c string]
[on|off]
Identifies an optional item.
Identifies a choice of optional items, each
separated by a vertical bar (|), any one
option can be specified.
braces {yes|no} Identifies a choice of mandatory items, each
separated by a vertical bar (|).
ellipses n,... Indicates that the preceding item can be
repeated any number of times.
Convention Example Explanation