Hi All,
This is neto from Brazil
How are you?
On this post, I would like to introduce and explain a little bit about Oracle Fail Safe – Configuring Oracle FailSafe.
Note: First, we need to make sure about some steps:
spfile on a shared disk
log_archive_dest_1='LOCATION=S:\repo\arch\'
log_archive_format=ARC%S_%R.%T
db_block_size=8192
db_file_multiblock_read_count=16
open_cursors=300
db_domain=""
db_name=repo
background_dump_dest=D:\oracle\product\10.2.0\admin\repo\bdump
core_dump_dest=D:\oracle\product\10.2.0\admin\repo\cdump
user_dump_dest=D:\oracle\product\10.2.0\admin\repo\udump
control_files=("S:\repo\control\control01.ctl", "S:\repo\control\control02.ctl", "S:\repo\control\control03.ctl")
job_queue_processes=10
compatible=10.2.0.3.0
processes=150
sga_target=385875968
audit_file_dest=D:\oracle\product\10.2.0\admin\repo\adump
remote_login_passwordfile=EXCLUSIVE
dispatchers="(PROTOCOL=TCP) (SERVICE=repoXDB)"
pga_aggregate_target=127926272
undo_management=AUTO
undo_tablespace=UNDOTBS1
Changing to attend Oracle FailSafe requirements
log_archive_dest_1='LOCATION=S:\repo\arch\'
log_archive_format=ARC%S_%R.%T
db_block_size=8192
db_file_multiblock_read_count=16
open_cursors=300
db_domain=""
db_name=repo
background_dump_dest=R:\repo\bdump
core_dump_dest=R:\repo\cdump
user_dump_dest=R:\repo\udump
control_files=("S:\repo\control\control01.ctl", "S:\repo\control\control02.ctl", "S:\repo\control\control03.ctl")
job_queue_processes=10
compatible=10.2.0.3.0
processes=150
sga_target=385875968
audit_file_dest=R:\repo\adump
remote_login_passwordfile=EXCLUSIVE
dispatchers="(PROTOCOL=TCP) (SERVICE=repoXDB)"
pga_aggregate_target=127926272
undo_management=AUTO
undo_tablespace=UNDOTBS1
adump, bdump, cdump and udump on a shared disk
Configuring Virtual IP for Oracle FailSafe
Note: Please execute the same procedure on both nodes
Executing Oracle FailSafe
Note: Copy initrepo.ora (default location) to shared disk
Please use smorepo as the password
Please execute the same procedure for all databases that needed to be included in MSCS environment.
Final configuration:
In my next post I will explain about Oracle FailSafe – Testing Oracle FailSafe.
All the best
neto
NetApp – I love this company!