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