6 Configuring Data Protection Modes and Redo Transport Services
Số trang: 28
Loại file: ppt
Dung lượng: 337.50 KB
Lượt xem: 8
Lượt tải: 0
Xem trước 3 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Mục tiêuSau khi hoàn thành bài học này, bạn sẽ có thể làmsau đây:• Mô tả các phương thức bảo vệ dữ liệu• Thay đổi các chế độ bảo vệ dữ liệu cấu hình của bạn• Sửa đổi các dịch vụ vận tải làm lại để phục vụ nhu cầu của bạn
Nội dung trích xuất từ tài liệu:
6 Configuring Data Protection Modes and Redo Transport Services 6Configuring Data Protection Modes and Redo Transport Services Copyright © 2006, Oracle. All rights reserved. ObjectivesAfter completing this lesson, you should be able to do thefollowing: • Describe the data protection modes • Change the data protection mode of your configuration • Modify redo transport services to serve your needs6-2 Copyright © 2006, Oracle. All rights reserved. Data Protection Modes and Redo Transport Modes • A data protection mode requires a specific redo transport mode. • A redo transport mode alone does not define a data protection mode.6-3 Copyright © 2006, Oracle. All rights reserved. Defining the Redo Transport ModeUse the attributes of LOG_ARCHIVE_DEST_n: • ARCH and LGWR – Specify that either the archiver process or the log writer process is responsible for transmitting redo to the standby destination – ARCH is the default. • SYNC and ASYNC (LGWR only) – Specify that network I/O operations are to be performed synchronously or asynchronously when using LGWR – SYNC is the default. • AFFIRM and NOAFFIRM – Ensure that redo has been successfully written to disk on the standby destination – NOAFFIRM is the default.6-4 Copyright © 2006, Oracle. All rights reserved.6-5 Copyright © 2006, Oracle. All rights reserved. Setting the Redo Transport Mode Click Edit to access the Edit Standby Database Properties page.6-6 Copyright © 2006, Oracle. All rights reserved. Setting the Redo Transport Mode Select the mode from the Log Transport Mode list.6-7 Copyright © 2006, Oracle. All rights reserved. Data Protection Modes • Three data protection modes: – Maximum protection – Maximum availability – Maximum performance • Help to balance data availability and system performance6-8 Copyright © 2006, Oracle. All rights reserved. Maximum Protection • Enables zero data loss • Redo data must be written to both the local online redo log and the standby redo log on at least one standby database. • Primary database shuts down if a fault prevents it from writing its redo stream to at least one remote standby redo log. • Configuration requirements: – Standby redo log files on at least one standby database – SYNC, LGWR, and AFFIRM attributes for at least one standby database6-9 Copyright © 2006, Oracle. All rights reserved. Maximum Availability • Enables zero data loss • Provides the highest possible level of data protection without compromising the availability of the primary database • Redo data must be written to both the local online redo log and the standby redo log on at least one standby database. • Primary database does not shut down if a fault prevents it from writing its redo stream. • Configuration requirements: – Standby redo log files on at least one standby database – SYNC, LGWR, and AFFIRM attributes for at least one standby database6 - 10 Copyright © 2006, Oracle. All rights reserved. Maximum Performance • Default level of data protection • Provides the highest possible level of data protection without affecting the performance of the primary database • Transactions can commit as soon as the redo data is written to the local online redo log. • Redo stream is written asynchronously with respect to the commitment of the transactions that create the redo data.6 - 11 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode Click the Protection Mode link.6 - 12 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode6 - 13 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode by Using the CLI 1. Configure standby redo logs. 2. Set the LogXptMode property (if necessary). 3. Set the data protection mode. DGMGRL> EDIT DATABASE site1_edrsr8p1 SET PROPERTY LogXptMode=SYNC; DGMGRL> EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;6 - 14 Copyright © 2006, Oracle. All rights reserved. Setting the Protection Mode by Using SQL • You must set attributes to support the type of protection desired. ...
Nội dung trích xuất từ tài liệu:
6 Configuring Data Protection Modes and Redo Transport Services 6Configuring Data Protection Modes and Redo Transport Services Copyright © 2006, Oracle. All rights reserved. ObjectivesAfter completing this lesson, you should be able to do thefollowing: • Describe the data protection modes • Change the data protection mode of your configuration • Modify redo transport services to serve your needs6-2 Copyright © 2006, Oracle. All rights reserved. Data Protection Modes and Redo Transport Modes • A data protection mode requires a specific redo transport mode. • A redo transport mode alone does not define a data protection mode.6-3 Copyright © 2006, Oracle. All rights reserved. Defining the Redo Transport ModeUse the attributes of LOG_ARCHIVE_DEST_n: • ARCH and LGWR – Specify that either the archiver process or the log writer process is responsible for transmitting redo to the standby destination – ARCH is the default. • SYNC and ASYNC (LGWR only) – Specify that network I/O operations are to be performed synchronously or asynchronously when using LGWR – SYNC is the default. • AFFIRM and NOAFFIRM – Ensure that redo has been successfully written to disk on the standby destination – NOAFFIRM is the default.6-4 Copyright © 2006, Oracle. All rights reserved.6-5 Copyright © 2006, Oracle. All rights reserved. Setting the Redo Transport Mode Click Edit to access the Edit Standby Database Properties page.6-6 Copyright © 2006, Oracle. All rights reserved. Setting the Redo Transport Mode Select the mode from the Log Transport Mode list.6-7 Copyright © 2006, Oracle. All rights reserved. Data Protection Modes • Three data protection modes: – Maximum protection – Maximum availability – Maximum performance • Help to balance data availability and system performance6-8 Copyright © 2006, Oracle. All rights reserved. Maximum Protection • Enables zero data loss • Redo data must be written to both the local online redo log and the standby redo log on at least one standby database. • Primary database shuts down if a fault prevents it from writing its redo stream to at least one remote standby redo log. • Configuration requirements: – Standby redo log files on at least one standby database – SYNC, LGWR, and AFFIRM attributes for at least one standby database6-9 Copyright © 2006, Oracle. All rights reserved. Maximum Availability • Enables zero data loss • Provides the highest possible level of data protection without compromising the availability of the primary database • Redo data must be written to both the local online redo log and the standby redo log on at least one standby database. • Primary database does not shut down if a fault prevents it from writing its redo stream. • Configuration requirements: – Standby redo log files on at least one standby database – SYNC, LGWR, and AFFIRM attributes for at least one standby database6 - 10 Copyright © 2006, Oracle. All rights reserved. Maximum Performance • Default level of data protection • Provides the highest possible level of data protection without affecting the performance of the primary database • Transactions can commit as soon as the redo data is written to the local online redo log. • Redo stream is written asynchronously with respect to the commitment of the transactions that create the redo data.6 - 11 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode Click the Protection Mode link.6 - 12 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode6 - 13 Copyright © 2006, Oracle. All rights reserved. Setting the Data Protection Mode by Using the CLI 1. Configure standby redo logs. 2. Set the LogXptMode property (if necessary). 3. Set the data protection mode. DGMGRL> EDIT DATABASE site1_edrsr8p1 SET PROPERTY LogXptMode=SYNC; DGMGRL> EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;6 - 14 Copyright © 2006, Oracle. All rights reserved. Setting the Protection Mode by Using SQL • You must set attributes to support the type of protection desired. ...
Tìm kiếm theo từ khóa liên quan:
quản trị thông tin thủ thuật máy tính hệ thống dữ liệu dữ liệu máy tính quản trị dữ liệuTài liệu có liên quan:
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 366 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 346 0 0 -
Đáp án đề thi học kỳ 2 môn cơ sở dữ liệu
3 trang 339 1 0 -
PHÂN TÍCH THIẾT KẾ HỆ THỐNG XÂY DỰNG HỆ THỐNG ĐẶT VÉ TÀU ONLINE
43 trang 307 2 0 -
Sửa lỗi các chức năng quan trọng của Win với ReEnable 2.0 Portable Edition
5 trang 237 0 0 -
Phần III: Xử lý sự cố Màn hình xanh
3 trang 237 0 0 -
Tổng hợp 30 lỗi thương gặp cho những bạn mới sử dụng máy tính
9 trang 225 0 0 -
Sao lưu dữ liệu Gmail sử dụng chế độ Offline
8 trang 223 0 0 -
Giáo trình Bảo trì hệ thống và cài đặt phần mềm
68 trang 222 0 0 -
UltraISO chương trình ghi đĩa, tạo ổ đĩa ảo nhỏ gọn
10 trang 213 0 0