473,473 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Oracle 9i Standby database configuration

1 New Member
Hi All gurus,
This is Pradipta from kolkata,India. Can anyone help me in configuring oracle 9i standby database configuration on RHEL 4 ? Please give me the steps & procedures in detail.
Sep 28 '07 #1
2 2466
debasisdas
8,127 Recognized Expert Expert
Find the details of installation here.
Sep 28 '07 #2
Vinod Sadanandan
16 New Member
Hi,

I have listed few important parms below for a standby minimal configuration without a VCS\RAC ,but I have not mentioned the other basic things here (The primary and standby should be contactable from both primary and standby node )

PRIMARY DATABASE
*.db_name='orcl'

*.FAL_CLIENT='orcl'

*.FAL_SERVER='standby'

*.log_archive_dest_1='LOCATION=/orcl/oradata/orcl_arch/'

*.log_archive_dest_2='SERVICE=standby LGWR SYNC AFFIRM reopen=60'

*.log_archive_dest_state_1='enable'

*.log_archive_dest_state_2='enable'

*.log_archive_format='orcl_%s.arc'
*.log_archive_start=TRUE
*.standby_archive_dest='oracle/oradata/orcl_standby_archive'
*.standby_file_management='AUTO'
-create standby redo logs
-create a passowrd file for log apply services

STANDBY DATABASE

*.db_name='orcl'

*.FAL_CLIENT='standby'

*.FAL_SERVER='orcl'

*.log_archive_dest_1='LOCATION=/oracle/oradata/standby_arch/'

*.log_archive_dest_2='SERVICE=orcl LGWR SYNC AFFIRM reopen=60'

*.log_archive_dest_state_1='enable'

*.log_archive_dest_state_2='TRUE'

*.log_archive_format='orcl_%s.arc'

*.log_archive_start=TRUE
*.log_file_name_convert 'primarylocation','standbylocation'
*.db_file_name_convert='primarydatafilelocaion','s tandbydatafilelocaion'


Thanks & Regards,
Vinod Sadanandan
Oracle DBA
Nov 7 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Larry Melia | last post by:
I've been working with Oracle 9i for about 8 months on windows XP (the same problem occurs with WIN2000). However, I noticed that the latest release has some software that "hits the disk" about...
3
by: Harry | last post by:
Using Oracle 8i enterprise on win 2000 (sp3) Installed the standard configuration & whenever I make a connection it takes about 10 secs. It's running on a P1900 with 1gb Ram so no reason there...
1
by: Amy | last post by:
Hello All, We are currently looking into archiving our production system. I have looked into several different options to accomplish this, and Oracle Replication is one of them. Can anyone...
7
by: Cherrish Vaidiyan | last post by:
hello, I am been getting mad with so many doubts and errors.. I have posted some doubts,test cases regarding listener,replication and standby database.But i havent got any response..(I am...
0
by: James | last post by:
Hi , I have an oracle 8.1.6 running on solaris platform. This database have a standby DB of same version and OS platform for query or report generation. At day time the standby DB is in...
1
by: bwmiller16 | last post by:
Folks - Linux RH3, UDB 8.2 FP9. I've got two tiny test boxes that I'm setting up to get a simple HADR configuration built. When I start the primary I get the famous SQL1768 RC=7 and also...
2
by: Diffident | last post by:
Hello All, I am trying to redirect users to a standby webpage in case our application is down due to database server failure. To facilitate this I am opening a test connection within a try/catch...
1
by: Wavey Davey | last post by:
Hi All, My company develops Baggage Sortation systems for Airports. We have our sortation application running, which is basically a hot standby system with two machines - One Main, one Standby....
2
by: Vinod Sadanandan | last post by:
All, Below listed are the new features in Oracle 11g ,please join me in this discussion to generate a testcase and analyze each of the listed features . Precompilers:...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.