
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
os: centos 7.4db: oracle 11.2.0.4一套 oracle rac 的 asm ocr 磁盘组的冗余方式为normal,现在需要替换之前的 asm ocr 磁盘。通过加盘减盘的方式实现ocr的磁盘信息# ls -l /dev/asm/asm*ocr*asm-ocr1asm-ocr2asm-ocr3asm-ocr01asm-ocr02asm-ocr03...
os: centos 7.4db: oracle 11.2.0.4v$lockv$locked_objectselectlo.*,DECODE (lo.locked_mode,0, 'None ',1, 'Null ',2, 'Row-S(SS) ',3, 'Row-X(SX) ',...
os: centos 7.4.1708db: oracle 11.2.0.4xtts 是 tts 的加强版,主要用在表空间迁移上,限制是源端和目标端的数据库版本必须一致.V4 Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 2471245.1)已经明确指出 DBMS_F
like匹配ilike不区分大小写匹配~~等价于 like~~*等价于 ilike~匹配正则表达式,大小写相关~*匹配正则表达式,大小写无关通配符%百分号用于匹配字符串序列,可匹配任意组合_下划线用于匹配任何单一字符如果想要做前缀匹配或后缀匹配,可以用下面的方法1、前缀模糊查询。selec...
os: centos 7.4db: postgresql 10.11oid、tableoid、ctid、xmin、xmax、cmin、cmax 这些都是 postgresql 数据库表的隐藏列.起着不同的作用.版本# cat /etc/centos-releaseCentOS Linux release 7.4.1708 (Core)### yum list installed |grep -i
os: centos 7.4db: postgresql 10.10自治事务,它将记录独立于数据库主线事务运行,并且不关心主线事务的最终结果。oracle 通过 添加 pragma autonomous_transaction 实现自治事务,可以很安全的实现写日志的安全性。参考<<Oracle 的自治事务 AUTONOMOUS TRANSACTION>>那么 po...
os: centos 7.4 64bitdb: oracle 11.2.0.4安装 software 到%86时出现报错Error in invoking target ‘agent nmhs’ of makefile解决方案是在makefile中添加链接libnnz11库的参数修改 $ORACLE_HOME/sysman/lib/ins_emagent.mk,将$(MK_EMAG...
os: centos 7.4db: postgresql 10.10自治事务,它将记录独立于数据库主线事务运行,并且不关心主线事务的最终结果。oracle 通过 添加 pragma autonomous_transaction 实现自治事务,可以很安全的实现写日志的安全性。参考<<Oracle 的自治事务 AUTONOMOUS TRANSACTION(https://blog....
os: centos 7.4db: oracle 11.2.0.4版本# cat /etc/centos-releaseCentOS Linux release 7.4.1708 (Core)# su - oracle$ sqlplus / as sysdba;SQL*Plus: Release 11.2.0.4.0 Production on Wed Dec 18 18:19...
os: centos 7.4db: oracle 11.2.0.4一套 oracle rac 的 asm ocr 磁盘组的冗余方式为normal,现在需要替换之前的 asm ocr 磁盘。通过新建磁盘组的方式实现ocr、voting disk信息# /u01/app/grid/product/11.2.0/grid_1/bin/ocrcheck# /u01/app/grid/prod...