摘要:
打补丁报错: [oracle@db01 23054359]$ opatch apply Oracle Interim Patch Installer version 11.2.0.3.10 Copyright (c) 2019, Oracle Corporation. All rights rese 阅读全文
摘要:
打补丁报错: [oracle@db01 23054359]$ opatch apply Oracle Interim Patch Installer version 11.2.0.3.10 Copyright (c) 2019, Oracle Corporation. All rights rese 阅读全文
摘要:
本方法根据我目前掌握的知识只能应用于新库,有数据的库不建议使用 SQL> shutdown immediate Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount; ORACLE in 阅读全文
摘要:
引言: 对于linux初学者来说,在虚拟VMware tools软件环境中没有安装VMware tools是一件头疼的事,你要从宿主机拖拽文件到虚拟机是不行的。安装VMware tools增强虚拟系统性能。 在虚拟LIUNX环境中安装VMware tools不像是虚拟环境win7那样简单,在虚拟w7 阅读全文
摘要:
1、刚配置完sysctl,加载时报错:[root@itpux1 yum.repos.d]# sysctl -pnet.ipv4.ip_forward = 0net.ipv4.conf.default.rp_filter = 1net.ipv4.conf.default.accept_source_r 阅读全文
摘要:
备注,使用方法:当前目录下要存在需要测试的地址端口,例子:cat ip.txt141.12.65.17 7500 #!/bin/bashcur_dir=$(pwd)ipfile=$cur_dir/ip.txtlogfile=$cur_dir/log.txtdate=dateecho "****${d 阅读全文
|