随笔分类 -  oracle

AWR不能自动生成快照
摘要:尝试手工生成,报错sysaux表空间满。 检查DBA_HIST_SNAPSHOT和dba_hist_active_sess_history。发现有错误的过期数据,mmon无法自动清除。 手工删除过期数据 根据需要,压缩表 手工生成正常,但仍不能自动生成。 待晚上自动收集数据完成后,自动生成也恢复。 阅读全文
posted @ 2017-01-10 11:43 perel 阅读(2009) 评论(0) 推荐(0)
windows安装oracle遇INS 30131 错误
摘要:win2008 64位安装oracle 11.2.0.4也遇到INS 30131 错误 描述: 原因 - 无法访问临时位置。 操作 - 请确保当前用户具有访问临时位置所需的权限。 附加信息: - 所有节点上的框架设置检查都失败 - 原因: 问题的原因不可用 - 操作: 用户操作不可用 失败节点概要 阅读全文
posted @ 2017-01-10 11:06 perel 阅读(9511) 评论(0) 推荐(0)
solaris安装oracle遇INS 30131 错误
摘要:安装11.2.0.4,报错: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed. CAUSE: Failed to access the temporary loc 阅读全文
posted @ 2016-06-23 09:46 perel 阅读(763) 评论(0) 推荐(0)
expdp小记
摘要:一、10.2.0.5要求expdp导出a用户b表空间下的数据。expdp \'/ as sysdba\' directory=mydir dumpfile=1.dmp schemas=a exclude=table:\"in \(select table_name from dba_tables w... 阅读全文
posted @ 2014-11-25 15:19 perel 阅读(752) 评论(0) 推荐(0)
expdp报错ora 39126
摘要:11.2.0.2,expdp报错: ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []ORA-31642: the following SQL statement fails:BEGIN 阅读全文
posted @ 2014-06-20 15:53 perel 阅读(4484) 评论(0) 推荐(0)
oracle备忘
摘要:一、explain plan a)explain plan for select ... select * from table(dbms_xplan.display()); function display (table_name varchar2 default 'PLAN_TABLE', st 阅读全文
posted @ 2014-03-25 09:50 perel 阅读(237) 评论(0) 推荐(0)