发布时间:2013-09-09 13:34:44
查看字符集SQL> select * from v$nls_parameters; 更改字符集:ALTER DATABASE character set INTERNAL_USE AL32UTF8;重启数据库。......【阅读全文】
发布时间:2013-08-29 20:33:13
imp icms/password@portaldb file=/home/oracle/icms.dmp fromuser=icms touser=icms ignore=y;出现 IMP-00058: ORACLE error 12154 encountered 错误。发现 /opt/oracle/product/11.2.0/db_1/network/admin/目录下没有listener.ora 、sqlnet.ora、 tnsnames.ora三个文件,需要手工添加并且更正文件权限为安装oracl.........【阅读全文】
发布时间:2013-08-21 15:09:29
定制安装响应文件官网地址:http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.installation.base.doc/info/aes/ae/tins_linuxsetup.html要配置对产品进行静默安装,在发出安装命令之前请更改静默响应文件中的选项。采用静默安装方式时,不接受在命令行上使用交互安装选项.........【阅读全文】
发布时间:2013-08-19 18:20:33
通过ps -Af|grep openfire 能够得到openfire进程的进程号(openfire没有stop的shell,真是蹩脚)而在shell 脚本里很难通过 ps -Af|grep openfire 得到正在运行的openfire进程号,在网上找了好久也没有发现有一个好的办法,仔细想想在每次启动openfire时可以得进程号,然后把进程号写入一个文件中,当想要kill掉openfire进.........【阅读全文】