Eight considerations for deploying physical standby databases using DataGuard

Source: Internet
Author: User
Eight major considerations for deploying physical standby databases using DataGuard. These eight points are mainly for DG deployment after 10gR2.

Eight Important Notes for Data Guard to deploy the physical standby database. These eight points are mainly for DG deployment after 10g R2.

Homepage → Database Technology

Background:

Read News

8 precautions for Data Guard to deploy the physical standby Database

[Date: 2013-03-11] Source: Linux community Author: linwaterbin [Font:]

Eight Important Notes for Data Guard to deploy the physical standby database. These eight points are mainly for DG deployment after 10g R2.

① Set the master database to force logging Mode

Idle> select force_logging from v $ database;

Idle> alter database force logging;

② Set the master database to archive Mode

Idle> archive log list;
Idle> shutdown immediate;
Idle> startup mount;
Idle> alter database archivelog;
Idle> archive log list;

③ Configure Standby Redo Log

Configure standby redo log

④ Create a key file (if it does not exist)

First, let's take a look at the explanation of the document:

You must have SYSDBA system privileges for the user accounts that you use to manage the primary and standby database instances
Furthermore, the SYS user must have the same password on all databases in the configuration.

What if the password is different?

The example is as follows:

Error 1031 removed ed logging on to the standby
Errors in file/u01/app/Oracle/diag/rdbms/pri/orcl/trace/orcl_arcf_5769.trc:
ORA-01031: insufficient privileges
PING [ARCf]: Heartbeat failed to connect to standby 'std '. Error is 1031.

Apparently, throw the ORA-01031: insufficient privileges

When you use DBCA to create a database, the key file is automatically created under $ ORACLE_HOME/dbs.

If not, you can use the orapwd command line tool. Its file and password are required parameters,

For example (assume that the current directory is $ ORACLE_HOME/dbs ):

Orapwd file = orapworcl password = oracle entries = 30 (Linux/Unix naming rules: orapw [sid])

  • 0
  • List of initialization parameter settings configured in the Data Guard Environment

    Relationship between Data Guard Standby_archive_dest and Log_archive_dest_n

    Data Guard

    Image Information

  • Oracle Data Guard _
  • View All comments in this article (0)

    Comments

    Latest Information

    Popular this week

    Introduction to Linux community-advertisement service-website map-help Info-contact us
    The articles published on this site (LinuxIDC) do not mean that they agree with the statement or description. They only provide more information and do not constitute any suggestions.


    Copyright©2006-2014 Linux community All rights reserved Zhejiang ICP backup No. 06018118

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.