发布时间:2015-10-21 15:24:28
[root@awakelinux ~]# ps -ef | grep -i "ora_" #Oracle Background processoracle 1695 1 0 14:23 ? 00:00:00 ora_pmon_salesoracle 1697 .........【阅读全文】
发布时间:2015-09-16 21:41:58
使用ssh Secure file连接服务器上Oracle的时候。在SqlPlus工具上退格、上翻和下翻都会出现SQL> ^[[A的乱码解决办法:安装rlwrap下载地址:http://utopia.knoware.nl/%7Ehlub/uck/rlwrap/# tar zxvf rlwrap-0.37.tar.gz# cd rlwrap-0.37/# ./configure# make# make install首先确保Linux操作系统已经安装read.........【阅读全文】