oracle中映射表到timesten的方法,oracletimesten

來源:互聯網
上載者:User

oracle中映射表到timesten的方法,oracletimesten

----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;

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.