ETL Tools/Oracle Data Integrator 썸네일형 리스트형 [MySQL] date_format() 구분자 %a : Abbreviated weekday name (Sun..Sat) %b : Abbreviated month name (Jan..Dec) %c : Month, numeric (0..12) %D : Day of the month with English suffix (0th, 1st, 2nd, 3rd, …) %d : Day of the month, numeric (00..31) %e : Day of the month, numeric (0..31) %f : Microseconds (000000..999999) %H : Hour (00..23) %h : Hour (01..12) %I : Hour (01..12) %i : Minutes, numeric (00..59) %j : Day of year (001... 더보기 java.lang.OutOfMemoryError: Java heap space When trying to load a huge set of data from MySQL using Oracle Data Integrator (ODI), the execution Agent fails with the following error: java.lang.OutOfMemoryError: Java heap space CauseThis issue is due to a MySQL JDBC Driver issue. When selecting a large amount of data, the MySQL JDBC Driver loads the entire ResultSet returned by the select to the JVM's memory. This seems to be the case for a.. 더보기 ODI 를 이용한 프로시저 구성 시 TIP . . 처리일시 처리일시 PROC_DTM 시간 처리시작시간 PROC_STRT_TM 처리종료시간 PROC_END_TM 처리시간 PROC_TM 일자 처리시작일자 PROC_STRT_DT 처리종료일자 PROC_END_DT 처리일자 PROC_DT 월 처리시작월 PROC_STRT_MN 처리종료월 PROC_END_MN 처리월 PROC_MN 더보기 Subject: Behavior Of ODI odiRef.getObjectName() Method . "-DRIVER=" "-URL=" "-USER=" "-PASS=" snpRef.getJDBCConnection("SRC") Subject: Behavior Of ODI odiRef.getObjectName() Method Doc ID: 602388.1 Type: TROUBLESHOOTING Modified Date : 20-FEB-2009 Status: PUBLISHED In this Document Purpose Last Review Date Instructions for the Reader Troubleshooting Details Getting Started odiRef.getObjectName() Substitution Method Behaviour of odiRef.getObjectName(.. 더보기 KM IKM Oracle Incremental Update For SUM 090501 수정본 통합시 타겟 테이블에 삽입하려는 Row가 있는 경우 Original IKM과 마찬가지로 Update를 실행하는데 기존의 덮어쓰기 방법으로 Update를 실행하는 원 km과 다르게 수정한 IKM은 주키를 제외한 모든 컬럼들을 업데이트시 기존의 값에 더해주는 기능으로 만들었다. ##주키를 제외한 모든 컬럼은 number로 구성 되있어야 가능한 km이다. 참고 : update T set ( ) = ( select from S where ) where () in ( select from where IND_UPDATE = 'U' 더보기 이전 1 ··· 14 15 16 17 18 19 20 ··· 27 다음