会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dramas
博客园
首页
新随笔
联系
订阅
管理
[置顶]
oralce数据库关闭时hang住解决过程
摘要: 【数据库版本10.2.0】 问题描述: 因需正常重启数据库,在用脚本停数据库的过程中hung住(长时间等待并无反应),先用尝试用脚本停数据库,hang住之后,尝试终止,后续sqlplus下:shutdown immediate再次尝试关闭数据库。 后续查看数据库alert.log 其中有如下信息:
阅读全文
posted @ 2018-08-13 10:29 dramas
阅读(447)
评论(0)
推荐(0)
2021年12月27日
oracle(11.2.0.4)-RH7.4安装部署
摘要: 服务器配置 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)
2021年12月13日
金蝶EAS清理业务表、保留业务表清单
摘要: 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)
2020年12月2日
执行计划查看
摘要: 查看执行计划的方法: 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)
公告