摘要: 【数据库版本10.2.0】 问题描述: 因需正常重启数据库,在用脚本停数据库的过程中hung住(长时间等待并无反应),先用尝试用脚本停数据库,hang住之后,尝试终止,后续sqlplus下:shutdown immediate再次尝试关闭数据库。 后续查看数据库alert.log 其中有如下信息: 阅读全文
posted @ 2018-08-13 10:29 dramas 阅读(447) 评论(0) 推荐(0)
摘要: 服务器配置 1,防火墙配置 systemctl stop firewalld____停止 systemctl disable firewalld____关闭开机自启 关闭系统selinux 2,修改/etc/hosts ODB 172.10.8.132 3,修改系统限制 /etc/sysctl.co 阅读全文
posted @ 2021-12-27 16:00 dramas 阅读(110) 评论(0) 推荐(0)
摘要: truncate table T_GL_CASHFLOWRECORD ;truncate table T_CAS_PaymentBill ;truncate table T_CAS_PaymentBillEntry ;truncate table T_BE_BankPayingBill ;trunc 阅读全文
posted @ 2021-12-13 16:22 dramas 阅读(716) 评论(0) 推荐(0)
摘要: 查看执行计划的方法: 1:set autotrace on 如果出现错误:需要重建plustrce角色; Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - ProductionWith the Parti 阅读全文
posted @ 2020-12-02 16:14 dramas 阅读(42) 评论(0) 推荐(0)