当前位置:网站首页>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
边栏推荐
- Use of metadata in golang grpc
- Multi sensor fusion of imu/ optical mouse / wheel encoder (nonlinear Kalman filter)
- Media query: importing resources
- 一文搞定JVM的内存结构
- Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
- Alibaba Tianchi SQL training camp task4 learning notes
- 媒体查询:引入资源
- openresty ngx_lua正则表达式
- Element positioning of Web Automation
- poj 2762 Going from u to v or from v to u? (推断它是否是一个薄弱环节图)
猜你喜欢
东南亚电商指南,卖家如何布局东南亚市场?
YML configuration, binding and injection, verification, unit of bean
2022 G3 boiler water treatment simulation examination and G3 boiler water treatment simulation examination question bank
Mathematical formula screenshot recognition artifact mathpix unlimited use tutorial
Negative sampling
【Note17】PECI(Platform Environment Control Interface)
基于脉冲神经网络的物体检测
Common model making instructions
Vision Transformer (ViT)
Thoroughly understand JVM class loading subsystem
随机推荐
openresty ngx_ Lua regular expression
There are 14 God note taking methods. Just choose one move to improve your learning and work efficiency by 100 times!
Go语言实现原理——锁实现原理
Leetcode weekly The 280 game of the week is still difficult for the special game of the week's beauty team ~ simple simulation + hash parity count + sorting simulation traversal
Realize reverse proxy client IP transparent transmission
2022 G3 boiler water treatment simulation examination and G3 boiler water treatment simulation examination question bank
代码农民提高生产力
3D reconstruction of point cloud
基于脉冲神经网络的物体检测
npm ELECTRON_ Mirror is set as domestic source (npmmirror China mirror)
2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
2: Chapter 1: understanding JVM specification 1: introduction to JVM;
Three.JS VR看房
3:第一章:认识JVM规范2:JVM规范,简介;
Summary of binary tree recursive routines
Un article traite de la microstructure et des instructions de la classe
Getting started stm32--gpio (running lantern) (nanny level)
MoCo: Momentum Contrast for Unsupervised Visual Representation Learning
Sum of two numbers, sum of three numbers (sort + double pointer)
利用LNMP实现wordpress站点搭建