Thứ Năm, 4 tháng 9, 2025

Tự động Flashback Standby database khi Flashback trên Primary Oracle Data Guard 19c

Đây có thể nói là tính năng hay trong Oracle 19c, khi chúng ta thực hiện tạo Restore Point và Flashback CSDL trên Primary thì trên Standby cũng tự động thực hiện như trên Primary, như vậy dữ liệu của chúng ta sẽ luôn được đồng bộ.

PPT - ORACLE FLASHBACK PowerPoint Presentation, free download - ID:2472990

THÔNG TIN CHI TIẾT 2 NODE:

ItemsPrimary – SRV1Standby – SRV2
hostnamesrv1srv2
ip192.168.1.11192.168.1.12
db nameduodbduodb
instance_nameduodbstand
db_unique_nameduodbstand
version DB19.319.3
DB_HOME/u01/app/oracle/ product/19.3.0/dbhome_1/u01/app/oracle/ product/19.3.0/dbhome_1
DB_BASE/u01/app/oracle/u01/app/oracle
global database namesrv1.localdomainsrv2.localdomain

SRV1 – server tôi đặt là Primary

SRV2 – server tôi đặt là Standby

Kiểm tra thông tin database:

Primary: kiểm tra thông tin CSDL và bảng hiện có

select status,instance_name,database_role,protection_mode ,flashback_on from v$database,v$instance;

select * from duong.tab1;

SQL> select status,instance_name,database_role,protection_mode ,flashback_on from v$database,v$instance;

STATUS INSTANCE_NAME DATABASE_ROLE PROTECTION_MODE

———— —————- —————- ——————–

FLASHBACK_ON

——————

OPEN duodb PRIMARY MAXIMUM AVAILABILITY

YES

SQL> select * from duong.tab1;

CODE NAME

———- ——————–

1 duong duong 222

2 ssssssssssss

Primary: kiểm tra và tạo thông tin restore point:

Sqlplus format:

set pages 500;

set lines 150;

column time format A30;

column name format A30;

column REPLICATED format A30;
select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

create restore point duong_repo guarantee flashback database;

select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

SQL> select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

no rows selected

SQL> create restore point duong_repo guarantee flashback database;

Restore point created.

SQL> select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

SCN GUA TIME NAME REP

———- — ————————————————– —————————— —

2402917 YES 07-MAY-24 10.37.52.000000000 AM DUONG_REPO NO

Standby: check thông tin DB

select status,instance_name,database_role,protection_mode ,flashback_on from v$database,v$instance;

select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

SQL> select status,instance_name,database_role,protection_mode ,flashback_on from v$database,v$instance;

STATUS INSTANCE_NAME DATABASE_ROLE PROTECTION_MODE FLASHBACK_ON

———— —————- —————- ——————– ——————

OPEN stand PHYSICAL STANDBY MAXIMUM PERFORMANCE YES

SQL> select SCN, GUARANTEE_FLASHBACK_DATABASE, TIME, NAME, REPLICATED from v$restore_point;

SCN GUA TIME NAME REP

———- — ——————– ——————– —

2402917 NO 07-MAY-24 10.37.52.0 DUONG_REPO_PRIMARY YES

00000000 AM

Như vậy chúng ta thấy rằng trong tên file restore point của Standby hệ thống đã tự động thêm _primary vào sau.

Test CASE:

Thực hiện truncate hết data trên Primary đi sau đó kiểm tra dữ liệu, thực hiện flashback sau đó check tiếp dữ liệu xem diễn biến như nào?

Primary: truncate table:

select * from duong.tab1;

truncate table duong.tab1;

select * from duong.tab1;

SQL> select * from duong.tab1;

CODE NAME

———- ——————————

1 duong duong 222

2 ssssssssssss

SQL> truncate table duong.tab1;

Table truncated.

SQL> select * from duong.tab1;

no rows selected

Thực hiện check trên Standby database cũng đã không còn dữ liệu nữa rồi !!!.

SQL> select * from duong.tab1;

no rows selected

Primary: Tắt database sau đó mount và thực hiện flashback:

shut immediate

startup mount

flashback database to restore point duong_repo;

alter database open resetlogs;

select * from duong.tab1;

SQL> shut immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> startup mount

ORACLE instance started.

Total System Global Area 1828713632 bytes

Fixed Size 8897696 bytes

Variable Size 436207616 bytes

Database Buffers 1375731712 bytes

Redo Buffers 7876608 bytes

Database mounted.

SQL> flashback database to restore point duong_repo;

Flashback complete.

SQL> alter database open resetlogs;

Database altered.

SQL> select * from duong.tab1;

CODE NAME

———- ——————————

1 duong duong 222

2 ssssssssssss

Như vậy là sau khi tiến hành Flashback trên Primary thì đã có data trở lại.

Standby: Shutdown database sau đó OPEN lại và kiểm tra dữ liệu

shut immediate

startup

alter database recover managed standby database disconnect;

SELECT database_role, open_mode FROM v$database;

select * from duong.tab1;

SQL> select * from duong.tab1;

CODE NAME

———- ——————–

1 duong duong 222

2 ssssssssssss

Như vậy là trên Standby cũng đã có dữ liệu trở lại => nghĩa là nó cũng đã thực hiện Flashback như Primary thành công.

Chúc các bạn thành công.

=============================
Website không chứa bất kỳ quảng cáo nào, mọi đóng góp để duy trì phát triển cho website (donation) xin vui lòng gửi về STK 90.2142.8888 - Ngân hàng Vietcombank Thăng Long - TRAN VAN BINH
=============================
Nếu bạn không muốn bị AI thay thế và tiết kiệm 3-5 NĂM trên con đường trở thành DBA chuyên nghiệp hay làm chủ Database thì hãy đăng ký ngay KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE, được Coaching trực tiếp từ tôi với toàn bộ bí kíp thực chiến, thủ tục, quy trình của gần 20 năm kinh nghiệm (mà bạn sẽ KHÔNG THỂ tìm kiếm trên Internet/Google) từ đó giúp bạn dễ dàng quản trị mọi hệ thống Core tại Việt Nam và trên thế giới, đỗ OCP.
- CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
- Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
2 khóa học online qua video giúp bạn nhanh chóng có những kiến thức nền tảng về Linux, Oracle, học mọi nơi, chỉ cần có Internet/4G:
- Oracle cơ bản: https://bit.ly/admin_1200
- Linux: https://bit.ly/linux_1200
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
cở sở dữ liệu, cơ sở dữ liệu quốc gia, database, AI, trí tuệ nhân tạo, artificial intelligence, machine learning, deep learning, LLM, ChatGPT, DeepSeek, Grok, oracle tutorial, học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,sql tutorial, khóa học pl/sql tutorial, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c/21c/23c/23ai, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail,oracle RAC, ASM, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, postgresql tutorial, mysql tutorial, mariadb tutorial, ms sql server tutorial, nosql, mongodb tutorial, oci, cloud, middleware tutorial, docker, k8s, micro service, hoc solaris tutorial, hoc linux tutorial, hoc aix tutorial, unix tutorial, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master