Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1096135
  • 博文数量: 276
  • 博客积分: 10077
  • 博客等级: 上将
  • 技术积分: 2513
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-24 20:31
文章分类

全部博文(276)

文章存档

2020年(1)

2015年(5)

2012年(2)

2011年(6)

2010年(7)

2009年(224)

2008年(31)

我的朋友

发布时间:2015-07-17 15:28:51

SQL> conn test/test
Connected.
SQL> create table lgx as select * from dba_objects;

SQL> create index ind_lgx_objid on lgx(object_id) tablespace users;

Index created.

SQL> set autot trace exp
SQL> select object_name from lgx wher.........【阅读全文】

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

发布时间:2015-07-15 16:04:54

SQL&gt; select * from v$version;<br /><br />BANNER<br />--------------------------------------------------------------------------------<br />Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production<br />PL/SQL Release 11.2.0.4.0 - Production<br />CORE&nbsp;&nbsp; &nbsp;11..........【阅读全文】

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

发布时间:2012-02-17 15:20:34

......【阅读全文】

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

发布时间:2012-01-13 11:21:48

......【阅读全文】

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

发布时间:2010-11-09 16:46:11

......【阅读全文】

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

登录 注册