Initianization Parameter (5) : THREAD
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Initianization Parameter (4) : CPU_COUNT
- Initianization Parameter (1) : DB_BLOCK_SIZEBloC
- Initianization Parameter (2) : DB_BLOCK_BUFFERSBloC
- Initianization Parameter (3) : DB_CACHE_SIZE
- Step 5: Create a Server Parameter File (Recommended) (63)Server
- Initialization Parameter Files and Server Parameter Files (287)Server
- Oracle ParameterOracle
- Required parameter $xxx follows optional parameter $yyyUI
- The SPFILE Initialization Parameter
- Sessions & Processes parameterSession
- Import parameter: STATISTICSImport
- Export Parameter : BufferExport
- Export Parameter : QueryExport
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- 使用DBMS_UTILITY.get_parameter_value檢視session的parameterSession
- Oracle Server Parameter FilesOracleServer
- What Is a Server Parameter File?Server
- Create a New Parameter ID
- 10.2.0.2 init parameter
- Export Parameter : ConsistentExport
- Export Parameter : CompressExport
- LTSPICE parameter設定
- Threadthread
- 學習動態效能表(14)--V$PARAMETER&V$SYSTEM_PARAMETER
- python parameter引數Python
- jquery pass parameter to ajax callbackjQuery
- Special Characters in Initialization Parameter Files
- Exporting the Server Parameter FileExportServer
- Errors and Recovery for the Server Parameter FileErrorServer
- skip_unusable_index parameterIndex
- BATCHSQL--GoldenGate ParameterBATSQLGo
- OPTIMIZER_MODE Initialization Parameter
- Field Parameter的設定
- (轉):學習Oracle動態效能表-(17)-v$parameter & v$system_parameterOracle
- 學習動態效能表第14篇--V$PARAMETER&V$SYSTEM_PARAMETER
- Hello,Threadthread
- Thread類thread
- Thread jointhread