码迷,mamicode.com
首页 >  
搜索关键字:physical standby    ( 1461个结果
12.2 中的Data Guard Standby 密码文件自动同步 (Doc ID 2307365.1)
Data Guard Standby Automatic Password file Synchronization in 12.2 (Doc ID 2307365.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2. ...
分类:数据库   时间:2019-12-15 00:36:51    阅读次数:104
18c & 19c Physical Standby Switchover Best Practices using SQL*Plus (Doc ID 2485237.1)
18c & 19c Physical Standby Switchover Best Practices using SQL*Plus (Doc ID 2485237.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 18.3 ...
分类:数据库   时间:2019-12-14 20:48:22    阅读次数:117
查询数据库名称及路径,空间文件大小
SELECT DB_NAME(database_id) AS [Database Name],[Name] AS [LogicalName],[Physical_Name] AS[Physical Name],((size *8) / 1024) AS [Size(MB)],[differentia... ...
分类:数据库   时间:2019-12-14 19:00:35    阅读次数:112
11.2 Data Guard Physical Standby Switchover Best Practices using SQL*Plus (Doc ID 1304939.1)
11.2 Data Guard Physical Standby Switchover Best Practices using SQL*Plus (Doc ID 1304939.1) APPLIES TO: Oracle Database - Enterprise Edition - Versio ...
分类:数据库   时间:2019-12-14 18:48:46    阅读次数:112
understanding android build layer · Dylan
build/ android 先看看Android官方的解释Understand Build LayersThe build hierarchy includes the abstraction layers that correspond to the physical make... ...
分类:移动开发   时间:2019-12-12 01:26:40    阅读次数:114
Linux文件和目录操作命令01
2.1pwd(5*)(printworkdirectory)打印工作目录(显示当前所在路径)后面可以接-L默认情况下接的也是-L(logical)的此种情况显示的是逻辑路径(相当于win的一样)-P(physical)的话,就会把真实的物理路径全部显示出来[root@oldbodylocal]#pwd/usr/local[root@oldbodylocal]#cd-返回上一次所在路径/root[r
分类:系统相关   时间:2019-12-11 11:19:43    阅读次数:108
单域MPLS 虚拟私有网络的整个详解配置过程(可跟做)
1.PE1和P和PE2之间跑IGP协议 运营商里面首选的还是ISIS协议我们实验的话,用的是OSPF协议 R3的IP地址和OSPF配置 [R3]display ip int brief *down: administratively down ^down: standby (l): loopback ...
分类:其他好文   时间:2019-12-09 12:05:56    阅读次数:124
Transportable tablespace on standby (Doc ID 788176.1)
APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.4 [Release 10.2]Oracle Database - Enterprise Edition - Version 10.2.0.5 ...
分类:数据库   时间:2019-12-08 23:25:39    阅读次数:164
Java Exceptions
1. 常见错误分类 一般的,errors可以分为以下几类: user input errors device errors or physical limitations code errors 2. 常用错误处理方式 2.1 error code 一种常用的错误处理方法是返回error code, ...
分类:编程语言   时间:2019-12-08 12:24:40    阅读次数:95
文件系统之LVM 逻辑卷管理
1、 LVM介绍 LVM 是 Logical Volume Manager 的简称,中文就是逻辑卷管理。 物理卷(PV,Physical Volume):就是真正的物理硬盘或分区。 卷组(VG,Volume Group):将多个物理卷合起来就组成了卷组,组成同一个卷组的物理卷 可以是同一个硬盘的不同 ...
分类:其他好文   时间:2019-12-06 13:13:12    阅读次数:134
1461条   上一页 1 ... 14 15 16 17 18 ... 147 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!