pentaho data integration -1

 

 

A, Origin: data needs to be a system (the MySQL) drawn into another system (the Oracle), using ETL manner.

 

1. Download: https: //pan.baidu.com/s/11TuXDLjpMMFgoOd2QXTx-w (acva)

  * Note: ① compression package lib folder contains mysql-connector-java-5.1.47.jar & ojdbc6.jar two jar package, download the original package may not need to be downloaded separately; ②mysql-connector-java- 5.1.47.jar version of the package needs and MySQL version compatible;

2.Windows next start Spoon.bat

3. During operation Demo

  3.1 New Database Connection:

    MySQL(*非ssh连接。mysql -uroot -p; use mysql; grant all privileges on *.* to 'root'@'%'identified by 'your pwd'; flush privileges;)

     Oracle

 

   3.2 New conversion: increasing input and output tables new conversion

 

    3.3 Configuration table reads:

 

    Hold down the shift + left arrow establishment; click the arrow to whether it can enter into force; First time - after obtaining the field need to perform sql, that is built in MySQL table (according to Oracle table structure)

    

    3.4 synchronous data: After completing the MySQL library can see the table and the table data;

 

    3.5 New Job:

 

    3.6 start the job

 

 

    3.7 Timing operations:

 

    * Regular job can not close the current window spoon.bat, the tools need to be deployed to the server, through the timing of the implementation of the Linux crontab.

Guess you like

Origin www.cnblogs.com/stuka/p/11236846.html