当前位置:网站首页>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
边栏推荐
- (4)UART应用设计及仿真验证2 —— TX模块设计(无状态机)
- 3:第一章:认识JVM规范2:JVM规范,简介;
- LabVIEW打开PNG 图像正常而 Photoshop打开得到全黑的图像
- Leetcode buys and sells stocks
- 424. 替换后的最长重复字符 ●●
- Pyqt control part (I)
- Negative sampling
- 6-axis and 9-axis IMU attitude estimation
- Go language implementation principle -- map implementation principle
- Hainan Nuanshen tea recruits warmhearted people: recruitment of the product experience recommender of Nuanshen multi bubble honey orchid single cluster
猜你喜欢

Three.js-01 入门

98. 验证二叉搜索树 ●●

Non rigid / flexible point cloud ICP registration

Yiwen gets rid of the garbage collector

芯源&立创EDA训练营——无刷电机驱动

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

From the perspective of quantitative genetics, why do you get the bride price when you get married

Week 17 homework

How to design API return code (error code)?

The method and principle of viewing the last modification time of the web page
随机推荐
Code farmers to improve productivity
证明 poj 1014 模优化修剪,部分递归 有错误
It is proved that POJ 1014 module is optimized and pruned, and some recursion is wrong
14种神笔记方法,只需选择1招,让你的学习和工作效率提高100倍!
Krypton Factor purple book chapter 7 violent solution
(4)UART应用设计及仿真验证2 —— RX模块设计(无状态机)
C Primer Plus Chapter 9 question 9 POW function
Expectation, variance and covariance
openresty ngx_lua正則錶達式
Media query: importing resources
LeetCode——Add Binary
Non rigid / flexible point cloud ICP registration
Go语言实现原理——Map实现原理
UART Application Design and Simulation Verification 2 - TX Module Design (Stateless machine)
Rethinking about MySQL query optimization
3D point cloud slam
3D reconstruction of point cloud
Alibaba Tianchi SQL training camp task4 learning notes
Matlab smooth curve connection scatter diagram
98. 验证二叉搜索树 ●●