Rules Governing Initialization Parameter Files

The following rules govern the specification of parameters in initialization parameter files:
■ An initialization parameter file should contain only parameters and comments. A
pound sign (#) starts a comment line. The rest of the line is ignored.
■ You can specify parameters in any order.
■ Case (upper or lower) in filenames is significant only if case is significant on the
host operating system.
■ To enter several parameters on one line, use spaces between parameter names and
values, as in the following example:
PROCESSES = 100 CPU_COUNT = 1 OPEN_CURSORS = 10
■ Some parameters, such as ROLLBACK_SEGMENTS, accept multiple value entries.
Enter multiple values enclosed in parentheses and separated by commas. For
example:
ROLLBACK_SEGMENTS = (SEG1, SEG2, SEG3, SEG4, SEG5)
Alternatively, you can enter multiple values without parentheses and commas. For
example:
ROLLBACK_SEGMENTS = SEG1 SEG2 SEG3 SEG4 SEG5
Either syntax is valid.
If you enter values for one parameter in multiple entries, then the entries must be
on consecutive lines. If they are not, then the first entry will not be processed
properly. For example, in the following entry the setting for SEG3 and SEG4 will
override the setting for SEG1 and SEG2:
ROLLBACK_SEGMENTS = SEG1 SEG2
OPEN_CURSORS = 10
ROLLBACK_SEGMENTS = SEG3 SEG4
■ A backslash (), also known as an escape character, indicates continuation of the
parameter specification. If a backslash continues a line, then the continued line
must have no leading spaces. For example:
ROLLBACK_SEGMENTS = (SEG1, SEG2,
SEG3, SEG4, SEG5)
■ You can use the IFILE initialization parameter to embed the contents of another
initialization parameter file into the current initialization parameter file.
■ Enclose in quotation marks any parameter values that contain spaces or tabs. You
can use either single or double quotation marks unless otherwise indicated. For
example:
NLS_TERRITORY = 'CZECH REPUBLIC'
■ Enclose in quotation marks any parameter value that contains a special character.[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-1005015/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10599713/viewspace-1005015/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值