首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

想测试学习上双机备份,找不到init%oracle_sid%.ora这个文件

2012-12-14 
想测试学习下双机备份,找不到init%oracle_sid%.ora这个文件2、修改init%oracle_sid%.ora 文件中的参数,加入

想测试学习下双机备份,找不到init%oracle_sid%.ora这个文件
2、修改init%oracle_sid%.ora 文件中的参数,加入:   
log_archive_start = true # if you want automatic archiving   log_archive_dest=%ORACLE_HOME%\database\archive   
log_archive_format = %ORACLE_SID%%S.%T其中log_archive_dest   
是指归档日志文件存放的位置,可根据实际情况来设定,如E 盘空间较   
大,可以设为:log_archive_dest=e:\oracle\database\archive

想配置init%oracle_sid%.ora这个文件但是找不到 
我的系统是win7
不是linux求高手指导下这个文件在实例目录下的哪个文件夹
大概  或者文件名是什么 我可以搜出来 谢谢了啊
[最优解释]

引用:
quote=引用:]
windows 系统中,此文件应该在 %ORACLE_HOME%\database 下,而不是在 dbs 下(linux 系统,位于此)

database下只有个文件叫做SPFILEORCL这个打开是这样的
是不是这个
里面内容是这样的
[[/quote]
是这个
这是pfile
[其他解释]
windows 系统中,此文件应该在 %ORACLE_HOME%\database 下,而不是在 dbs 下(linux 系统,位于此)
[其他解释]
我找了个文件
路径是这个F:\app\Administrator\product\11.2.0\dbhome_1\dbs\init.ora
里面内容如下:

# $Header: rdbms/admin/init.ora /main/23 2009/05/15 13:35:38 ysarig Exp $ 

# Copyright (c) 1991, 1997, 1998 by Oracle Corporation
# NAME
#   init.ora
# FUNCTION
# NOTES
# MODIFIED
#     ysarig     05/14/09  - Updating compatible to 11.2
#     ysarig     08/13/07  - Fixing the sample for 11g
#     atsukerm   08/06/98 -  fix for 8.1.
#     hpiao      06/05/97 -  fix for 803
#     glavash    05/12/97 -  add oracle_trace_enable comment
#     hpiao      04/22/97 -  remove ifile=, events=, etc.
#     alingelb   09/19/94 -  remove vms-specific stuff
#     dpawson    07/07/93 -  add more comments regarded archive start
#     maporter   10/29/92 -  Add vms_sga_use_gblpagfile=TRUE 
#     jloaiza    03/07/92 -  change ALPHA to BETA 
#     danderso   02/26/92 -  change db_block_cache_protect to _db_block_cache_p
#     ghallmar   02/03/92 -  db_directory -> db_domain 
#     maporter   01/12/92 -  merge changes from branch 1.8.308.1 
#     maporter   12/21/91 -  bug 76493: Add control_files parameter 
#     wbridge    12/03/91 -  use of %c in archive format is discouraged 
#     ghallmar   12/02/91 -  add global_names=true, db_directory=us.acme.com 
#     thayes     11/27/91 -  Change default for cache_clone 


#     jloaiza    08/13/91 -         merge changes from branch 1.7.100.1 
#     jloaiza    07/31/91 -         add debug stuff 
#     rlim       04/29/91 -         removal of char_is_varchar2 
#   Bridge     03/12/91 - log_allocation no longer exists
#   Wijaya     02/05/91 - remove obsolete parameters
#
##############################################################################
# Example INIT.ORA file
#
# This file is provided by Oracle Corporation to help you start by providing
# a starting point to customize your RDBMS installation for your site. 

# NOTE: The values that are used in this file are only intended to be used
# as a starting point. You may want to adjust/tune those values to your
# specific hardware and needs. You may also consider using Database
# Configuration Assistant tool (DBCA) to create INIT file and to size your
# initial set of tablespaces based on the user input.
###############################################################################

# Change '<ORACLE_BASE>' to point to the oracle base (the one you specify at
# install time)

db_name='ORCL'
memory_target=1G
processes = 150
audit_file_dest='<ORACLE_BASE>/admin/orcl/adump'
audit_trail ='db'
db_block_size=8192
db_domain=''
db_recovery_file_dest='<ORACLE_BASE>/flash_recovery_area'
db_recovery_file_dest_size=2G
diagnostic_dest='<ORACLE_BASE>'
dispatchers='(PROTOCOL=TCP) (SERVICE=ORCLXDB)'
open_cursors=300 
remote_login_passwordfile='EXCLUSIVE'
undo_tablespace='UNDOTBS1'
# You may want to ensure that control files are created on separate physical
# devices
control_files = (ora_control1, ora_control2)
compatible ='11.2.0'

不知道是不是这个文件
[其他解释]

怎么没人理我 求指导啊
[其他解释]
quote=引用:]
windows 系统中,此文件应该在 %ORACLE_HOME%\database 下,而不是在 dbs 下(linux 系统,位于此)[/quote]
database下只有个文件叫做SPFILEORCL这个打开是这样的
是不是这个
里面内容是这样的
[
[其他解释]

引用:
引用:
quote=引用:]
windows 系统中,此文件应该在 %ORACLE_HOME%\database 下,而不是在 dbs 下(linux 系统,位于此)
database下只有个文件叫做SPFILEORCL这个打开是这样的
是不是这个
里面内容是这样的
[

是这个
这是pfile ……[/quote]哈哈 还记得我吗
[其他解释]
引用:
引用:
引用:
quote=引用:]


windows 系统中,此文件应该在 %ORACLE_HOME%\database 下,而不是在 dbs 下(linux 系统,位于此)
database下只有个文件叫做SPFILEORCL这个打开是这样的
是不是这个
里面内容是这样的
……


记得

热点排行