想测试学习下双机备份,找不到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求高手指导下这个文件在实例目录下的哪个文件夹
大概 或者文件名是什么 我可以搜出来 谢谢了啊
[最优解释]
# 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这个打开是这样的
是不是这个
里面内容是这样的
[
[其他解释]