Understanding Initialization Parameters (85)
When an Oracle instance starts, it reads initialization parameters from an initialization
parameter file. This file can be either a read-only text file, or a read/write binary file.
The binary file is called a server parameter file, and it always resides on the server. A
server parameter file enables you to change initialization parameters with ALTER
SYSTEM commands and to persist the changes across a shutdown and startup. It also
provides a basis for self-tuning by the Oracle Database server. For these reasons, it is
recommended that you use a server parameter file. You can create one from your
edited text initialization file or by using the Database Configuration Assistant.
Before you create a server parameter file, you can start an instance with a text
initialization parameter file. Upon startup, the Oracle instance first searches for a
server parameter file in a default location, and if it does not find one, searches for a
text initialization parameter file. You can also override an existing server parameter
file by naming a text initialization parameter file as an argument of the STARTUP
command .
Default file names and locations for the text initialization parameter file are shown in
the following table:
Platform Default Name Default Location
UNIX and Linux init$ORACLE_SID.ora $ORACLE_HOME/dbs
Windows init%ORACLE_SID%.ora %ORACLE_HOME%database
引數化引數檔案
1. 使用spfile
2. Windows下預設的位置和名稱為%ORACLE_HOME%database : init%ORACLE_SID%.ora
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-995837/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Other SGA Initialization Parameters (96)
- Setting the Buffer Cache Initialization Parameters (108)
- The DB_nK_CACHE_SIZE Initialization Parameters (110)
- 驗證一個和 initialization parameters pfile有關的052考試題
- Initialization
- JVM parametersJVM
- list initialization
- v$nls_parameters和nls_database_parametersDatabase
- Oracle Parallel ParametersOracleParallel
- The SPFILE Initialization Parameter
- Understanding Service Types
- TypeError: object() takes no parametersErrorObject
- Oracle Hidden ParametersOracle
- Unix kernel parameters for OracleOracle
- Understanding JSON SchemaJSON
- Understanding Delegated JavaScript EventsJavaScript
- Understanding Parallel Execution PlanParallel
- [翻譯] Understanding deletedelete
- Understanding RabbitMQ Exchange & QueueMQ
- 初始化 (Initialization)
- Globalization Support Parameters in Views (178)View
- Understanding Linux CPU statsLinux
- Understanding React `setState` 翻譯React
- Understanding the CREATE DATABASE Statement (69)Database
- Understanding Buffer Overflow Bugs
- Special Characters in Initialization Parameter Files
- SKIP_UNUSABLE_INDEXES InitializationIndex
- OPTIMIZER_MODE Initialization Parameter
- Oracle cascading standby ParametersOracle
- File hash GET parameters for Django staticfilesDjango
- How to Change RabbitMQ Queue Parameters in Production?MQ
- SpringCloud-85SpringGCCloud
- 每日導數85
- Understanding HBase and BigTable 譯文
- 【譯】Understanding NodeJS Event LoopNodeJSOOP
- Understanding Swing’s Model (轉)
- [VRDevice] Initialization of device oculus failed.VRdevAI
- Rules Governing Initialization Parameter FilesGo