Chinaunix首页 | 论坛 | 博客
  • 博客访问: 218717
  • 博文数量: 119
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 1261
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-23 17:50
文章分类

全部博文(119)

文章存档

2016年(8)

2015年(78)

2014年(33)

我的朋友

发布时间:2015-03-10 12:18:51

SQL> create tablespace test001 datafile '/u01/app/oracle/oradata/test001.dbf' size 1M autoextend on maxsize 10M;Tablespace created.SQL> alter database datafile '/u01/app/oracle/oradata/test001.dbf' resize 20M;   Database altered.SQL>SQL> select AUTOEXTENSIBLE, MA.........【阅读全文】

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

发布时间:2015-03-05 23:52:13

### to check all the existing event rules [nz@vmtest ~]$ nzevent show |more Name                        On  Event Type        .........【阅读全文】

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

发布时间:2015-03-05 18:51:41

drop table test_a;create table test_a(name1 char(1));create table test_m(name1 char(1));select * from test_a;insert into test_a values('a');insert into test_a values('b');insert into test_a values('c');insert into test_a values('d');#### netezza cursor declarecur RECORD beginFOR cu.........【阅读全文】

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

登录 注册