If a parameter value contains a special character, then the special character must be preceded by a backslash or the entire parameter value must be enclosed in quotation marks. For example, you can specify special characters using either of the following:
DB_DOMAIN = 'JAPAN.ACME#.COM' DB_DOMAIN = JAPAN.ACME\#.COM
Table 1-1 lists the special characters you can use in initialization parameter files.
Table 1-1 Special Characters in Initialization Parameter Files
Character | Name | Description |
---|---|---|
|
Number sign |
Comment |
|
Left parenthesis |
Start list of values |
|
Right parenthesis |
End list of values |
|
Double quotation mark |
Start or end of quoted string |
|
Single quotation mark |
Start or end of quoted string |
|
Equal sign |
Separator of keyword and values |
|
Comma |
Separator of elements |
|
Minus sign |
Precedes UNIX-style keywords |
|
Backslash |
Escape character |
If a special character must be treated literally in an initialization parameter file, then it must either be preceded by the backslash character, or the entire string containing the special character must be enclosed in quotation marks.