473,657 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ 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 2479
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='o rcl'

*.FAL_SERVER='s tandby'

*.log_archive_d est_1='LOCATION =/orcl/oradata/orcl_arch/'

*.log_archive_d est_2='SERVICE= standby LGWR SYNC AFFIRM reopen=60'

*.log_archive_d est_state_1='en able'

*.log_archive_d est_state_2='en able'

*.log_archive_f ormat='orcl_%s. arc'
*.log_archive_s tart=TRUE
*.standby_archi ve_dest='oracle/oradata/orcl_standby_ar chive'
*.standby_file_ management='AUT O'
-create standby redo logs
-create a passowrd file for log apply services

STANDBY DATABASE

*.db_name='orcl '

*.FAL_CLIENT='s tandby'

*.FAL_SERVER='o rcl'

*.log_archive_d est_1='LOCATION =/oracle/oradata/standby_arch/'

*.log_archive_d est_2='SERVICE= orcl LGWR SYNC AFFIRM reopen=60'

*.log_archive_d est_state_1='en able'

*.log_archive_d est_state_2='TR UE'

*.log_archive_f ormat='orcl_%s. arc'

*.log_archive_s tart=TRUE
*.log_file_name _convert 'primarylocatio n','standbyloca tion'
*.db_file_name_ convert='primar ydatafilelocaio n','standbydata filelocaion'


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
2986
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 every 1-2 seconds! Anyway, this is a real problem on my laptop, because it can NEVER go into a low-battery-mode since the disk sub-system is always active. Does anyone know how to shut this 1-2 second disk hit (evdently a disk-write from what I can...
3
14515
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 for slowness. Once I'm connected the queries work pretty much instantanously but to connect using SQLPLUS, Toad, ODBC, OLEDB all take about 10 secs. I connect using OLEDB from Visual Basic development environment & after the 1st connection...
1
3227
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 give me any info on Oracle Replication? We currently have Oracle 8i, and it comes with the GUI interface Replication Manager, which we would be using. We are running on a Windows environment. I have read issues about having to monitor too...
7
12858
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 sorry as some of the queries i have posted twice).Is it that my doubt are funny and simple for u gurus. I am just interested in Oracle on Linux . i request u all to guide me.
0
2174
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 read-only mode and the archived logs are applied at night. Last week, this production DB have a maintenance and added 4 datafiles to different tablespaces and this physical changes have been re-structed at the standby DB also. The standby DB have been...
1
4051
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 this on the db2diag.log. This looks to me to be more than a simple firewall issue (which I've checked).
2
1493
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 block in application_beginrequest event of global.asax and in case the connection could not be established, I am redirecting the users in the catch block. Now to the interesting part. I am in the testing phase of this feature. Since our...
1
1255
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. The application runs on Windows 2003 server, and consists of several processes, with an Oracle database. The server application code is mainly written in Visual C++ with MFC and the system communicates with the external plant and the Oracle...
2
14229
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: Additional Array INSERT and SELECT Syntax Support by Pro*C/C++ and Pro*COBOL Precompilers: Dynamic SQL Statement Caching in Pro*C/C++ and Pro*COBOL Precompilers: Fix Execution Plan in Pro*C/C++ and Pro*COBOL Precompilers: Flexible B Area Length...
0
8385
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8821
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8723
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8502
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8602
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1941
muto222
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.