Overview of High AvailabilityAvailability is the degree to which an ap translation - Overview of High AvailabilityAvailability is the degree to which an ap Vietnamese how to say

Overview of High AvailabilityAvaila

Overview of High Availability
Availability is the degree to which an application, service, or functionality is available on demand. For example, an OLTP database used by an online bookseller is available to the extent that it is accessible by customers making purchases. Reliability, recoverability, timely error detection, and continuous operations are the primary characteristics of high availability.
The importance of high availability in a database environment is tied to the cost of downtime, which is the time that a resource is unavailable. Downtime can be categorized as either planned or unplanned. The main challenge when designing a highly available environment is examining all possible causes of downtime and developing a plan to deal with them.
1. High Availability and Unplanned Downtime
Oracle Database provides high availability solutions to prevent, tolerate, and reduce downtime for all types of unplanned failures. Unplanned downtime can be categorized by its causes:
1.1. Site Failures
A site failure occurs when an event causes all or a significant portion of an application to stop processing or slow to an unusable service level. A site failure may affect all processing at a data center, or a subset of applications supported by a data center. Examples include an extended site-wide power or network failure, a natural disaster making a data center inoperable, or a malicious attack on operations or the site.
The simplest form of protection against site failures is to create database backups using RMAN and store them offsite. You can restore the database to another host. However, this technique can be time-consuming, and the backup may not be current. Maintaining one or more standby databases in a Data Guard environment enables you to provide continuous database service if the production site fails.
1.2. Computer Failures
A computer failure outage occurs when the system running the database becomes unavailable because it has shut down or is no longer accessible. Examples of computers failures include hardware and operating system failures.
The following Oracle features protect against or help respond to computer failures:
- Enterprise Grids
In an Oracle Real Applications Cluster (Oracle RAC) environment, Oracle Database runs on two or more systems in a cluster while concurrently accessing a single shared database. A single database system spans multiple hardware systems yet appears to the application as a single database.
- Oracle Data Guard
Data Guard enables you to maintain a copy of a production database, called a standby database, that can reside on a different continent or in the same data center. If the primary database is unavailable because of an outage, then Data Guard can switch any standby database to the primary role, minimizing downtime.
- Oracle Restart
Components in the Oracle Database software stack, including the database instance, listener, and Oracle ASM instance, can restart automatically after a component failure or whenever the database host computer restarts. Oracle Restart ensures that Oracle components are started in the proper order, in accordance with component dependencies.
- Fast Start Fault Recovery
A common cause of unplanned downtime is a system fault or crash. The fast start fault recovery technology in Oracle Database automatically bounds database instance recovery time.
1.3. Storage Failures
A storage failure outage occurs when the storage holding some or all of the database contents becomes unavailable because it has shut down or is no longer accessible. Examples of storage failures include the failure of a disk drive or storage array
- Oracle Automatic Storage Management
- Backup and recovery
1.4. Data Corruption
A data corruption occurs when a hardware, software or network component causes corrupt data to be read or written. For example, a volume manager error causes bad disk read or writes. Data corruptions are rare but can have a catastrophic effect on a database, and therefore a business.
- Lost write protection
- Data block corruption detection
- Data Recovery Advisor
1.5. Human Errors
A human error outage occurs when unintentional or malicious actions are committed that cause data in the database to become logically corrupt or unusable. The service level impact of a human error outage can vary significantly depending on the amount and critical nature of the affected data.
Much research cites human error as the largest cause of downtime. Oracle Database provides powerful tools to help administrators quickly diagnose and recover from these errors. It also includes features that enable end users to recover from problems without administrator involvement.
- Restriction of user access
- Oracle Flashback Technology
- Oracle LogMiner
2. High Availability and Planned Downtime
Planned downtime can be just as disruptive to operations, especially in global enterprises that support users in multiple time zones. In this case, it is important to design a system to minimize planned interruptions such as routine operations, periodic maintenance, and new deployments.

2.1. System and Database Changes
Planned system changes occur when you perform routine and periodic maintenance operations and new deployments, including scheduled changes to the operating environment that occur outside of the organizational data structure in the database. Examples include adding or removing CPUs and cluster nodes (a node is a computer on which a database instance resides), upgrading system hardware or software, and migrating the system platform.
- Dynamic reconfiguration of the database
- Autotuning memory management
- Automated distributions of data files, control files, and online redo log files

2.2. Data Changes
Planned data changes occur when there are changes to the logical structure or physical organization of Oracle Database objects. The primary objective of these changes is to improve performance or manageability. Examples include table redefinition, adding table partitions, and creating or rebuilding indexes.

2.3. Application Changes
Planned application changes may include changes to data, schemas, and programs. The primary objective of these changes is to improve performance, manageability, and functionality. An example is an application upgrade.
- Rolling patch updates
- Rolling release upgrades
- Edition-based redefinition
- DDL with the default WAIT option
- Creation of triggers in a disabled state
0/5000
From: -
To: -
Results (Vietnamese) 1: [Copy]
Copied!
Overview of High Availability Tổng quan về tính sẵn sàng caoAvailability is the degree to which an application, service, or the functionality is available upon request. Tình trạng sẵn có là mức độ mà một ứng dụng, Dịch vụ, hoặc các chức năng có sẵn theo yêu cầu. For example, an OLTP database is used by an Online Bookseller available to the extent that it can be accessed by making a purchase. Ví dụ, một cơ sở dữ liệu OLTP được sử dụng bởi một bookseller trực tuyến có sẵn đến mức mà nó có thể truy cập bởi khách thực hiện mua hàng. The reliability, recoverability, timely error detection, and continuous operations are the main characteristics of high availability. Độ tin cậy, recoverability, phát hiện lỗi kịp thời, và hoạt động liên tục là các đặc điểm chính của sẵn sàng cao.The importance of high availability in a database environment is tied to the cost of downtime, it is time that a resource is not available. Tầm quan trọng cao sẵn có trong một môi trường cơ sở dữ liệu bị ràng buộc với chi phí của thời gian chết, đó là thời gian mà một nguồn tài nguyên không có sẵn. Downtime can be classified as plan or plans. Thời gian chết có thể được phân loại như kế hoạch hoặc có kế hoạch. The main challenge when designing an environment that is available to check all the possible causes of downtime and develop a plan to deal with them.Thách thức chính khi thiết kế một môi trường rất có sẵn kiểm tra tất cả các nguyên nhân có thể của thời gian chết và phát triển một kế hoạch để đối phó với họ. 1. high availability and no planned downtime 1. cao sẵn có và không có kế hoạch thời gian chếtOracle database provides high availability solutions to prevent, tolerate, and reduce downtime for all types of plan failure. Oracle cơ sở dữ liệu cung cấp giải pháp sẵn sàng cao để ngăn chặn, tha thứ, và giảm thời gian chết cho tất cả các loại có kế hoạch thất bại. Downtime not plans can be classified according to its cause:Thời gian chết không có kế hoạch có thể được phân loại theo nguyên nhân của nó: 1.1. Site failures 1.1. trang web thất bạiA site failure occurs when an event causes all or a significant part of an application to stop processing or slow to an unusable level of service. Một trang web thất bại xảy ra khi một sự kiện gây ra tất cả hoặc một phần quan trọng của một ứng dụng để ngừng xử lý hoặc làm chậm đến một mức độ không sử dụng được dịch vụ. A ventricular site failure may affect all processing at a data center, or a subset of applications that are supported by a data center. Một trang web thất bại có thể ảnh hưởng đến tất cả xử lý tại một trung tâm dữ liệu, hoặc một tập hợp con của các ứng dụng được hỗ trợ bởi một trung tâm dữ liệu. For example, a site-wide expansion power or network loss failure, a natural disaster makes a data center is not working or a malicious attack on the activity or the site. Ví dụ như một mở rộng trang web rộng sức mạnh hoặc mạng thất bại, một thảm họa tự nhiên làm cho một trung tâm dữ liệu không hoạt động hoặc một cuộc tấn công độc hại vào hoạt động hoặc các trang web.The simplest form of protection against site failure is to create backup the database using RMAN and store them offsite. Các hình thức đơn giản nhất của bảo vệ chống lại trang web thất bại là để tạo bản sao lưu cơ sở dữ liệu bằng cách sử dụng RMAN và lưu trữ chúng offsite. You can restore the database server. Bạn có thể khôi phục lại cơ sở dữ liệu một máy chủ. However, this technique can be time consuming, and the backup is not shown in. Tuy nhiên, kỹ thuật này có thể tốn thời gian, và sao lưu không thể hiện tại. To maintain one or more standby databases in a data protection environment that enables you to provide service continuity database if the production site fails.Duy trì một hoặc nhiều chờ cơ sở dữ liệu trong một môi trường bảo vệ dữ liệu cho phép bạn để cung cấp dịch vụ cơ sở dữ liệu liên tục nếu các trang web sản xuất không thành công. 1.2. computer failures 1.2. máy tính thất bạiA computer failure outage occurs when the system is running the database becomes available, because it has shut down or is no longer accessible. Một máy tính thất bại Cúp xảy ra khi hệ thống chạy cơ sở dữ liệu trở nên không có sẵn, bởi vì nó đã đóng cửa hoặc là không còn có thể truy cập. The examples of such computer failure failure of hardware and operating systems.Các ví dụ của máy tính thất bại như thất bại phần cứng và hệ điều hành. Oracle following features help protect against or respond to computer failure: Oracle sau các tính năng bảo vệ chống lại hoặc giúp đáp ứng với máy tính thất bại:-Sales net industrial -Doanh nghiệp lướienvironment in Oracle real application clusters (Oracle RAC), Oracle databases run on two or more systems in a cluster while concurrently accessing the database is shared only. Trong môi trường Oracle thực ứng dụng cụm (Oracle RAC), cơ sở dữ liệu Oracle chạy trên hệ thống hai hoặc nhiều hơn trong một cụm trong khi đồng thời truy cập cơ sở dữ liệu được chia sẻ duy nhất. A database system only lasted many hardware systems yet appears to the application as a single database.Một hệ thống cơ sở dữ liệu duy nhất này kéo dài nhiều hệ thống phần cứng nào được nêu ra dường như các ứng dụng như một cơ sở dữ liệu duy nhất. -Oracle data protection -Oracle dữ liệu bảo vệData Protection allows you to maintain a copy of a production database, called a standby database, which can reside on a different continent or in the same data center. Bảo vệ dữ liệu cho phép bạn duy trì một bản sao của một cơ sở dữ liệu sản xuất, được gọi là một cơ sở dữ liệu dự phòng, mà có thể cư trú trên một lục địa khác nhau hoặc trong Trung tâm dữ liệu tương tự. If the database is unavailable because of an outage, then data protection can convert any database Preventive primary role, minimizing downtime.Nếu cơ sở dữ liệu chính là không sẵn dùng vì một cúp, sau đó bảo vệ dữ liệu có thể chuyển đổi bất kỳ cơ sở dữ liệu dự phòng vai trò chính, giảm thiểu thời gian chết. Restarts the oracle -Khởi động lại oracleCác thành phần trong ngăn xếp phần mềm cơ sở dữ liệu Oracle, bao gồm cả các trường hợp cơ sở dữ liệu, nghe, và Oracle ASM trường hợp, có thể khởi động lại tự động sau một thất bại thành phần hoặc bất cứ khi nào khởi động lại máy chủ cơ sở dữ liệu. Khởi động lại Oracle đảm bảo rằng Oracle thành phần được bắt đầu vào đúng thứ tự, phù hợp với quan hệ phụ thuộc thành phần.-Nhanh chóng bắt đầu phục hồi lỗiMột nguyên nhân phổ biến của thời gian chết không có kế hoạch là một hệ thống lỗi hoặc tai nạn. Công nghệ phục hồi nhanh chóng bắt đầu lỗi trong Oracle cơ sở dữ liệu tự động giới hạn thời gian phục hồi cơ sở dữ liệu ví dụ.1.3. lí thất bạiMột cúp thất bại lí xảy ra khi lưu trữ đang nắm giữ một số hoặc tất cả nội dung cơ sở dữ liệu sẽ trở thành không sẵn dùng vì nó đã đóng cửa hoặc là không còn có thể truy cập. Ví dụ về các thất bại lí bao gồm sự thất bại của một ổ đĩa hoặc lí mảng-Quản lý lưu trữ tự động oracle-Sao lưu và phục hồi1.4. dữ liệu tham nhũngMột tham nhũng dữ liệu xảy ra khi một thành phần phần cứng, phần mềm hoặc mạng làm hỏng dữ liệu được đọc hoặc viết lưu. Ví dụ, một khối lượng quản lý lỗi gây ra tình trạng đĩa đọc hoặc viết. Dữ liệu nhiễm là hiếm nhưng có thể có những tác động nghiêm trọng trên một cơ sở dữ liệu, và do đó là một doanh nghiệp.-Mất viết bảo vệ-Dữ liệu ngăn chặn tham nhũng phát hiện-Dữ liệu phục hồi cố vấn1.5. con người lỗiMột cúp lỗi của con người xảy ra khi không chủ ý hoặc hành động độc hại được cam kết rằng nguyên nhân dữ liệu trong cơ sở dữ liệu để trở thành một cách hợp lý hỏng hoặc không sử dụng được. Tác động cấp dịch vụ của một cúp lỗi của con người có thể thay đổi đáng kể tùy thuộc vào số lượng và các tính chất quan trọng của các dữ liệu bị ảnh hưởng.Nhiều nghiên cứu trích dẫn lỗi của con người như là nguyên nhân lớn nhất của thời gian chết. Oracle cơ sở dữ liệu cung cấp các công cụ mạnh mẽ để giúp quản trị viên nhanh chóng chẩn đoán và phục hồi từ các lỗi này. Nó cũng bao gồm các tính năng cho phép người dùng cuối để phục hồi từ các vấn đề mà không có sự tham gia của người quản trị.-Hạn chế người dùng truy cập-Công nghệ Flashback oracle-Oracle LogMiner2. sẵn sàng cao và kế hoạch thời gian chếtKế hoạch thời gian chết có thể gây rối để hoạt động, đặc biệt là trong các doanh nghiệp toàn cầu hỗ trợ người dùng ở nhiều múi giờ. Trong trường hợp này, nó là quan trọng để thiết kế một hệ thống để giảm thiểu các gián đoạn kế hoạch như thường xuyên hoạt động, bảo trì định kỳ, và quá trình triển khai mới.2.1. Hệ thống và cơ sở dữ liệu thay đổiKế hoạch hệ thống thay đổi xảy ra khi bạn thực hiện thường xuyên và hoạt động bảo trì định kỳ và triển khai mới, bao gồm thay đổi theo lịch trình để hoạt động môi trường xảy ra bên ngoài của cấu trúc tổ chức dữ liệu trong cơ sở dữ liệu. Ví dụ như cách thêm hoặc loại bỏ CPU và cụm nút (một nút là một máy tính mà trên đó một trường hợp cơ sở dữ liệu cư trú), nâng cấp hệ thống phần cứng hoặc phần mềm, và di chuyển nền tảng hệ thống.-Năng động cấu hình lại của cơ sở dữ liệu-Quản lý bộ nhớ Autotuning-Tự động phân phối của các tập tin dữ liệu, kiểm soát tập tin và tập tin đăng nhập trực tuyến làm lại2.2. dữ liệu thay đổiKế hoạch dữ liệu thay đổi xảy ra khi có những thay đổi cơ cấu hợp lý hay vật lý tổ chức của các đối tượng cơ sở dữ liệu Oracle. Mục tiêu chính của những thay đổi này là để cải thiện hiệu suất hoặc manageability. Ví dụ như bảng redefinition, thêm bảng phân vùng, và tạo hoặc xây dựng lại các chỉ số.2.3. ứng dụng thay đổiThay đổi kế hoạch ứng dụng có thể bao gồm các thay đổi dữ liệu, lược đồ và chương trình. Mục tiêu chính của những thay đổi này là để cải thiện hiệu suất, manageability và chức năng. Một ví dụ là một nâng cấp ứng dụng.-Cán vá Cập Nhật-Cán phiên bản nâng cấp-Phiên bản dựa trên redefinition-Card mạng với các tùy chọn mặc định chờ đợi-Tạo ra các yếu tố trong tình trạng Khuyết tật
Being translated, please wait..
 
Other languages
The translation tool support: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese, Chinese Traditional, Corsican, Croatian, Czech, Danish, Detect language, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Odia (Oriya), Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scots Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Tatar, Telugu, Thai, Turkish, Turkmen, Ukrainian, Urdu, Uyghur, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu, Language translation.

Copyright ©2024 I Love Translation. All reserved.

E-mail: