当前位置:网站首页>11gR2 Database Services for "Policy" and "Administrator" Managed Databases (文件 I
11gR2 Database Services for "Policy" and "Administrator" Managed Databases (文件 I
2022-07-05 23:03:00 【全栈程序员站长】
大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。
In this Document
Details |
---|
Applies to:
Oracle Server – Enterprise Edition – Version 11.2.0.1 and later Information in this document applies to any platform.
Purpose
This document describes 11gR2 databases services for Policy and Administrator Managed Databases. Pre-11gR2 has only Administrator Managed Databases
Details
Services for Policy Managed Database:
Service for a policy-managed databases are defined to a server pool where the database is running, the service can be either UNIFORM or SINGLETON:
-UNIFORM (running on all instances in the pool) -SINGLETON (running on only one instance in the pool)
For singleton services, RAC chooses on which instance the service is active. If that instance fails, the service fails over to another instance in the same pool.
Note: A single RAC database can run on multiple server pools.
Eg:
To create a SINGLETON service called BACKUP_JOB using server pool SP1 and a UNIFORM service called ERP using server pool SP2
srvctl add service -d RAC_DB -s BACKUP_JOB -g SP1 -c singleton srvctl add service -d RAC_DB -s ERP -g SP2 -c UNIFORM
Services for Administrator Managed database:
Service for administrator-managed databases is similar as what’s in pre-11gR2, it has PREFERRED instances and optionally AVAILABLE instances to control on which instances the service is active:
-PREFERRED (running on these instances normally ) -AVAILABLE (running on these instances when PREFERRED fails)
Eg:
To create a service called PAYROLL with preferred instance RAC_DB2 and available instance RAC_DB1
$srvctl add service -d RAC_DB -s PAYROLL -r RAC_DB2 -a RAC_DB1
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/117545.html原文链接:https://javaforall.cn
边栏推荐
- Roman numeral to integer
- LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
- Codeforces Global Round 19
- SPSS analysis of employment problems of college graduates
- Multi view 3D reconstruction
- Design and implementation of secsha system
- (4)UART应用设计及仿真验证2 —— RX模块设计(无状态机)
- Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~
- audiopolicy
- From the perspective of quantitative genetics, why do you get the bride price when you get married
猜你喜欢
Three. JS VR house viewing
Marginal probability and conditional probability
Selenium+Pytest自动化测试框架实战
Realize reverse proxy client IP transparent transmission
一文搞定JVM的内存结构
【经典控制理论】自控实验总结
Three.JS VR看房
3:第一章:认识JVM规范2:JVM规范,简介;
2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
随机推荐
ORB_ SLAM2/3
Three. Js-01 getting started
Go语言实现原理——Map实现原理
Basic knowledge of database (interview)
What is the process of building a website
LeetCode145. Post order traversal of binary tree (three methods of recursion and iteration)
2022.02.13 - SX10-30. Home raiding II
fibonacci search
媒体查询:引入资源
February 13, 2022 -5- maximum depth of binary tree
SPSS analysis of employment problems of college graduates
数据库基础知识(面试)
Three.JS VR看房
Week 17 homework
Go language implementation principle -- map implementation principle
Matlab smooth curve connection scatter diagram
并查集实践
Global and Chinese markets for children's amusement facilities 2022-2028: Research Report on technology, participants, trends, market size and share
Composition of interface
2: Chapter 1: understanding JVM specification 1: introduction to JVM;