摘要:
startSQL.bat:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->netstart"mssqlserver"netstart"sqlserver...
阅读全文
posted @ 2009-07-21 16:51
中国的Amadeus
阅读(217)
推荐(0)
摘要:
今早,erp兄弟妹妹们说很多表不能查询,经OEM查找,发现bach表空间的bach01.dbf损坏,需要recovery。解决方法:1,要确定你所还原的DB是一直处于Archive模式;2,用OEM确定损失的datafile的号码,比如,我丢失的bach01.dbf的号码是5,如果查不到,也没关系。...
阅读全文
posted @ 2009-07-02 08:50
中国的Amadeus
阅读(195)
推荐(0)
摘要:
今天发现dtbflower log文件超大。解决方案如下:请按步骤进行,未进行前面的步骤,请不要做后面的步骤 否则可能损坏你的数据库.一般不建议做第4,6两步 第4步不安全,有可能损坏数据库或丢失数据 第6步如果日志达到上限,则以后的数据库处理会失败,在清理日志后才能恢复. --*/ 1.清...
阅读全文
posted @ 2009-06-29 09:46
中国的Amadeus
阅读(211)
推荐(0)
摘要:
很多Junior DBA会经常遇到此种问题:在windows下安装第二个Oracle2或是第三个Oracle3,安装完后,发现以前的tns啊,oracle_home啊都默认成最新的那个参数了。造成tns ping不通,sqlplus连接不上。 对于tnsping的问题,解决方法很简单咯:在你最新的o...
阅读全文
posted @ 2009-06-24 16:59
中国的Amadeus
阅读(231)
推荐(0)
摘要:
ORA-01092: ORACLE 实例终止。强制断开连接上次打了个10.2.0的补丁,最后忘了升级数据字典了,导致此错误。只要按照正常的升级数据字典的步骤即可解决01092问题。Code highlighting produced by Actipro CodeHighlighter (freew...
阅读全文
posted @ 2009-06-16 11:58
中国的Amadeus
阅读(306)
推荐(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
阅读(281)
推荐(0)
摘要:
duplicate前提条件:1,用户名必须统一,如oracle用户2,适用于本机对本机复制例:将DTLBERP复制,命名为dtlerp。考虑到/u02磁盘空间不够,将原DTLBERP数据文件路径改为/u01路径。1,建立dtlerp密码文件:Code highlighting produced by...
阅读全文
posted @ 2009-06-05 11:14
中国的Amadeus
阅读(232)
推荐(0)
摘要:
例:将mestest服务器的dtlbwms数据库移动到dtsoradb01服务器中。1、源数据库RMAN备份:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/...
阅读全文
posted @ 2009-05-07 14:08
中国的Amadeus
阅读(278)
推荐(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
阅读(237)
推荐(0)
摘要:
Linux时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟。系统时钟是指当前Linux Kernel中的时钟,而硬件时钟则是主板上由电池供电的时钟,这个硬件时钟可以在BIOS中进行设置。当Linux启动时,硬件时钟会去读取系统时钟的设置,然后系统时...
阅读全文
posted @ 2009-04-08 16:59
中国的Amadeus
阅读(314)
推荐(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
阅读(183)
推荐(0)
摘要:
1,查出拖延时间很长的sessionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->selectsid,/*SessionID*/opname,/*操作...
阅读全文
posted @ 2009-04-03 15:46
中国的Amadeus
阅读(153)
推荐(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
阅读(142)
推荐(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
阅读(186)
推荐(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
阅读(158)
推荐(0)
摘要:
錯誤訊息:------------------------------------Server Application ErrorThe server has encountered an error while loading an application during the processin...
阅读全文
posted @ 2009-03-26 14:55
中国的Amadeus
阅读(131)
推荐(0)
摘要:
今天很烦人,大早上的,公司MES的好几个Job卡在那了,不能kill,也不能broken,不过最后还是解决了~出现这种问题,restart是肯定的~以下是步骤:0,备份你的job脚本~因为后续要删除job,重建的~用PLSQL Developer.具体方法大家都知道。1,先将queue_proces...
阅读全文
posted @ 2009-03-20 14:34
中国的Amadeus
阅读(175)
推荐(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
阅读(435)
推荐(0)
摘要:
在linux的Oracle使上下方向键对SQL*Plus生效===========================================================首先下载下面三个软件Term-Readline-Gnu:http://search.cpan.org/dist/Term-...
阅读全文
posted @ 2009-03-10 15:58
中国的Amadeus
阅读(458)
推荐(0)
摘要:
有些时候,如sqlserver agent用本地系统开启,在run job或是ssis包时,会出现“某某user无法验证”错误,所以为单独的job添加运行身份,是必须的选择。步骤:1,添加凭据:安全性-》右键-》添加凭据-》输入一个系统admin的账号;2,添加代理:agent-》代理-》执行SSI...
阅读全文
posted @ 2009-03-06 16:56
中国的Amadeus
阅读(442)
推荐(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
阅读(199)
推荐(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
阅读(926)
推荐(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
阅读(494)
推荐(0)
摘要:
今天头脑发晕,没事userdel了一个oracle用户,这可好,连oracle软件都del没了!还好是测试环境~ 注意: userdel:功能说明:删除用户帐号。 语 法:userdel [-r][用户帐号] 补充说明:userdel可删除用户帐号与相关的文件。若不加参数,则仅删除用户帐号,而...
阅读全文
posted @ 2009-03-04 16:54
中国的Amadeus
阅读(134)
推荐(0)
摘要:
上周末电脑速度太慢,就给重做了,想了想现在ubuntu越来越看好,我就也下了个iso,刻了张光盘装上。装上后感觉不错!我自己的什么的无线网卡啊,声卡啊那些的它都能自己认出来~不过麻烦事来了~平常我都是拿QQ和我爸妈视频聊天的,这次可好,linux版本的QQ,纯粹只能打字~,最后折腾了半天,有把ams...
阅读全文
posted @ 2009-03-03 08:18
中国的Amadeus
阅读(136)
推荐(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
阅读(192)
推荐(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
阅读(138)
推荐(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
阅读(177)
推荐(0)
摘要:
xmanager下载: 随着互联网的高速发展以及Linux企业应用的成熟,Linux被广泛应用于服务器领域,如何实现Linux的远程管理成为网络管理员的首要任务。我们经常见到的几种最为常用的windows下远程管理Linux服务器的方法,基本上都是利用SecureCRT,F-Secure SSH 抑...
阅读全文
posted @ 2009-02-26 10:09
中国的Amadeus
阅读(234)
推荐(0)
摘要:
要按F1才能启动:有几种原因:1、CMOS参数设置不正确: 软驱:没有检测到软驱造成的,请检查数据线是否接好,再看BIOS中的设置对没有:检查一下启动顺序的设置;另外如果没有软驱直接屏蔽掉。STANDARD CMOS → Drive A:None 键盘:有的CMOS设置中键盘问题也会出现按F1开机情...
阅读全文
posted @ 2009-02-25 16:06
中国的Amadeus
阅读(205)
推荐(0)
摘要:
例:新增DTSVEGAS的访问。gateway服务器:1,在$ORACLE_HOME\tg4msql\admin下新写initdtsvegas.ora:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www...
阅读全文
posted @ 2009-02-24 13:19
中国的Amadeus
阅读(191)
推荐(0)
摘要:
配置过程:1,到OTN下载gateway:see www.oracle.com -> database -> free downloadhttp://www.oracle.com/technology/software/products/database/oracle10g/index.html2,...
阅读全文
posted @ 2009-02-24 11:49
中国的Amadeus
阅读(274)
推荐(0)
摘要:
微软解决方案是:1,从SQL Server 2005 外围应用配置器上配置本地连接和远程连接为tcp/ip方式及name Pipes;2,启用 SQL Server Browser 服务;3,在 Windows 防火墙中创建例外.具体步骤请参见: http://support.microsoft.c...
阅读全文
posted @ 2009-02-19 10:58
中国的Amadeus
阅读(153)
推荐(0)
摘要:
1,新建任务计划2,在运行中填入诸如: D:\programming\SyncAD\NT_LDAP_Synchronizer.exe D:\programming\SyncAD\dts.SyncDef3,添加运行时间。 它将自动执行exe文件中的.sysndef的文件。
阅读全文
posted @ 2009-02-04 11:39
中国的Amadeus
阅读(141)
推荐(0)
摘要:
迁移前: 使用Upgrade Advisor进行迁移前对SQL 2000的分析。 Upgrade Advisor可以指出你可能遇到的 DTS Packages包的一些重要的迁移问题,还可以帮出你测算出迁移过程中你需要付多少时间和精力。在很多情况下,你可以选择迁移但是你可能还是会遗留下一些2000 D...
阅读全文
posted @ 2009-02-04 10:35
中国的Amadeus
阅读(275)
推荐(0)
摘要:
On SQL2005 (with or without SP1), attempting to save an edit to an existing Maintenance plan or save a new maintenace plan results in a dialog box wit...
阅读全文
posted @ 2009-02-04 10:28
中国的Amadeus
阅读(168)
推荐(0)
摘要:
1,写一个批处理:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->setORACEL_SID=***C:\oracle\product\10.2.0\d...
阅读全文
posted @ 2009-01-19 11:07
中国的Amadeus
阅读(170)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--查找重复的Custno列的数据SELECT*FROMSCM_CustomerWHERECustnoI...
阅读全文
posted @ 2009-01-16 13:06
中国的Amadeus
阅读(153)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->EXECsp_configure'showadvancedoptions',1;RECONFIGURE;...
阅读全文
posted @ 2009-01-16 08:53
中国的Amadeus
阅读(476)
推荐(0)
摘要:
以oracle 进入系统(不要使用su切换到oracle)执行env显示 DISPLAY=localhost:10.0执行dbca ,出现图形界面
阅读全文
posted @ 2009-01-04 15:27
中国的Amadeus
阅读(1892)
推荐(0)