上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 今天,在复习042,发现了一道关于bitmap index的题目,让我困惑许久~ 最后,就在网上查了查,发现了一篇不错的文章,转至此。042的这道题是:Whichtwostatementsaretrueaboutabitmapindex?(Choosetwo.)A)Itisrecommendedfo... 阅读全文
posted @ 2009-08-15 15:10 李济宏(Amadeus) 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 上个月去上海参加了Oracle 043的培训,OCM讲师刘铁大哥让我们要经常看看eygle、biti这些国内Oracle强人的网站,多学经验。 今天空闲时间,俺看了看Oracle官网,才发现,俺这个DBA,以后的目标该是什么。 首先,先看Oracle ACE成员索引: http://www.ora... 阅读全文
posted @ 2009-08-14 16:38 李济宏(Amadeus) 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 例: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select rtstpre,rtstnamefrom proute where rtid='RO 阅读全文
posted @ 2009-08-14 09:34 李济宏(Amadeus) 阅读(142) 评论(0) 推荐(0) 编辑
摘要: DB:1,切换primary到standby:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SQL>alterdatabasecommittoswit... 阅读全文
posted @ 2009-08-12 10:50 李济宏(Amadeus) 阅读(185) 评论(0) 推荐(0) 编辑
摘要: ORA-16040:standby destination archive log file is lockedCause:The target standby destination archive log file is currently locked. This indicates that... 阅读全文
posted @ 2009-08-12 10:22 李济宏(Amadeus) 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 例:新建oratest的DG DB:10.91.50.31 DG:10.91.50.6DG:1,建立相应的文件夹:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.co... 阅读全文
posted @ 2009-08-11 16:42 李济宏(Amadeus) 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 例:添加oralin数据库每日RMAN备份1,添加/u03/script/oralin/fullbak.shCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-... 阅读全文
posted @ 2009-08-11 15:23 李济宏(Amadeus) 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 例:RMAN备份每日的orawin数据库:1,新建backup.cmd:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->setoracle_sid=or... 阅读全文
posted @ 2009-08-11 15:07 李济宏(Amadeus) 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 数据库字符集:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select*fromnls_database_parameters;客户端字符集:1,C... 阅读全文
posted @ 2009-08-10 16:53 李济宏(Amadeus) 阅读(133) 评论(0) 推荐(0) 编辑
摘要: [1] 控制文件损坏(rman和常规恢复) [1.1] 有老的备份数据备份和控制文件trace [测试1] --使用trace恢复 shutdown abort [测试2] --使用trace恢复 正常shutdown [测试3] --使用控制文件备份来恢复 [测试4] 我们现在模拟备份控制文件,... 阅读全文
posted @ 2009-08-10 14:29 李济宏(Amadeus) 阅读(404) 评论(0) 推荐(0) 编辑
摘要: DB:现象:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SQL>startupORACLEinstancestarted.TotalSystemGl... 阅读全文
posted @ 2009-08-03 17:15 李济宏(Amadeus) 阅读(301) 评论(0) 推荐(0) 编辑
摘要: startSQL.bat:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->netstart"mssqlserver"netstart"sqlserver... 阅读全文
posted @ 2009-07-21 16:51 李济宏(Amadeus) 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 今早,erp兄弟妹妹们说很多表不能查询,经OEM查找,发现bach表空间的bach01.dbf损坏,需要recovery。解决方法:1,要确定你所还原的DB是一直处于Archive模式;2,用OEM确定损失的datafile的号码,比如,我丢失的bach01.dbf的号码是5,如果查不到,也没关系。... 阅读全文
posted @ 2009-07-02 08:50 李济宏(Amadeus) 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 今天发现dtbflower log文件超大。解决方案如下:请按步骤进行,未进行前面的步骤,请不要做后面的步骤 否则可能损坏你的数据库.一般不建议做第4,6两步 第4步不安全,有可能损坏数据库或丢失数据 第6步如果日志达到上限,则以后的数据库处理会失败,在清理日志后才能恢复. --*/ 1.清... 阅读全文
posted @ 2009-06-29 09:46 李济宏(Amadeus) 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 很多Junior DBA会经常遇到此种问题:在windows下安装第二个Oracle2或是第三个Oracle3,安装完后,发现以前的tns啊,oracle_home啊都默认成最新的那个参数了。造成tns ping不通,sqlplus连接不上。 对于tnsping的问题,解决方法很简单咯:在你最新的o... 阅读全文
posted @ 2009-06-24 16:59 李济宏(Amadeus) 阅读(216) 评论(0) 推荐(0) 编辑
摘要: ORA-01092: ORACLE 实例终止。强制断开连接上次打了个10.2.0的补丁,最后忘了升级数据字典了,导致此错误。只要按照正常的升级数据字典的步骤即可解决01092问题。Code highlighting produced by Actipro CodeHighlighter (freew... 阅读全文
posted @ 2009-06-16 11:58 李济宏(Amadeus) 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 开发人员经常喜欢select ...for update,如遇到关机或是死机的话,表就会被锁住。DBA则经常需要给他们解锁。情况1,如果你有9i的em,直接可以看到lock,kill掉即可。情况2,如果你是10g的em,直接看不到lock,需要以下步骤:1)确认是哪个用户lock的表;2)Code ... 阅读全文
posted @ 2009-06-11 14:10 李济宏(Amadeus) 阅读(271) 评论(0) 推荐(0) 编辑
摘要: duplicate前提条件:1,用户名必须统一,如oracle用户2,适用于本机对本机复制例:将DTLBERP复制,命名为dtlerp。考虑到/u02磁盘空间不够,将原DTLBERP数据文件路径改为/u01路径。1,建立dtlerp密码文件:Code highlighting produced by... 阅读全文
posted @ 2009-06-05 11:14 李济宏(Amadeus) 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 例:将mestest服务器的dtlbwms数据库移动到dtsoradb01服务器中。1、源数据库RMAN备份:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/... 阅读全文
posted @ 2009-05-07 14:08 李济宏(Amadeus) 阅读(265) 评论(0) 推荐(0) 编辑
摘要: imp没有恢复package的参数,所以,只能用笨办法:rows=n,只导入表结构和物件。步骤:1,dbca新建一个test数据库;2,新增user,表空间,给user赋予权限3,Code highlighting produced by Actipro CodeHighlighter (freew... 阅读全文
posted @ 2009-05-06 17:00 李济宏(Amadeus) 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Linux时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟。系统时钟是指当前Linux Kernel中的时钟,而硬件时钟则是主板上由电池供电的时钟,这个硬件时钟可以在BIOS中进行设置。当Linux启动时,硬件时钟会去读取系统时钟的设置,然后系统时... 阅读全文
posted @ 2009-04-08 16:59 李济宏(Amadeus) 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Windows版:情景:MESDB EM不能使用了,需要rebuild。解决方案:0,事先说明,此操作相当cool~ 因此,如果是online的db,请事先告知user停止操作,否则,DB会卡在那~1,drop the sysman account and mangement objects:Cod... 阅读全文
posted @ 2009-04-08 16:13 李济宏(Amadeus) 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1,查出拖延时间很长的sessionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->selectsid,/*SessionID*/opname,/*操作... 阅读全文
posted @ 2009-04-03 15:46 李济宏(Amadeus) 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1.复制安装文件。在ES 3的第1张安装光盘下找到vsftpd-1.2.0.4.i386.rpm文件复制到Linux任意目录下。2.点击rpm文件,安装。或terminal上执行:Code highlighting produced by Actipro CodeHighlighter (freew... 阅读全文
posted @ 2009-04-03 14:48 李济宏(Amadeus) 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Steps to enable Mailing from Database1.Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->sqlplus‘/assy... 阅读全文
posted @ 2009-03-31 16:52 李济宏(Amadeus) 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 安装LOGMINER:1,创建DBMS_LOGMNR包:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SQL>@$ORACLE_HOME\rdbms\... 阅读全文
posted @ 2009-03-30 15:48 李济宏(Amadeus) 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 錯誤訊息:------------------------------------Server Application ErrorThe server has encountered an error while loading an application during the processin... 阅读全文
posted @ 2009-03-26 14:55 李济宏(Amadeus) 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 今天很烦人,大早上的,公司MES的好几个Job卡在那了,不能kill,也不能broken,不过最后还是解决了~出现这种问题,restart是肯定的~以下是步骤:0,备份你的job脚本~因为后续要删除job,重建的~用PLSQL Developer.具体方法大家都知道。1,先将queue_proces... 阅读全文
posted @ 2009-03-20 14:34 李济宏(Amadeus) 阅读(166) 评论(0) 推荐(0) 编辑
摘要: lsb_release -a 查看系统版本。 cat /etc/redhat-release 看这个配置文件也可以。不过管理员可以修改这里的内容 cat /proc/cpuinfo 查看cpu信息,processor 0 为一个U, 1为两个,flags超线程。 lspci 查看主板信... 阅读全文
posted @ 2009-03-11 10:13 李济宏(Amadeus) 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 在linux的Oracle使上下方向键对SQL*Plus生效===========================================================首先下载下面三个软件Term-Readline-Gnu:http://search.cpan.org/dist/Term-... 阅读全文
posted @ 2009-03-10 15:58 李济宏(Amadeus) 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 有些时候,如sqlserver agent用本地系统开启,在run job或是ssis包时,会出现“某某user无法验证”错误,所以为单独的job添加运行身份,是必须的选择。步骤:1,添加凭据:安全性-》右键-》添加凭据-》输入一个系统admin的账号;2,添加代理:agent-》代理-》执行SSI... 阅读全文
posted @ 2009-03-06 16:56 李济宏(Amadeus) 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 例:oracle原缺省目录为/home/oralce ,现改为/u01/app/oracle步骤:1,拷贝.bash_profileCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighl... 阅读全文
posted @ 2009-03-05 15:57 李济宏(Amadeus) 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 解决方法:重建controlfile: 1)删除现在的controlfile 2)nomount DBCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->S... 阅读全文
posted @ 2009-03-05 14:14 李济宏(Amadeus) 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 问题:SQL> startupORACLE instance started.Total System Global Area 1610612736 bytesFixed Size 779080 bytesVariable Size 535043256 bytesDatabase Buffers 1... 阅读全文
posted @ 2009-03-05 14:09 李济宏(Amadeus) 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 今天头脑发晕,没事userdel了一个oracle用户,这可好,连oracle软件都del没了!还好是测试环境~ 注意: userdel:功能说明:删除用户帐号。 语 法:userdel [-r][用户帐号] 补充说明:userdel可删除用户帐号与相关的文件。若不加参数,则仅删除用户帐号,而... 阅读全文
posted @ 2009-03-04 16:54 李济宏(Amadeus) 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 上周末电脑速度太慢,就给重做了,想了想现在ubuntu越来越看好,我就也下了个iso,刻了张光盘装上。装上后感觉不错!我自己的什么的无线网卡啊,声卡啊那些的它都能自己认出来~不过麻烦事来了~平常我都是拿QQ和我爸妈视频聊天的,这次可好,linux版本的QQ,纯粹只能打字~,最后折腾了半天,有把ams... 阅读全文
posted @ 2009-03-03 08:18 李济宏(Amadeus) 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 例:将dtserp数据库更改为dtberp,sid也同时改为dtberp。1,Backup Database 这是必需的~2,数据库启动到mount状态Code highlighting produced by Actipro CodeHighlighter (freeware)http://www... 阅读全文
posted @ 2009-03-02 15:37 李济宏(Amadeus) 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 实例:将dtserp数据库移到另一台Server target。1,建立相应的文件夹 主要的参数应该包括:*_dmpb_dest、control_files、db_recovery_file_dest、db_create_file_dest等,将这些参数用show parameter查出来,并在ta... 阅读全文
posted @ 2009-03-02 14:03 李济宏(Amadeus) 阅读(129) 评论(0) 推荐(0) 编辑
摘要: OS:Linux ES 3(32)DB:Oracle 10g步骤:1,创建 Oracle 组和用户帐户 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->... 阅读全文
posted @ 2009-02-27 13:31 李济宏(Amadeus) 阅读(169) 评论(0) 推荐(0) 编辑
摘要: xmanager下载: 随着互联网的高速发展以及Linux企业应用的成熟,Linux被广泛应用于服务器领域,如何实现Linux的远程管理成为网络管理员的首要任务。我们经常见到的几种最为常用的windows下远程管理Linux服务器的方法,基本上都是利用SecureCRT,F-Secure SSH 抑... 阅读全文
posted @ 2009-02-26 10:09 李济宏(Amadeus) 阅读(227) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页