当前位置:网站首页>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
边栏推荐
- From the perspective of quantitative genetics, why do you get the bride price when you get married
- MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
- 2022.02.13 - SX10-30. Home raiding II
- Common model making instructions
- 利用LNMP实现wordpress站点搭建
- Go language implementation principle -- map implementation principle
- 3: Chapter 1: understanding JVM specification 2: JVM specification, introduction;
- The PNG image is normal when LabVIEW is opened, and the full black image is obtained when Photoshop is opened
- Codeforces Global Round 19
- Douban scoring applet Part-2
猜你喜欢
![[speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]](/img/df/9aa83ac5bd9f614942310a040a6dff.jpg)
[speech processing] speech signal denoising and denoising based on Matlab GUI low-pass filter [including Matlab source code 1708]
![[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]](/img/b4/af689abb3ad4e25988f2d17152406e.jpg)
[digital signal denoising] improved wavelet modulus maxima digital signal denoising based on MATLAB [including Matlab source code 1710]

Getting started stm32--gpio (running lantern) (nanny level)

LabVIEW打开PNG 图像正常而 Photoshop打开得到全黑的图像

CorelDRAW plug-in -- GMS plug-in development -- new project -- macro recording -- VBA editing -- debugging skills -- CDR plug-in (2)

Ultrasonic sensor flash | LEGO eV3 Teaching

TypeError: this. getOptions is not a function

One article deals with the microstructure and instructions of class

Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d

Hainan Nuanshen tea recruits warmhearted people: recruitment of the product experience recommender of Nuanshen multi bubble honey orchid single cluster
随机推荐
3 find the greatest common divisor and the least common multiple
openresty ngx_lua正则表达式
Selenium+pytest automated test framework practice
AsyncSocket长连接棒包装问题解决
Error when LabVIEW opens Ni instance finder
MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
Idea rundashboard window configuration
终于搞懂什么是动态规划的
Global and Chinese markets for children's amusement facilities 2022-2028: Research Report on technology, participants, trends, market size and share
判断二叉树是否为完全二叉树
LeetCode——Add Binary
媒体查询:引入资源
Ultrasonic sensor flash | LEGO eV3 Teaching
Use of shell:for loop
Shell: operator
Multi sensor fusion of imu/ optical mouse / wheel encoder (nonlinear Kalman filter)
[speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
Go language implementation principle -- lock implementation principle
Three. JS VR house viewing
Vision Transformer (ViT)