Oracle RAC 11gR2開啟歸檔
一、fk資料庫
1、關閉監聽
lsnrctl stop
2、備份引數檔案
SQL> create pfile='/tmp/initfk.ora' from spfile;
3、修改資料庫叢集引數
oracle@EPC1-C3:/home/oracle$ export ORACLE_SID=fk1
oracle@EPC1-C3:/home/oracle$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Dec 30 16:46:51 2020
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.9.0.0.0
SQL> show parameter cluster
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
cdb_cluster boolean FALSE
cdb_cluster_name string
cluster_database boolean TRUE
cluster_database_instances integer 2
cluster_interconnects string
SQL>
4、停止兩節點資料庫例項,開啟節點1例項
#srvctl stop database -d fk
#srvctl start database -d fk -i fk1 -o mount
5、建立、配置歸檔路徑並開啟歸檔路徑,將叢集引數修改至原值
oracle@EPC1-C3:/home/oracle$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Wed Dec 30 16:49:44 2020
Version 19.9.0.0.0
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 1.0737E+10 bytes
Fixed Size 12446800 bytes
Variable Size 3892314112 bytes
Database Buffers 6777995264 bytes
Redo Buffers 54661120 bytes
SQL> alter database mount;
Database altered.
SQL> alter system set log_archive_dest_1='location=+data_dg/FK/fkarch' scope=spfile sid='*';
System altered.
SQL> alter database archivelog;
Database altered.
SQL> alter system set cluster_database=true scope=spfile sid='*';
System altered.
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL>
oracle@EPC1-C3:/home/oracle$ srvctl start database -d fk
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30258496/viewspace-2748126/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle RAC開啟歸檔模式Oracle模式
- ORACLE RAC 啟用歸檔Oracle
- oracle rac及單例項開啟歸檔Oracle單例
- RAC 開啟歸檔日誌
- RAC開啟資料庫歸檔資料庫
- oracle11g RAC 啟動歸檔模式Oracle模式
- oracle 10g rac 啟用歸檔模式Oracle 10g模式
- oracle 開啟、關閉歸檔Oracle
- RAC--歸檔日誌的開啟方法
- Oracle10g RAC下啟用歸檔模式Oracle模式
- Oracle RAC 歸檔與非歸檔切換Oracle
- ORACLE RAC 設定歸檔Oracle
- Oracle資料庫開啟歸檔Oracle資料庫
- 開啟oracle資料庫歸檔Oracle資料庫
- 10g R2 RAC 歸檔模式開啟模式
- oracle 歸檔日誌開啟,關閉Oracle
- 開啟與關閉oracle的歸檔Oracle
- oracle 11g開啟歸檔模式及修改歸檔目錄Oracle模式
- oracle 開歸檔Oracle
- RAC下啟動日誌歸檔模式模式
- ORACLE 歸檔日誌開啟關閉方法Oracle
- 開啟歸檔模式模式
- oracle rac歸檔使用nfs 導致oracle hungOracleNFS
- 11gr2 x64 rhel5.3 rac 關閉歸檔
- Oracle 11gR2 RAC的關閉和啟動Oracle
- oracle 10g rac下啟動關閉與更改歸檔模式Oracle 10g模式
- Oracle9i RAC 更改歸檔模式Oracle模式
- 轉載eygle的開啟oracle的歸檔模式Oracle模式
- 【rac】實驗一:啟動關閉歸檔
- ORACLE RAC開啟歸檔的正確姿勢與ORA-01126Oracle
- Oracle RAC啟動歸檔時需要設定CLUSTER_DATABASE引數嗎?OracleDatabase
- Oracle 11g RAC的啟動、關閉及修改歸檔總結Oracle
- oracle入門之1 rac下啟動關閉與更改歸檔模式Oracle模式
- oracle 11gR2 改資料庫為歸檔模式Oracle資料庫模式
- ORACLE RAC模式下歸檔模式和非歸檔模式的切換方法Oracle模式
- Oracle RAC中使用RMAN管理歸檔日誌Oracle
- ORACLE 12C 開啟資料庫歸檔模式Oracle資料庫模式
- rac下啟動關閉與更改歸檔模式模式