10 2014 档案

摘要:1.查看sqlplus的帮助是否可用,必须登录了才可用。D:\app\product\11.1.0\db_1\sqlplus\admin\help>sqlplus /nologSQL*Plus: Release 11.1.0.7.0 - Production on Tue Oct 28 10:55:... 阅读全文
posted @ 2014-10-28 11:05 Alex-Zeng 阅读(265) 评论(0) 推荐(0)
摘要:由于最近曝出linux的bash漏洞,想更新下bash,于是 想到了配置CentOS yum source。测试bash漏洞的命令:env x='() { :;}; echo "Your bash version is vulnerable"' bash -c "echo This is a tes... 阅读全文
posted @ 2014-10-24 15:37 Alex-Zeng 阅读(1014) 评论(1) 推荐(0)
摘要:*** ACTION NAME:(AUTO_SPACE_ADVISOR_JOB) 2014-10-22 22:49:58.046*** MODULE NAME:(DBMS_SCHEDULER) 2014-10-22 22:49:58.046*** SERVICE NAME:(SYS$USERS) 2... 阅读全文
posted @ 2014-10-23 18:08 Alex-Zeng 阅读(304) 评论(0) 推荐(0)
摘要:环境:windows Server 2003 oracle 10g,系统间备份目标系统创建共享文件,原系统挂载共享目录写批处理脚本,用任务计划定时调用Rem * 由于系统实时性要求不是很高,数据量不大,且只有一块磁盘,考虑异地备份 *Rem * 异地备份的时候使用expdp 出schema ... 阅读全文
posted @ 2014-10-22 18:03 Alex-Zeng 阅读(336) 评论(0) 推荐(0)
摘要:参考:http://t.askmaclean.com/thread-528-1-1.html运行脚本的时候一定要清楚脚本做了什么操作,注意看清脚本的报错。conn / as sysdba@?/rdbms/admin/catalrt.sql再次检查select OWNER, NAME, QUEUE_T... 阅读全文
posted @ 2014-10-22 17:51 Alex-Zeng 阅读(418) 评论(0) 推荐(0)
摘要:引用原文:http://foolraty.iteye.com/blog/1107803For DBMS_JOB usage:To find out more information about that failing job you can simply go over the job numbe... 阅读全文
posted @ 2014-10-22 16:50 Alex-Zeng 阅读(277) 评论(0) 推荐(0)
摘要:alert日志的报错内容Mon Oct 20 12:35:05 2014Errors in file d:\oracle\product\10.2.0\admin\wuqi\bdump\wuqi_dbw0_1664.trc:ORA-01157: ????/?????? 78 - ??? DBWR ?... 阅读全文
posted @ 2014-10-22 16:24 Alex-Zeng 阅读(247) 评论(1) 推荐(0)
摘要:参考博客:http://blog.csdn.net/tianlesoftware/article/details/4702978测试环境:C:\Users\Administrator>sqlplus "/as sysdba"SQL*Plus: Release 11.1.0.7.0 - Product... 阅读全文
posted @ 2014-10-16 16:26 Alex-Zeng 阅读(1206) 评论(0) 推荐(0)
摘要:C:\windows\system32>emctl start dbconsoleOC4J Configuration issue. D:\app\product\11.1.0\db_1/oc4j/j2ee/OC4J_DBConsole_ghost1_orcl not found.查看监听状态,环境... 阅读全文
posted @ 2014-10-15 17:40 Alex-Zeng 阅读(458) 评论(0) 推荐(0)
摘要:一、安装LogMiner1、@D:\app\product\11.1.0\db_1\RDBMS\ADMIN\dbmslm.sql2、@D:\app\product\11.1.0\db_1\RDBMS\ADMIN\dbmslmd.sql二、配置LogMiner文件夹 CREATE DIRECTORY ... 阅读全文
posted @ 2014-10-11 18:07 Alex-Zeng 阅读(1144) 评论(1) 推荐(0)
摘要:写在前面,在研究Oracle logmnr 的时候看到http://www.askmaclean.com/archives/dbms_logmnr-unsupported-sqlredo.html 的文章,其中有一句不知道maclean测试的是哪个版本的数据库,我测试的情况是可以的。Connecte... 阅读全文
posted @ 2014-10-11 17:45 Alex-Zeng 阅读(310) 评论(0) 推荐(0)