editplus error code400a

2019-03-25

1、在editplus属性/兼容性/设置以管理员身份运行此程序,导致错误:editplus error code400a  阅读全文...

expdp直接导入远程的数据到本地

2019-03-25

也可以直接导入远程的数据到本地  阅读全文...

ssh访问慢

2019-03-22

1、修改/etc/ssh/sshd_config
增加useDNS no
2、在/etc/hosts增加ip对应一个名字
3、 cat /etc/ssh/sshd_config |grep -v ^#  阅读全文...

openvpn配置server.conf和iptables

2019-03-22

openvpn用于开通vpn隧道,设置好ca/server/client证书。iptables用于将访问WCM公网IP的流量转发为内网流量  阅读全文...

openvpn创建证书步骤

2019-03-22

easy-rsa - Simple shell based CA utility,  阅读全文...

CentOS7安装openvpn步骤

2019-03-22

virtual private networks (VPN), 是提供给企业之间或者个人与公司之间安全数据传输的隧道,OpenVPN无疑是Linux下开源VPN的先锋,提供了良好的性能和友好的用户GUI。  阅读全文...

Python 日期和时间

2019-03-21

Python 程序能用很多方式处理日期和时间,转换日期格式是一个常见的功能。  阅读全文...

sort按指定列排序

2019-03-20

1、sort按照第七列排序  阅读全文...

nagios check_oracle_health ERROR OCIEnvNlsCreate

2019-03-19

本地可以执行,nagios服务器执行错误  阅读全文...

ORACLE中科学计数法显示问题的解决

2019-03-19

在sqlplus 中显示的是科学计数法,设定以下可以不用科学计数法显示:  阅读全文...

linux将NTFS分区的移动硬盘mount到data2

2019-03-15

将NTFS分区的移动硬盘mount到/data2  阅读全文...

oraInventory目录的作用

2019-03-14

What is oraInventory ?oraInventory is repository (directory) which store/records oracle software products & their oracle_homes location on a machine. This Inventory now a days in XML format and called as XML Inventory where as in past it used to be in binary format & called as binary Inventory.
There are basically two kind of Inventory Global Inventory (also called as Central Inventory) and Local Inventory also called as Oracle Home Inventory.  阅读全文...

UNIX平台orainstRoot.sh脚本作用

2019-03-14

使用Oracle Universal Installer(OUI)在UNIX平台上安装Oracle软件的快结束的时候会提示我们要执行orainstRoot.sh脚本。  阅读全文...

ORA-10456: cannot open standby database; media recovery session may be in progress

2019-03-13

oracle 11g dataguard,备库启动alter database open read only;  阅读全文...

expdp/impdp实例

2019-03-12

expdp也可以直接导入远程的数据到本地.  阅读全文...