informatica
KiwiInChina
1. 主要从事ETL、数据仓库及数据模型工作;
2. 精通Informataica、ODI 服务器的搭建及配置,能熟练使用Informatica、ODI 开发;
3. 掌握sql、linux、shell,熟悉Java编程;
4. 具有一定的项目管理经验和需求分析梳理经验;
5. 学习能力强,善于专研;
6. 具备良好的沟通协调能力。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
informatica 学习日记整理(转)
1. INFORMATICA CLIENT的使用1.1 Repository Manager 的使用1.1.1 创建Repository。前提:a. 在ODBC数据源管理器中新建一个数据源连接至你要创建Repository的数据库(例:jzjxdev)b. 要在你要连接的数据库中新建一个用户(例:name: ETL password: ETL)现在你可以创建一个Repos...原创 2013-07-17 17:52:13 · 2182 阅读 · 0 评论 -
Informatica 目标为文件时 勾选文件头去掉#号
9版本以后可以在session的Customer Session Properties 中添加:RemoveOutputHeaderHash = Yes原创 2015-06-10 09:24:16 · 530 阅读 · 0 评论 -
informatica 列转行Aggregator应用
需求: 1. A 1. B 1. C ------> 1. A | B | C 2. D 2. D | E 2. E解决方法: 1. 先根据id做sorter 2. 再在AGG里面勾选id, 作为group by 3. 增加变量v_pre_id 存放上...原创 2015-06-05 16:11:59 · 482 阅读 · 0 评论 -
Informatica在linux/Unix操作系统下,读取MS Access或者Excel文件
在linux/Unix操作系统下,读取MS Access或者Excel文件可以通过如下三种方式:1. Informatica Power Channel(需要license支持) :Power Channel可以通过FTP穿过局域网、广域网传输大量复杂加密的文件(原文释义:power channel helps to transfer large amount of encrypted an...原创 2015-05-18 14:47:53 · 420 阅读 · 0 评论 -
informatica email config on windows
E-mail on Windows can be sent in two ways : 1. Using MAPI which is if you have Microsoft Outlook configured to send the mails, then this is default waywhich Informatica considers for sending m...原创 2015-04-14 16:54:15 · 481 阅读 · 0 评论 -
Informatica出现ora-26002错误
错误信息:ORA-26002解决方法:1.drop index2.disable parallel loading(在workflow manager-->connections-->oracle)3.skip INDEX_MAINTAIN(不理解,没遇到过,还是疑问)对于2解释如下: 因为Bulk方式只能用来做Insert操作。而大家知道我们如果需要Upd...原创 2014-09-03 13:40:56 · 845 阅读 · 0 评论 -
Possible issue with target file permissions usage of Operating System Profiles
In order to use Operating system profiles, the umask should be set to 0 for the userid who starts the Informatica services. Check if the umask is 0. This can be done by executing the command um...原创 2015-03-25 16:08:43 · 148 阅读 · 0 评论 -
How to Avoid The Usage of SQL Overrides in Informatica PowerCenter Mappings
resource link:http://www.disoln.org/2014/03/How-to-Avoid-The-Usage-of-SQL-Overrides-in-Informatica-PowerCenter-Mappings.htmlMany Informatica PowerCenter developers tend to use SQL Override during m...原创 2015-03-19 18:02:05 · 203 阅读 · 0 评论 -
Informatica 配置mysql community odbc连接
Informatica linux 版本内置的DataDirect 驱动支持各种数据库例如oracle、sybase、postgreSQL、Greenplum、mysql等等但是mysql 只支持企业版本,如果我们使用的是community 社区版本便不能使用自带的DataDirect方式了,那我们就需要手动配置其他odbc连接。首先我们需要安装unixODBC 此处不做介绍,其次我们...原创 2014-08-22 14:50:55 · 1305 阅读 · 0 评论 -
Informatica FATAL Error ublkdesc.cpp
FATAL ERROR : Unexpected Condition in file [/export/home/build80/zeusbuild/vobs/powrmart/common /utils/ublkdesc.cpp] line [338]. Contact Informatica Technica l Support for assistance. Aborting this D...原创 2015-03-03 11:40:57 · 320 阅读 · 0 评论 -
修改Informatica下配置文件里面notemeta.xml里面数据库的连接密码
要修改Informatica下配置文件里面notemeta.xml里面数据库的连接密码,从标签名字dbEncryptedPassword可以看出,密码是经过加密存放在配置文件里面的。使用命令:infasetup.sh UpdateGatewayNode -da [new database host]:[new database port] -du [new database user...原创 2014-08-14 10:44:15 · 1616 阅读 · 0 评论 -
Informatica9.0.1:Workflow执行时提示操作系统配置文件错误处理
原文转自:http://blog.sina.com.cn/s/blog_520391d701016wb7.html一、问题截图:二、上图报错内容:启动 WF_TEST3(int_pc) 启动工作流: 请求已确认(int_pc) 启动工作流: ERROR: 工作流 [WF_TEST3] 失败,因为集成服务未启用为使用操作系统配置文件,然而指定了操作系统配置文件。 有关详细...原创 2014-05-26 20:22:31 · 664 阅读 · 0 评论 -
Informatica license更新方法
1、进行管理控制台,选择创建License2、在License创建页面中增入NAME(自定义个有意义的名字),并选择相应的License更新文件后3、在License创建页面中点击Create后可以看到两个License4、选定资料库PSDSS,选择存储库属性,将OperatingMode设置为Exclusive。5、 选择服务PSDSS_Integration_Service点...原创 2013-07-25 13:54:58 · 451 阅读 · 0 评论 -
Informatica直连Mysql5.1.41 community丢失数据解决方案
问题:由于Mysql UNIX ODBC DRIVER不完全支持ODBC Type II,不能完全支持ODBC 优化读,导致数据导成文本文件存在丢失数据。解决方法:在PowerCenter Administration Console中的is中properties的custom properties添加如下自定义条件:Name=ValueOptimizeODBCWrite=No...原创 2014-10-30 18:14:40 · 330 阅读 · 0 评论
分享