姿姿霸霸~~!
贵在坚持!
posts - 106,  comments - 50,  trackbacks - 0

1.

SQL> create table testlong(l1 long,id int);

表已创建。

SQL
>
SQL
> insert into testlong values('aaaaaaaa',1);

已创建 
1 行。

SQL
> commit;

提交完成。
2.
SQL>
SQL
> create table testcopylong as select * from testlong;
create table testcopylong as select * from testlong
                                    
*
第 
1 行出现错误:
ORA
-00997: 非法使用 LONG 数据类型
3.
SQL> create table testcopylong(l1 long,id int);

表已创建。

SQL
> copy from scott/tiger append testcopylong using select * from testlong;
SP2
-0519FROM 字符串缺失 Oracle Net @database 描述
SQL
> copy from scott/tiger@test_10.10.10.1 append testcopylong using select * from testlong;

数组提取
/绑定大小为 15。(数组大小为 15)
将在完成时提交。(提交的副本为 
0)
最大 
long 大小为 80。(long 为 80)
1 行选自 scott@test_10.10.10.1
   
1 行已插入 TESTCOPYLONG。
   
1 行已提交至 TESTCOPYLONG (位于 DEFAULT HOST 连接)。
4.
SQL> select * from testcopylong;

L1                 ID
---------- ----------
aaaaaaaa            1
posted on 2010-06-09 14:09 xrzp 阅读(283) 评论(0)  编辑  收藏 所属分类: oracle-基础

只有注册用户登录后才能发表评论。


网站导航:
 

<2010年6月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

常用链接

留言簿(4)

随笔分类

随笔档案

好友的blog

搜索

  •  

积分与排名

  • 积分 - 115150
  • 排名 - 505

最新评论

阅读排行榜

评论排行榜