본문 바로가기

ODI 11g

[ODI 11g] JAVA 통해 ODI Scenario 호출 1. 파일 생성 /** * 1. 파일 생성 */ package oracle.odi.publicapi.samples.agent; import oracle.odi.core.OdiInstance; import oracle.odi.core.config.MasterRepositoryDbInfo; import oracle.odi.core.config.OdiInstanceConfig; import oracle.odi.core.config.WorkRepositoryDbInfo; import oracle.odi.core.security.Authentication; import oracle.odi.runtime.agent.invocation.ExecutionInfo; import oracle.odi.runtime.age.. 더보기
Direct load by interface with no work tables (C$, I$) C$ & I$ tables을 사용하지 않고 Source to Target으로 바로 데이터를 적재하도록 구현하는 방법 no temp table(C$,I$) 따라하기: http://s3.amazonaws.com/Ora/ODI-Simple_SELECT_and_INSERT-interface.swf I got this video from Craig Stewart that shows us how to direct load data from source to target with no work (C$ and I$) table use. Simple, fast and very clever! Thank you for share your expertize Craig! 참조: http://odiexperts.com/direc.. 더보기
[ODI 11g] Oracle SQL Syntax 변경 (Ordered SQL(Sql ISO)) What? Oracle SQL Syntax 변경 Why? Full Outer Join 문법을 사용하기 위해서 How? - Topology에서 Oracle Server 열기 데이터 처리 - 참조 정렬 유무에 따라 join 절 sql Syntax 가 변경 된다. - 정렬되지 않음: (+)을 사용한 sql 문법 outer join 시에 (+) 를 사용한다. full outer join 문 불가. - 정렬됨(SQL ISO): JOIN 문 을 사용한 sql 문법 join시 상황에 따라 위 sql join 문법(inner join, cross join, left right full outer join)을 사용 기본은 (+)을 사용한 sql 문법인거 같고, 필요시 체크하여 사용하는 듯하다. 테스트좀 해보면 알꺼같음... 더보기
linux에 wls 다운로드 받아 설치하기 Here is a Simple Demonstration of Downloading the Oracle WebLogic 10.3.3 Development Edition (Zip Installer for Many Platforms) and to Create a Simple domain. This Installer has an Speciality that We need not to Install it. Because it is the Zip Version of it Just for Testing and Development purpose. Sothat we can test All the new Features added in this release. You can download it from:http://d.. 더보기
[ODI 11g] OPMN로 Standalone Agent 관리 설명: StandAlone Agent의 프로세스를 관리를 위해 OPMN(Oracle Process Monitoring and Notification Server)을 설치하고 Agent를 추가하는 작업을 진행 기능: Process Monitoring – Agent 실행 상태 확인 Logging – 상태 이상 발생시 자동 로그 관리 Failover – Process 중지 시 자동 재 실행 l OPMN는 ODI 설치 시에는 포함되어 있지 않으므로, 별도의 Oracle 제품을 설치하여 사용하여야 한다. l Oracle Application Server 설치 시에는 OPMN이 포함되어 있고 Oracle Product도 일부 포함하고 있는 제품이 있음 l 이미 OPMN이 설치되어 있는 경우는 OPMN 설치 순서 S.. 더보기