⌘KCtrl+K 快速搜索

> 文章列表 / Page 8

2019-06-14

一个CommonVault Oracle RMAN SBT TAPE MML 配置参数

run { allocate channel ch1 type 'sbt_tape' PARMS="SBT_LIBRARY=/usr/local/commvault/Base64/libobk.so,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch4,ThreadCommandLine=-chg 2:2 -rac 21 -vm Instance001)"; restore ...
#POST 1 MIN READ
2019-06-14

git npm brew yarn 配置proxy

all export https_proxy=http://127.0.0.1:6152 export http_proxy=http://127.0.0.1:6152 export all_proxy=socks5://127.0.0.1:6153 git npm brew yarn 配置代理 //git列出 git config --global http.proxy //git设置 git ...
#POST 2 MIN READ
2019-05-22

关于MySQL的doublewrite与Oracle中类似的机制

大致看了下mysql 的double write buffer概念 : So why doublewrite is needed ? It is needed to archive data safety in case of partial page writes. Innodb does not log full pages to the log files, but uses what is...
#POST 14 MIN READ
2019-05-21

快速部署ORACLE 19C

https://github.com/macleanliu/ora-easy-deploy ora-easy-deploy WORKS ON (CENTOS REDHAT ORACLE) LINUX 7 国外主机 su - root yum -y install git git clone https://github.com/macleanliu/ora-easy-d...
#POST 13 MIN READ