Unix環境和Windows環境下Oracle引數檔案位置:
Oracle10g啟動的時候檢查spfile檔案,在沒有spfile的情況下,檢查pfile檔案,在不同的作業系統環境下,pfile的存放位置是不一樣的。
Legacy init.ora Parameter Files
Now that you know what these legacy database parameter files are and where to get more
details about the valid parameters that you can set, the last thing you need to know is where to
find them on disk. The naming convention for this file by default is
init$ORACLE_SID.ora (Unix environment variable)
init%ORACLE_SID%.ora (Windows environment variable)
and by default it will be found in
$ORACLE_HOME/dbs (Unix)
%ORACLE_HOME%DATABASE (Windows)
It should be noted that the parameter file does not have to be in any particular location.
When starting an instance, you may use the pfile=filename option to the startup command.
This is most useful when you would like to try out different init.ora parameters on your database
to see the effects of having different settings.
SQL>startup pfile=pfilename.ora;
Server Parameter Files (SPFILEs)
The naming convention for this file by default is
spfile$ORACLE_SID.ora (Unix environment variable)
spfile%ORACLE_SID%.ora (Windows environment variable)
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/60144/viewspace-1024862/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- unix下環境變數 .變數
- Unix環境下的Oracle調優Oracle
- windows下目錄傳送到unix環境Windows
- windows環境下Django環境搭建WindowsDjango
- Oracle RAC 環境 引數檔案的啟動順序Oracle
- Windows環境下的Nginx環境搭建WindowsNginx
- Windows 環境下 Python 環境安裝WindowsPython
- 在UNIX環境下批次殺掉ORACLE程式Oracle
- Unix環境下的Oracle調優原則Oracle
- Unix的環境變數(轉)變數
- Unix的環境變數 (轉)變數
- Mac 設定環境變數的位置、檢視和新增PATH環境變數Mac變數
- Windows環境下無縫切換Listener log檔案Windows
- UNIX再學習 -- 環境變數變數
- GBASEDBTSERVER 環境變數7GBASEDBTSHMBASE 環境變數 (UNIX™)Server變數
- ORACLE 環境變數Oracle變數
- windows配置環境變數Windows變數
- Windows 下搭建 lnmp 環境WindowsLNMP
- Windows 下 Laravel 環境配置WindowsLaravel
- NVM,Windows下環境配置Windows
- Windows下搭建Solr環境WindowsSolr
- windows下JDK環境配置WindowsJDK
- windows下搭建lisp環境WindowsLisp
- Windows環境下的Oracle Data Guard安裝和配置WindowsOracle
- 【CORE】在UNIX環境下從核心檔案獲取堆疊資訊
- unix環境高階程式設計(上)-檔案篇程式設計
- Ant系列-在windows下配置環境變數Windows變數
- Windows下Java環境變數的配置(詳)WindowsJava變數
- 環境變數與檔案查詢變數
- WINDOWS環境下ORACLE啟動的問題WindowsOracle
- UNIX下的PHP環境配置,+apache (轉)PHPApache
- 請教windows下引數檔案的位置Windows
- oracle 環境變數 redhatOracle變數Redhat
- Windows 環境下安裝 LaravelWindowsLaravel
- Windows 環境下安裝 RedisWindowsRedis
- Windows環境下安裝RabbitMQWindowsMQ
- Windows環境下的資訊收集Windows
- Windows 下搭建 Homestead 環境Windows