Parameter type : Integer
Default value : 0
Modifiable : No
Range of values : 0 to the maximum number of enabled threads
Real Application Clusters : If specified, multiple instances must have different values.
THREAD is a Real Application Clusters parameter that specifies the number of the redo
thread to be used by an instance.
When you create a database, Oracle creates and enables thread 1 as a public thread
(one that can be used by any instance). You must create and enable subsequent threads
using the ADD LOGFILE THREAD clause and ENABLE THREAD clause of the ALTER
DATABASE statement. The number of threads you create is limited by the
MAXINSTANCES parameter specified in the CREATE DATABASE statement.
In exclusive mode, thread 1 is the default thread. However, you can specify THREAD
for an instance running in exclusive mode if you want to use the redo log files in a
thread other than thread 1.
In parallel mode, you can specify any available redo thread number, as long as that
thread number is enabled and is not in use by another instance.
A value of zero specifies that this instance can use any available, enabled public
thread.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-979335/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-979335/
本文介绍了Oracle数据库中redo线程的配置方法及其参数设置。包括如何创建和启用redo线程,以及THREAD参数的作用和使用限制等关键信息。

被折叠的 条评论
为什么被折叠?



