database PFILE 在 Oracle 中的位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29134764/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Location of PFILE in Oracle
提问by akshay bhat
Where is the Parameter File/P FILE stored in Oracle?
Oracle 中的参数文件/P FILE 存储在哪里?
In what section is it stored? Is it stored with the data files or stored separately?
它存储在哪个部分?它是与数据文件一起存储还是单独存储?
If separately, then where is it actually stored on the database?
如果分开,那么它实际上存储在数据库中的什么位置?
回答by Lalit Kumar B
Is it stored with the data files or stored separately? If separately then where is it actually stored on the database.
它是与数据文件一起存储还是单独存储?如果分开,那么它实际上存储在数据库中的何处。
By default, PFILEis located in $ORACLE_HOME/dbs
.
默认情况下,PFILE位于$ORACLE_HOME/dbs
.
Read more about it here http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_6008.htm#SQLRF01308
在此处阅读更多相关信息http://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_6008.htm#SQLRF01308