01 2015 档案

摘要:DBMS_UTILITY.GET_TIME与DBMS_UTILITY.GET_CPU_TIME比较 原文链接: http://www.oracle-developer.net/display.php?id=307 一直以来开发人员都熟悉DBMS_UTILITY.GET_TIME函数。常用语测试一个程 阅读全文
posted @ 2015-01-31 15:24 一锤子技术员 阅读(11) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://oracle-base.com/articles/misc/regular-expressions-support-in-oracle.php Introduction Example 1 : REGEXP_SUBSTRExample 2 : REGEXP_SUBSTRExa 阅读全文
posted @ 2015-01-22 11:11 一锤子技术员 阅读(15) 评论(0) 推荐(0) 编辑
摘要:在shell中调用FTP出现下面错误时, Permission denied. Passive mode refused. Permission denied. Passive mode refused. 请在链接FTP后加入passive即可,主要原因是FTP主动模式造成的。一般FTP默认为被动模 阅读全文
posted @ 2015-01-12 20:47 一锤子技术员 阅读(70) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://oracle-base.com/articles/misc/string-aggregation-techniques.php 1 String Aggregation Techniques 字符串聚合技术 On occasion it is necessary to agg 阅读全文
posted @ 2015-01-12 20:43 一锤子技术员 阅读(16) 评论(0) 推荐(0) 编辑
摘要:MySQL数据库备份与恢复方法 mysql -uroot -p show databases; 1、导出数据库 1).MySQL命令行导出整个数据库(包含数据) 导出文件默认是存在mysql\bin目录下 mysqldump -u用户名 -p数据库名 > 导出的文件名 mysqldump -uroo 阅读全文
posted @ 2015-01-07 23:10 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑
摘要:今天在那做实验倒腾mysql数据库,后来发现服务无法启动,查看日志报错如下: 2015-01-07 17:48:54 9136 [ERROR] InnoDB: .\ibdata1 can't be opened in read-write mode 2015-01-07 17:48:54 9136 阅读全文
posted @ 2015-01-07 18:18 一锤子技术员 阅读(19) 评论(0) 推荐(0) 编辑
摘要:如何设置mysql root密码: 1、首次安装 root初始密码为空,注意就是没有密码,直接敲回车即可进入 D:\wamp\bin\mysql\mysql5.6.17\bin> mysql -uroot -p Enter password: [直接回车] Welcome to the MySQL 阅读全文
posted @ 2015-01-07 17:26 一锤子技术员 阅读(10) 评论(0) 推荐(1) 编辑
摘要:原文:http://www.oracle.com/technetwork/issue-archive/2013/13-jan/o13asktom-1886639.html I am using SQL Loader to load data into tables from a flat file. 阅读全文
posted @ 2015-01-03 13:19 一锤子技术员 阅读(7) 评论(0) 推荐(0) 编辑
摘要:原文:http://www.oracle.com/technetwork/issue-archive/2013/13-jan/o13asktom-1886639.html I have a question about joining with collections and cardinality 阅读全文
posted @ 2015-01-03 13:06 一锤子技术员 阅读(12) 评论(0) 推荐(0) 编辑
摘要:关于动态抽样(Dynamic Sampling) 原文:http://www.oracle.com/technetwork/issue-archive/2009/09-jan/o19asktom-086775.html 本文将回答:什么是动态抽样?动态抽样有啥作用?以及不同级别的动态抽样的意思? 1 阅读全文
posted @ 2015-01-01 22:16 一锤子技术员 阅读(40) 评论(0) 推荐(0) 编辑
摘要:原文: http://www.oracle.com/technetwork/issue-archive/2009/09-may/o39asktom-096149.html oracle中约束(constraints)是如何影响查询计划的 通常人们认为约束只是和数据完整性有关,没问题。但是约束也被优化 阅读全文
posted @ 2015-01-01 14:49 一锤子技术员 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示