当前位置:网站首页>11gR2 Database Services for " Policy" and " Administrator" Managed databases (file I
11gR2 Database Services for " Policy" and " Administrator" Managed databases (file I
2022-07-05 23:20:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm the king of the whole stack , I've prepared for you today Idea Registration code .
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
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/117545.html Link to the original text :https://javaforall.cn
边栏推荐
- February 13, 2022-4-symmetric binary tree
- Use the rewrite rule to rewrite all accesses to the a domain name to the B domain name
- UVA – 11637 garbage remembering exam (combination + possibility)
- CJ mccullem autograph: to dear Portland
- Marginal probability and conditional probability
- Getting started stm32--gpio (running lantern) (nanny level)
- 6-axis and 9-axis IMU attitude estimation
- 数学公式截图识别神器Mathpix无限使用教程
- 视频标准二三事
- Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
猜你喜欢
数据库基础知识(面试)
透彻理解JVM类加载子系统
Hcip day 12 (BGP black hole, anti ring, configuration)
2:第一章:认识JVM规范1:JVM简介;
Element positioning of Web Automation
Getting started stm32--gpio (running lantern) (nanny level)
芯源&立创EDA训练营——无刷电机驱动
第十七周作业
并查集实践
Data type, variable declaration, global variable and i/o mapping of PLC programming basis (CoDeSys)
随机推荐
(4) UART application design and simulation verification 2 - TX module design (stateless machine)
C Primer Plus Chapter 9 question 10 binary conversion
基于脉冲神经网络的物体检测
数学公式截图识别神器Mathpix无限使用教程
AsyncSocket长连接棒包装问题解决
[original] what is the core of programmer team management?
ORB_ SLAM2/3
Week 17 homework
Marginal probability and conditional probability
2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
2022 G3 boiler water treatment simulation examination and G3 boiler water treatment simulation examination question bank
并查集实践
3D point cloud slam
Composition of interface
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
实现反向代理客户端IP透传
开关电源Buck电路CCM及DCM工作模式
Leecode learning notes
CJ mccullem autograph: to dear Portland
February 13, 2022 -5- maximum depth of binary tree