Step 5: Create a Server Parameter File (Recommended) (63)
Oracle recommends that you create a server parameter file. The server parameter file
enables you to change initialization parameters with database commands and persist
the changes across a shutdown and startup. You create the server parameter file from
your edited text initialization file.
The following script creates a server parameter file from the text initialization
parameter file and writes it to the default location. The script can be executed before or
after instance startup, but after you connect as SYSDBA. The database must be
restarted before the server parameter file takes effect.
-- create the server parameter file
CREATE SPFILE='/u01/oracle/dbs/spfilemynewdb.ora' FROM
PFILE='/u01/oracle/admin/initmynewdb/scripts/init.ora';
SHUTDOWN
-- the next startup will use the server parameter file
EXIT
第五步 : 建立服務引數檔案
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-995587/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Step 3: Create the Initialization Parameter File (61)
- What Is a Server Parameter File?Server
- Exporting the Server Parameter FileExportServer
- Errors and Recovery for the Server Parameter FileErrorServer
- Migrating to a Server Parameter FileServer
- Step-By-Step Guide To Create Physical Standby On Normal File System For ASM Primary using RMANGUIIDEORMASM
- Create a New Parameter ID
- Initialization Parameter Files and Server Parameter Files (287)Server
- Step by Step Guide on How to Create Logical Standby [ID 738643.1]GUIIDE
- Step 7: Issue the CREATE DATABASE Statement (65)Database
- Step 8: Create Additional Tablespaces (66)
- Oracle Server Parameter FilesOracleServer
- Step By Step Guide To Create Physical Standby Database Using RMAN [ID 469493.1]GUIIDEDatabase
- Step by Step 安裝 BizTalk Server 2009Server
- Step by Step TimesTen ----- 配置client-server連線clientServer
- Team Foundation Server 2005 (Chs) Setup Step by StepServer
- Backing Up Server Parameter Files with RMANServer
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- ftp_rawlist: Unable to create temporary file.FTP
- Using Create directory & UTL_FILE in OracleOracle
- MM-step to create a new material type/valuation cloass//account category referenceGo
- Initianization Parameter (5) : THREADthread
- Unable to create index.lock File exists錯誤Index
- SQL SERVER – Attach mdf file without ldf file in DatabaseSQLServerDatabase
- SQL Server 2012 Always on Availability Groups安裝Step by step 2SQLServerAI
- Sanic create_server() 方法/函式Server函式
- Establishing SSL connection without server's identity verification is not recommended.ServerIDE
- 2.4.6 Step 5: (Windows)建立例項Windows
- ORA-19504: failed to create file "" 一則案例AI
- can't create PID file問題處理
- OGG-01453 Database login information not specified in parameter fileDatabaseORM
- MongoDB server returned error on SASL authentication step: BSON field 'saslCoMongoDBServerError
- create adapative server碰到的問題Server
- 【分散式計算】MapReduce的替代者-Parameter Server分散式Server
- oracle parallel並行_引數parameter_parallel_max_serverOracleParallel並行Server
- no- valid devices were found on which to create new file systemsdev
- React Step by StepReact
- ORA-09925: Unable to create audit trail file彙總AI