Home Database Mysql Tutorial 单机搭建Data Guard

单机搭建Data Guard

Jun 07, 2016 pm 05:40 PM
oracle Standalone

搭建环境:RedHatLinuxEnterprise5.4Oracle10gR2主机操作系统主要信息为192.168.199.128.搭建准备:已存在主库(生产库)DB_NAME=mustangSID=april开始搭建DataG

搭建环境: Red Hat Linux Enterprise 5.4 Oracle 10g R2 主机操作系统主要信息为192.168.199.128. 搭建准备: 已存在主库(生产库)DB_NAME=mustang   SID=april   开始搭建Data Guard 首先需要准备好参数文件,网站空间,设定一些必要的参数。在主库,先通过spfile生成pfile文件:
  • SQL>create pfile=’/home/oracle/product/10.2initapril.ora’ from spfile;  
  • 然后修改主库新生成的initapril.ora参数文件。在原有的基础上添加如下内容: 修改完参数文件之后,要重新打开主库,然后通过iniapril.ora来创建spfile。如下:
  • SQL>create spfile=’/home/oracle/product/10.2.0/db_1/dbs/spfileapril.ora’ from pfile=’ 
  • /home/oracle/product/10.2.0/db_1/dbs/initapril.ora’; 
  • 接下来的工作就是要通过主库的参数文件,创建备库需要的参数文件,在主库上运行:

  • SQL>create pfile=’ /home/oracle/product/10.2.0/db_1/dbs/initstandby.ora’ from spfile; 
  • 编辑initstandby.ora。如下所示: 保存initstandby.ora参数文件。通过initstandby.ora生成动态文件spfilestandby.ora 在主库上创建我们的密码文件:

  • [oracle@localhost dbs]$orapwd file=’ /home/oracle/product/10.2.0/db_1/dbs/orapwstandby’ password=oracle  entries=10 
  • 通过主库的控制文件生成我们备库的控制文件:
  • SQL>alter database create standby controlfile as ‘/home/oracle/standby.ctl’;  
  • 开始创建备库: 首先创建备库的目录结构,这里我们以主库位于同一目录: 主库:/home/oracle/mustang    主库归档文件:/home/oracle/archive 于是我们在/home/oracle下创建我们的备库目录:

    下一步就是要配置监听(如果没有监听standby是启动不了的)。在配置监听之前,首先要进行一步就是要生成备库的密码文件: 

  • [oracle@localhost dbs]$orapwd file=’ /home/oracle/product/10.2.0/db_1/dbs/orapwstandby’ password=oracle  entries=10 
  • 将路径切换到/home/oracle/product/10.2.0/db_1/network/admin下。通过ls命令可以看到: [oracle@localhost admin]$ ls listener.ora  shrept.lst  sqlnet.log  tnsnames.ora 再配置监听之前,要先将我们的监听服务停止:lsnrctl stop 开始配置监听 首先配置tnsnames.ora文件。设定服务名(因为我们这里是单机,所以配置在本机上配置就行了,如果是两台机的话,就要在主备库的tnsnames.ora同时修改): 接下来配置listener.ora文件(建议用途netmgr配置,香港服务器,比较方便,因为手工配置容易出错)。配置如下: 至此我们的监听配置就完成,启动监听器:

  • [oracle@localhost admin]$ lsnrctl start 
  • 出现如下内容说明,已经配置成功: LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 26-JUL-2012 20:59:37 Copyright (c) 1991, 2005, Oracle.  All rights reserved. Starting /home/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 10.2.0.1.0 - Production System parameter file is /home/oracle/product/10.2.0/db_1/network/admin/listener.ora Log messages written to /home/oracle/product/10.2.0/db_1/network/log/listener.log Trace information written to /home/oracle/product/10.2.0/db_1/network/trace/listener.trc Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1522))) Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     LISTENER Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production Start Date                26-JUL-2012 20:59:37 Uptime                    0 days 0 hr. 0 min. 0 sec Trace Level               user Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /home/oracle/product/10.2.0/db_1/network/admin/listener.ora Listener Log File         /home/oracle/product/10.2.0/db_1/network/log/listener.log Listener Trace File       /home/oracle/product/10.2.0/db_1/network/trace/listener.trc Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1522))) Services Summary... Service "mustang" has 1 instance(s).   Instance "april", status UNKNOWN, has 1 handler(s) for this service... Service "standby" has 1 instance(s).   Instance "standby", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully 我们也可以通过tnsping来检查,是否配置成功:
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    Video Face Swap

    Video Face Swap

    Swap faces in any video effortlessly with our completely free AI face swap tool!

    Hot Tools

    Notepad++7.3.1

    Notepad++7.3.1

    Easy-to-use and free code editor

    SublimeText3 Chinese version

    SublimeText3 Chinese version

    Chinese version, very easy to use

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    SublimeText3 Mac version

    SublimeText3 Mac version

    God-level code editing software (SublimeText3)

    What to do if the oracle can't be opened What to do if the oracle can't be opened Apr 11, 2025 pm 10:06 PM

    Solutions to Oracle cannot be opened include: 1. Start the database service; 2. Start the listener; 3. Check port conflicts; 4. Set environment variables correctly; 5. Make sure the firewall or antivirus software does not block the connection; 6. Check whether the server is closed; 7. Use RMAN to recover corrupt files; 8. Check whether the TNS service name is correct; 9. Check network connection; 10. Reinstall Oracle software.

    How to solve the problem of closing oracle cursor How to solve the problem of closing oracle cursor Apr 11, 2025 pm 10:18 PM

    The method to solve the Oracle cursor closure problem includes: explicitly closing the cursor using the CLOSE statement. Declare the cursor in the FOR UPDATE clause so that it automatically closes after the scope is ended. Declare the cursor in the USING clause so that it automatically closes when the associated PL/SQL variable is closed. Use exception handling to ensure that the cursor is closed in any exception situation. Use the connection pool to automatically close the cursor. Disable automatic submission and delay cursor closing.

    How to paginate oracle database How to paginate oracle database Apr 11, 2025 pm 08:42 PM

    Oracle database paging uses ROWNUM pseudo-columns or FETCH statements to implement: ROWNUM pseudo-columns are used to filter results by row numbers and are suitable for complex queries. The FETCH statement is used to get the specified number of first rows and is suitable for simple queries.

    How to create cursors in oracle loop How to create cursors in oracle loop Apr 12, 2025 am 06:18 AM

    In Oracle, the FOR LOOP loop can create cursors dynamically. The steps are: 1. Define the cursor type; 2. Create the loop; 3. Create the cursor dynamically; 4. Execute the cursor; 5. Close the cursor. Example: A cursor can be created cycle-by-circuit to display the names and salaries of the top 10 employees.

    How to stop oracle database How to stop oracle database Apr 12, 2025 am 06:12 AM

    To stop an Oracle database, perform the following steps: 1. Connect to the database; 2. Shutdown immediately; 3. Shutdown abort completely.

    What steps are required to configure CentOS in HDFS What steps are required to configure CentOS in HDFS Apr 14, 2025 pm 06:42 PM

    Building a Hadoop Distributed File System (HDFS) on a CentOS system requires multiple steps. This article provides a brief configuration guide. 1. Prepare to install JDK in the early stage: Install JavaDevelopmentKit (JDK) on all nodes, and the version must be compatible with Hadoop. The installation package can be downloaded from the Oracle official website. Environment variable configuration: Edit /etc/profile file, set Java and Hadoop environment variables, so that the system can find the installation path of JDK and Hadoop. 2. Security configuration: SSH password-free login to generate SSH key: Use the ssh-keygen command on each node

    How to create oracle dynamic sql How to create oracle dynamic sql Apr 12, 2025 am 06:06 AM

    SQL statements can be created and executed based on runtime input by using Oracle's dynamic SQL. The steps include: preparing an empty string variable to store dynamically generated SQL statements. Use the EXECUTE IMMEDIATE or PREPARE statement to compile and execute dynamic SQL statements. Use bind variable to pass user input or other dynamic values ​​to dynamic SQL. Use EXECUTE IMMEDIATE or EXECUTE to execute dynamic SQL statements.

    How to open a database in oracle How to open a database in oracle Apr 11, 2025 pm 10:51 PM

    The steps to open an Oracle database are as follows: Open the Oracle database client and connect to the database server: connect username/password@servername Use the SQLPLUS command to open the database: SQLPLUS

    See all articles