Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1422347
  • 博文数量: 239
  • 博客积分: 5909
  • 博客等级: 大校
  • 技术积分: 2715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 20:19
文章分类

全部博文(239)

文章存档

2014年(4)

2013年(22)

2012年(140)

2011年(14)

2010年(59)

我的朋友

发布时间:2013-04-09 11:01:47

点击(此处)折叠或打开1. Enabling now.SQL> ALTER SYSTEM SET EVENTS '10442 trace name context forever, level 10';2. Disabling now.SQL> ALTER SYSTEM SET EVENTS '10442 trace name context off';.........【阅读全文】

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

发布时间:2013-03-13 18:39:03

create profile one_session limit sessions_per_user 1;alter user scott profile one_session; alter system set resource_limit=true;connect scott/tigerConnected.host sqlplus scott/tigerERROR:ORA-02391: exceed如果是RAC,则每个instance都会允许有一个session.......【阅读全文】

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

发布时间:2013-03-12 18:54:00

点击(此处)折叠或打开SQL> create profile one_session limit sessions_per_user 1;SQL> create user test identified by test;User created.SQL> grant connect,resource to test;Grant suc.........【阅读全文】

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

发布时间:2013-02-05 18:13:30

To verify the integrity of the structure of a table, index, cluster, or materialized view, use the ANALYZE statement with the VALIDATE STRUCTURE option. If the structure is valid, no error is returned. However, if the structure is corrupt, you receive an error message.For example, in rare cases suc.........【阅读全文】

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

发布时间:2013-01-09 17:53:39

RPM 全名是『 RedHat Package Manager 』简称则为 RPM。RPM 是以一种数据库记录的方式来将你所需要的套件安装到你的 Linux 主机的一套管理程序。他最大的特点就是将您要安装的套件先编译过( 如果需要的话 )并且打包好了,透过包装好的套件里头预设的数据库记录, 记录这个套件要安装的时候必须要的相依属性模块( 就是你的 Linux 主机需要先存在的几个必须的套件 ),当安装在你的 Linux 主机时, RPM 会先依照套件里头的纪录数据查询 Linux 主机的相依属性套件是否满足, 若满足则予以安装,若不满足则不予安装。那么安装的时候就将该套件的信息整个写入 RPM......【阅读全文】

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

登录 注册