900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > oracle中映射表到timesten的方法

oracle中映射表到timesten的方法

时间:2018-12-11 21:59:06

相关推荐

oracle中映射表到timesten的方法

----1.createandloadfromoraquery命令并开启6个线程

Command>createandloadfromoraquery scott.t1 6 select * from scott.t1;

----2.使用内置命令完成数据导入

Command>call ttTableSchemaFromOraQueryGet('scott','t1','SELECT * FROM scott.t1');

Command>CREATE TABLE "SCOTT"."T1" (

"SID" number(38,0) NOT NULL,

"SNAME" varchar2(10 byte)

) ;

Command>call ttLoadFromOracle('scott','t1','select * from scott.t1');

Command>select * from scott.t1;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。