What Is a Server Parameter File?
A server parameter file can be thought of as a repository for initialization parameters
that is maintained on the machine running the Oracle Database server. It is, by design,
a server-side initialization parameter file. Initialization parameters stored in a server
parameter file are persistent, in that any changes made to the parameters while an
instance is running can persist across instance shutdown and startup. This
arrangement eliminates the need to manually update initialization parameters to make
persistent any changes effected by ALTER SYSTEM statements. It also provides a basis
for self-tuning by the Oracle Database server.
A server parameter file is initially built from a text initialization parameter file using
the CREATE SPFILE statement. (It can also be created directly by the Database
Configuration Assistant.) The server parameter file is a binary file that cannot be
edited using a text editor. Oracle Database provides other interfaces for viewing and
modifying parameter settings in a server parameter file.
When you issue a STARTUP command with no PFILE clause, the Oracle instance
searches an operating system–specific default location for a server parameter file from
which to read initialization parameter settings. If no server parameter file is found, the
instance searches for a text initialization parameter file. If a server parameter file exists
but you want to override it with settings in a text initialization parameter file, you
must specify the PFILE clause when issuing the STARTUP command.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002553/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Exporting the Server Parameter FileExportServer
- Errors and Recovery for the Server Parameter FileErrorServer
- Migrating to a Server Parameter FileServer
- Step 5: Create a Server Parameter File (Recommended) (63)Server
- Initialization Parameter Files and Server Parameter Files (287)Server
- Oracle Server Parameter FilesOracleServer
- What is dbo in SQL Server?SQLServer
- Step 3: Create the Initialization Parameter File (61)
- What is the difference between application server and web server?APPServerWeb
- PostgreSQL DBA(153) - pgAdmin(log_XXX parameter:what)SQL
- Backing Up Server Parameter Files with RMANServer
- SQL SERVER – Attach mdf file without ldf file in DatabaseSQLServerDatabase
- OGG-01453 Database login information not specified in parameter fileDatabaseORM
- What is the $ORACLE_HOME/dbs/hc_<ORACLE_SID>.dat fileOracle
- 【分散式計算】MapReduce的替代者-Parameter Server分散式Server
- oracle parallel並行_引數parameter_parallel_max_serverOracleParallel並行Server
- MySQL server PID file could not be found!MySqlServer
- GoldenGate - What is supported and what is not ....Go
- The server quit without updating PID fileServerUI
- What is it?
- LRM-00109: could not open parameter file '/u01/.../dbs/initshdb.ora'
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Description of restoring file and filegroup backups in SQL ServerRESTSQLServer
- Oracle ParameterOracle
- Required parameter $xxx follows optional parameter $yyyUI
- What is WebpackWeb
- What is Babel?Babel
- What is MySQL?MySql
- What is Gravity
- what is life?
- What is wrong?
- WebLogic啟動報Could not get the server file lockWebServer
- 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