Chinaunix首页 | 论坛 | 博客
  • 博客访问: 427528
  • 博文数量: 94
  • 博客积分: 3066
  • 博客等级: 中校
  • 技术积分: 908
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-25 17:10
文章分类

全部博文(94)

文章存档

2016年(3)

2015年(4)

2014年(1)

2013年(9)

2012年(8)

2011年(1)

2010年(8)

2009年(4)

2008年(2)

2007年(6)

2006年(48)

我的朋友

发布时间:2013-05-20 19:04:09

http://www.2cto.com/database/201303/195303.htmlMySQL数据库基准压力测试工具之MySQLSlap使用实例 一、Mysqlslap介绍mysqlslap是MySQL5.1之后自带的benchmark基准测试工具,类似Apache Bench负载产生工具,生成schema,装载数据,执行benckmark和查询数据,语法简单,灵活,容易使用。该工具可以模.........【阅读全文】

阅读(14376) | 评论(1) | 转发(0)

发布时间:2013-03-28 22:51:27

http://localhost:1158/em无法打开 set oracle_sid=orclemca -repos recreateemca -config dbcontrol db emctl start dbconsole......【阅读全文】

阅读(1382) | 评论(0) | 转发(0)

发布时间:2013-03-27 20:54:00

alter system set memory_target=10G scope=spfile;alter system set sga_target=0 scope=spfile;alter system set pga_aggregate_target=0 scope=spfile;alter system set memory_max_target=12G scope=spfile;......【阅读全文】

阅读(877) | 评论(0) | 转发(0)

发布时间:2013-03-11 19:17:23

6位随机密码,不含l,o,不含数字update sys_user set login_pwd=  SUBSTR (lower('ABXCDKEFGHYIJKKCMNIPWQRSTUAVWXYBZYXAS'), ROUND (DBMS_RANDOM.VALUE (1, 26)),6)......【阅读全文】

阅读(802) | 评论(0) | 转发(0)

发布时间:2013-02-27 22:01:24

SQL> shutdown immediate;数据库已经关闭。已经卸载数据库。ORACLE 例程已经关闭。SQL> startup mountORACLE 例程已经启动。Total System Global Area  612368384 bytesFixed Size                  1292036 bytes.........【阅读全文】

阅读(852) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册