摘要:
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
阅读(191)
推荐(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
阅读(180)
推荐(0)
摘要:
錯誤訊息:------------------------------------Server Application ErrorThe server has encountered an error while loading an application during the processin...
阅读全文
posted @ 2009-03-26 14:55
中国的Amadeus
阅读(135)
推荐(0)
摘要:
今天很烦人,大早上的,公司MES的好几个Job卡在那了,不能kill,也不能broken,不过最后还是解决了~出现这种问题,restart是肯定的~以下是步骤:0,备份你的job脚本~因为后续要删除job,重建的~用PLSQL Developer.具体方法大家都知道。1,先将queue_proces...
阅读全文
posted @ 2009-03-20 14:34
中国的Amadeus
阅读(187)
推荐(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
阅读(442)
推荐(0)
摘要:
在linux的Oracle使上下方向键对SQL*Plus生效===========================================================首先下载下面三个软件Term-Readline-Gnu:http://search.cpan.org/dist/Term-...
阅读全文
posted @ 2009-03-10 15:58
中国的Amadeus
阅读(671)
推荐(0)
摘要:
有些时候,如sqlserver agent用本地系统开启,在run job或是ssis包时,会出现“某某user无法验证”错误,所以为单独的job添加运行身份,是必须的选择。步骤:1,添加凭据:安全性-》右键-》添加凭据-》输入一个系统admin的账号;2,添加代理:agent-》代理-》执行SSI...
阅读全文
posted @ 2009-03-06 16:56
中国的Amadeus
阅读(451)
推荐(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
阅读(206)
推荐(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
阅读(946)
推荐(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
阅读(520)
推荐(0)
摘要:
今天头脑发晕,没事userdel了一个oracle用户,这可好,连oracle软件都del没了!还好是测试环境~ 注意: userdel:功能说明:删除用户帐号。 语 法:userdel [-r][用户帐号] 补充说明:userdel可删除用户帐号与相关的文件。若不加参数,则仅删除用户帐号,而...
阅读全文
posted @ 2009-03-04 16:54
中国的Amadeus
阅读(142)
推荐(0)
摘要:
上周末电脑速度太慢,就给重做了,想了想现在ubuntu越来越看好,我就也下了个iso,刻了张光盘装上。装上后感觉不错!我自己的什么的无线网卡啊,声卡啊那些的它都能自己认出来~不过麻烦事来了~平常我都是拿QQ和我爸妈视频聊天的,这次可好,linux版本的QQ,纯粹只能打字~,最后折腾了半天,有把ams...
阅读全文
posted @ 2009-03-03 08:18
中国的Amadeus
阅读(141)
推荐(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
阅读(197)
推荐(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
阅读(157)
推荐(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
阅读(184)
推荐(0)
摘要:
xmanager下载: 随着互联网的高速发展以及Linux企业应用的成熟,Linux被广泛应用于服务器领域,如何实现Linux的远程管理成为网络管理员的首要任务。我们经常见到的几种最为常用的windows下远程管理Linux服务器的方法,基本上都是利用SecureCRT,F-Secure SSH 抑...
阅读全文
posted @ 2009-02-26 10:09
中国的Amadeus
阅读(245)
推荐(0)
摘要:
要按F1才能启动:有几种原因:1、CMOS参数设置不正确: 软驱:没有检测到软驱造成的,请检查数据线是否接好,再看BIOS中的设置对没有:检查一下启动顺序的设置;另外如果没有软驱直接屏蔽掉。STANDARD CMOS → Drive A:None 键盘:有的CMOS设置中键盘问题也会出现按F1开机情...
阅读全文
posted @ 2009-02-25 16:06
中国的Amadeus
阅读(225)
推荐(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
阅读(203)
推荐(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
阅读(286)
推荐(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
阅读(160)
推荐(0)
摘要:
1,新建任务计划2,在运行中填入诸如: D:\programming\SyncAD\NT_LDAP_Synchronizer.exe D:\programming\SyncAD\dts.SyncDef3,添加运行时间。 它将自动执行exe文件中的.sysndef的文件。
阅读全文
posted @ 2009-02-04 11:39
中国的Amadeus
阅读(147)
推荐(0)
摘要:
迁移前: 使用Upgrade Advisor进行迁移前对SQL 2000的分析。 Upgrade Advisor可以指出你可能遇到的 DTS Packages包的一些重要的迁移问题,还可以帮出你测算出迁移过程中你需要付多少时间和精力。在很多情况下,你可以选择迁移但是你可能还是会遗留下一些2000 D...
阅读全文
posted @ 2009-02-04 10:35
中国的Amadeus
阅读(284)
推荐(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
阅读(172)
推荐(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
阅读(179)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--查找重复的Custno列的数据SELECT*FROMSCM_CustomerWHERECustnoI...
阅读全文
posted @ 2009-01-16 13:06
中国的Amadeus
阅读(169)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->EXECsp_configure'showadvancedoptions',1;RECONFIGURE;...
阅读全文
posted @ 2009-01-16 08:53
中国的Amadeus
阅读(485)
推荐(0)
摘要:
以oracle 进入系统(不要使用su切换到oracle)执行env显示 DISPLAY=localhost:10.0执行dbca ,出现图形界面
阅读全文
posted @ 2009-01-04 15:27
中国的Amadeus
阅读(1930)
推荐(0)
摘要:
一、 ORACLE数据库管理员的职责ORACLE数据库管理员应按如下方式对ORACLE数据库系统做定期监控:(1). 每天对ORACLE数据库的运行状态,日志文件,备份情况,数据库的空间使用情况,系统资源的使用情况进行检查,发现并解决问题。 (2). 每周对数据库对象的空间扩展情况,数据的增长情况进...
阅读全文
posted @ 2009-01-02 11:15
中国的Amadeus
阅读(200)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--createuserSP0704166,Password:lijuanCREATEUSERSP071...
阅读全文
posted @ 2009-01-02 11:12
中国的Amadeus
阅读(141)
推荐(0)
摘要:
C编译环境搭建1)pcscfg.cfg中的修改2)/usr/include下(权限可为755)I2Ocomm.pcI2Ocomm.hdecimal.h3)/usr/bin下mkpcmakefile_template 关于batch job在Informix 中有对于Job 进行进程排序的程序 bat...
阅读全文
posted @ 2009-01-02 10:54
中国的Amadeus
阅读(274)
推荐(0)
摘要:
很简单:打开visio-》项目日程-》日历-》托“月”到设计框-》打印即可 :)
阅读全文
posted @ 2009-01-02 10:46
中国的Amadeus
阅读(168)
推荐(0)
摘要:
1,开始->>SQLServer2005->>配置工具->>SQLServer外围应用配置器->>服务和外围连接的应用配置器->>点击"远程连接"->>本地连接和远程连接->>同时使用TCP/IP和named Pipes->>点"确定"->>重启SQLserver服务2,如果还不行,重启服务器!
阅读全文
posted @ 2009-01-02 08:29
中国的Amadeus
阅读(142)
推荐(0)
摘要:
cmd -> properties -> Layout -> Screen Buffer Size -> Height改到你够用的大小就行:)
阅读全文
posted @ 2008-12-25 15:56
中国的Amadeus
阅读(154)
推荐(0)
摘要:
DDL is Data Definition Language statements. Some examples:CREATE - to create objects in the databaseALTER - alters the structure of the databaseDROP -...
阅读全文
posted @ 2008-12-25 10:47
中国的Amadeus
阅读(124)
推荐(0)
摘要:
例:删除表空间BACHCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->droptablespaceBACHincludingcontentsanddat...
阅读全文
posted @ 2008-12-11 13:21
中国的Amadeus
阅读(136)
推荐(0)
摘要:
imp:1,当数据库没有此表时:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$impuid/pwd@erptestfile=dts1202.dmpt...
阅读全文
posted @ 2008-12-08 13:38
中国的Amadeus
阅读(155)
推荐(0)
摘要:
其实是很傻瓜的方法~~大家都会~~1,在Select语句前加:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->declare@startSecdatet...
阅读全文
posted @ 2008-12-04 11:25
中国的Amadeus
阅读(166)
推荐(0)
摘要:
1)在SQL 2005服务器上安装Oracle 10g的客户端。 假设安装到C:\oracle\ 目录,需在安全选项卡添加everyone用户,并给所有权限。2)配置C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN\tnsnames.ora 文件,将你需...
阅读全文
posted @ 2008-12-02 11:34
中国的Amadeus
阅读(181)
推荐(0)
摘要:
1. 选用适合的ORACLE优化器 ORACLE的优化器共有3种: a.RULE (基于规则) b. COST (基于成本)c. CHOOSE (选择性) 设置缺省的优化器,可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明,如RULE,COST,CHOOSE,ALL_RO...
阅读全文
posted @ 2008-11-27 10:53
中国的Amadeus
阅读(150)
推荐(0)
摘要:
cmd中运行:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->wmic/node:"[fullmachinename]"/USER:"[domain]\...
阅读全文
posted @ 2008-11-23 17:07
中国的Amadeus
阅读(418)
推荐(0)