- 博客(10)
- 收藏
- 关注
原创 Ogg 一些问题记录
OGG-01298 Oracle GoldenGate Delivery for Oracle, rep_t1.prm: Column function diagnostic message: could not find column "transaction".map sycw.tablename, target sycw.tablename, filter (@GETENV('...
2019-10-24 16:30:15
746
1
原创 Oracle 表空间常用操作
//备忘-- 查看表空间使用率set lin 200 pagesize 1000select b.tablespace_name,round(sum(b.bytes)/1024/1024,0) sum_MB, round(sum(nvl(a.bytes,0))/1024/1024,0) free_MB, round((sum(b.bytes)-sum(nvl(a.bytes,0)))...
2019-10-12 15:43:05
353
原创 1. 初探Redis
yum -y install gccwget https://github.com/jemalloc/jemalloc/releases/download/4.2.1/jemalloc-4.2.1.tar.bz2$ tar xvf jemalloc-4.2.1.tar.bz2$ cd jemalloc-4.2.1$ ./configure --prefix=/usr/local/je...
2019-09-27 21:36:34
284
原创 rhel7系统下weblogic安装部署及常用命令
rhel7.4################################################################################### weblogic安装、配置、搭建集群等#####################################################################################...
2019-07-23 14:54:37
926
原创 oracle rac集群关闭和启动操作命令
一、关闭数据库的顺序1. 关闭数据库 oracle用户执行srvctl命令:$ srvctl stop/status database -d orcl #停止/查看所有节点上的实例2. 停止集群服务,必须以root用户执行crsctl命令# cd /u01/app/grid/11.2.0/bin# ./crsctl stop cluster -all或者./cr...
2019-07-21 21:58:48
11591
2
原创 VMware Workstation Pro 15 + OracleLinux7.4 搭建Oracle 12c RAC
# win10,VMware Workstation Pro 15 OracleLinux 7.4 Oracle 12c一、基本环境配置# 创建共享磁盘C:\Users\Administrator> f:F:\VMware\Program Files> cd F:\VMware\Program FilesF:\VMware\Program Files>...
2019-06-16 20:20:12
3344
1
转载 Re-Executing GRID setup fails with [FATAL] [INS-30024]
Debugging with strace[grid@dsctw21 grid]$ gridSetup.sh -silent -skipPrereqs -responseFile /home/grid/grid_dsctw2.rsp oracle.install.asm.SYSASMPassword=sys oracle.install.asm.monitorPass...
2019-06-16 19:29:22
3295
转载 linux grep用法
grep常用参数:-c: 打印符合要求的行数-i :忽略大小写-n:输出行和行号-v:打印不符合要求的行,即反选-A:后跟数字(有无空格都可以),例如-A2 表示打印筛选行及前2行-B:后跟数字,例如-B2表示打印筛选行及后2行-C:后跟数字,例如-C2表示打印筛选行及前后各2行-o:只打印符合要求的内容,而非整行示例:text.txt内容:abc...
2019-04-03 13:57:07
296
转载 查看磁盘使用情况并输出到文件
要求:请按照这样的日期格式(xxxx-xx-xx)每日生成一个文件,例如今天生成的文件为2019-03-26.log,并且把磁盘的使用情况写到这个文件中,不用考虑cron,仅仅写脚本即可。...
2019-03-26 18:04:21
870
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅