? 确认Informatica 用户对安装目录有写权限
三、 安装介质准备
? 查看系统版本,uname -a ? 下载相应的informatica软件包
四、 安装Informatica 服务端
1. 创建informatica安装用户并设置安装目录
2. 表空间及数据库用户准备
//domain表空间 SQL> create tablespace tps_etl datafile '/ora11g/app/oradata/siotest/tps_etl.dbf' size 2G; //repository资料库表空间 SQL> create tablespace tps_repository datafile '/ora11g/app/oradata/siotest/tps_repository.dbf' size 2G; //数据库用户 SQL>create user admin identified by admin default tablespace tps_etl temporary tablespace temp quota unlimited on users; //授权 SQL>grant connect ,resource,create view to admin ;
3. 准备安装介质
4. 运行install.sh,开始安装
5. 选择图形化方式进行全新安装
6. 选择安装类型
7. 系统环境检查
8. 指定license,设定安装目录
9. 安装概要
10. 安装过程