随笔分类 -  DB Manage

Oracle Manage、MSSQL Manage、Linux Manage、DB Backup/Restore
摘要:例:新增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) 阅读(184) 评论(0) 推荐(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) 阅读(267) 评论(0) 推荐(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) 阅读(164) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--createuserSP0704166,Password:lijuanCREATEUSERSP071... 阅读全文
posted @ 2009-01-02 11:12 李济宏(Amadeus) 阅读(133) 评论(0) 推荐(0) 编辑
摘要:例:删除表空间BACHCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->droptablespaceBACHincludingcontentsanddat... 阅读全文
posted @ 2008-12-11 13:21 李济宏(Amadeus) 阅读(119) 评论(0) 推荐(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) 阅读(144) 评论(0) 推荐(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) 阅读(164) 评论(0) 推荐(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) 阅读(136) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--1.startupnomount;--2.alterdatabasemountstandbydata... 阅读全文
posted @ 2008-11-19 09:34 李济宏(Amadeus) 阅读(122) 评论(0) 推荐(0) 编辑
摘要:$ORACLE_HOME/network/admin/sqlnet.oraSQLNET.AUTHENTICATION_SERVICES = (NTS)修改为SQLNET.AUTHENTICATION_SERVICES = (NONE) 阅读全文
posted @ 2008-11-19 09:06 李济宏(Amadeus) 阅读(158) 评论(0) 推荐(0) 编辑
摘要:1,create 一个user的方法:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--createuserSP0704166,Password:li... 阅读全文
posted @ 2008-11-18 13:56 李济宏(Amadeus) 阅读(250) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--1、文件IO统计selectTS.Name,DF.NameFile_Name,FS.Phyblkrd... 阅读全文
posted @ 2008-11-10 15:53 李济宏(Amadeus) 阅读(216) 评论(0) 推荐(0) 编辑
摘要:什么是数据库? 数据库就是处理数据文件的一批程序。 ============================================== Oracle数据库中存放有两种类型的信息: . 用户数据是特定应用程序的数据(例如客户发货单)。 . 系统数据是数据库系统管理自身所需的数据(例... 阅读全文
posted @ 2008-10-30 10:18 李济宏(Amadeus) 阅读(125) 评论(0) 推荐(0) 编辑
摘要:1,打开DBCA2,选择General Purpose3,选择正在使用的Listener4,一路往下OK5,记住最后的EM端口6,打开EM,进行后续操作 阅读全文
posted @ 2008-10-24 14:57 李济宏(Amadeus) 阅读(124) 评论(0) 推荐(0) 编辑
摘要:SQL> select name,value$ from props$ where name like '%NLS%';NAME------------------------------VALUE$--------------------------------------------------... 阅读全文
posted @ 2008-10-24 13:05 李济宏(Amadeus) 阅读(346) 评论(0) 推荐(0) 编辑
摘要:bdump中有alert文件,和一些后台进程的trace fileudump中一般放置sql trace之后session的trace文件cdump一般放置一些核心的trace文件adump一般是audit dumpbdump是background dumpudump是user dumpcdump是... 阅读全文
posted @ 2008-10-22 10:52 李济宏(Amadeus) 阅读(273) 评论(0) 推荐(0) 编辑
摘要:命令:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$emctlstopdbconsole//关闭$emctlstartdbconsole//启动 阅读全文
posted @ 2008-10-13 08:22 李济宏(Amadeus) 阅读(123) 评论(0) 推荐(0) 编辑
摘要:引言 数据库的设计范式是数据库设计所需要满足的规范,满足这些规范的数据库是简洁的、结构明晰的,同时,不会发生插入(insert)、删除(delete)和更新(update)操作异常。反之则是乱七八糟,不仅给数据库的编程人员制造麻烦,而且面目可憎,可能存储了大量不需要的冗余信息。 设计范式是不... 阅读全文
posted @ 2008-09-23 14:56 李济宏(Amadeus) 阅读(121) 评论(0) 推荐(0) 编辑
摘要:随着“金盾工程”建设的逐步深入和公安信息化的高速发展,公安计算机应用系统被广泛应用在各警种、各部门。与此同时,应用系统体系的核心、系统数据的存放地――数据库也随着实际应用而急剧膨胀,一些大规模的系统,如人口系统的数据甚至超过了1000万条,可谓海量。那么,如何实现快速地从这些超大容量的数据库中提取数... 阅读全文
posted @ 2008-05-05 17:07 李济宏(Amadeus) 阅读(251) 评论(0) 推荐(0) 编辑