Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22394
  • 博文数量: 13
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 138
  • 用 户 组: 普通用户
  • 注册时间: 2013-06-07 12:49
个人简介

一名刚毕业的大学生,一名oracle爱好者,一名unix爱好者,一名技术爱好者!

文章分类

全部博文(13)

文章存档

2013年(13)

我的朋友

发布时间:2013-06-17 13:30:58

点击(此处)折叠或打开--GET_DDL: Return the metadata for a single object as DDL. -- This interface is meant for casual browsing one object's ddl -- PARAMETERS: object_type - The type of object to be retrieved. name - Name of the object. .........【阅读全文】

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

发布时间:2013-06-16 11:33:29

论坛上看到关于insert的帖子不错,整理一下,分享一下点击(此处)折叠或打开论坛上看到关于insert的帖子不错,整理一下,分享一下 点击(此处)折叠或打开    一、Insert基础用法   &nb.........【阅读全文】

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

发布时间:2013-06-15 20:54:20

事务:Transaction一个事务由一组构成一个逻辑操作的DML语句组成。事务完成:1、commit、rollback(显式提交)2、执行了DDL或DCL语句(隐式提交)3、用户正常退出(提交)4、系统崩溃(回滚)事务特征:1、在提交之前的状态可以恢复2、在commit之前,当前用户可以看到修改.........【阅读全文】

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

发布时间:2013-06-14 14:27:15

If the high concurrency of insert,  and if we insert into the same block,  the block will became a hot block, the wait event maybe latch: CBC, data buffer busy. this usually is the case when the index is date related and sequence related.  and for some power seller.........【阅读全文】

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

发布时间:2013-06-13 18:38:34

点击(此处)折叠或打开select count(*) from v$process --当前的连接数select value from v$parameter where name = 'processes' --数据库允许的最大连接数修改最大连接数:alter system set processes = 300 scope = spfil.........【阅读全文】

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

登录 注册