Kettle7.1添加資源庫(使用ORACLE作為資源庫)


1.首先為資源庫創建表空間

create bigfile tablespace REPO_TBS
datafile 'C:\Oracledatafiles\Oracledataspace\orcl\repo.dbf' SIZE 1024M autoextend on;

2建用戶,授權限

--建用戶,授權
create user repo identified by repo default tablespace REPO_TBS temporary tablespace temp;
grant connect,resource,dba to repo;

5啟動spoon

 【connect】-【Other Repositories】,我們一般選擇Database Respositories

 

 配置資源庫連接時不能使用參數形式。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM