본문 바로가기

분류 전체보기

서비스 콘솔창에서 죽이고 살리기 명령어로 NET.exe The NET Command is used to manage services as follows: Syntax NET START [service] NET STOP [service] NET PAUSE [service] NET CONTINUE [service] Key service : The service name as shown in Control Panel, Services To list the basic Services: NET HELP SERVICES To list the running Services: NET START If you try to start a service that is already running you will get this error message: "The r.. 더보기
여러개의 테이블 포멧이 들어 있는 파일을 하나의 테이블 포멧이 있는 데이터들만 올리는 LKM 문 1. With Work Table C$_0 10.1.3.1.5.0.0 10.1.3.1.4.0.0 2. No Work Table, No IKM 10.1.3.1.5.0.0 10.1.3.1.4.0.0 3. Add calling sqlldr using jython This is the Version 1.0 오류발견 파일의 차이점 1. 특징 : work table을 사용하여 로딩하고 로딩된 work table의 데이터를 trg에 옮기는 작업을 한다. LKM은 work tab에 적재하는 로직이므로 IKM을 설정해주어야 타겟으로 적재 가능하다. - 장점 : operator에서 log를 통해 insert가 몇건이 되었는지 완료된 시점에 쉽게 확인 할 수 있다. 로딩이 성공한 시점에만 실 타겟 테이블로 이관작업을 실행하.. 더보기
SQLLdr Return Code #!/usr/bin/ksh sqlldr $1 $2 $3 $4 $5 $6 $7 $8 $9 >/tmp/sqlldr.log 2> /tmp/sqlldr.err.log RETVAL=$? # +-------+-------+------------+ # | UNIX &#124Windows| VMS # +----------------------------+-------+-------+------------+ # | Successful | 0 | 0 | 1 # | Unrecoverable failure | 1 | 3 | %X10000002 # | At least one row rejected | 2 | 2 | 2 # | O/S Errors | 3 | 4 | 3 # +----------------------------+--.. 더보기
[error] sql * loader log SQL*Loader: Release 10.2.0.1.0 - Production on 목 4월 16 12:52:39 2009 Copyright (c) 1982, 2005, Oracle. All rights reserved. 제어 파일: D:\temp\udrcdr/CDR_SRC.ctl 데이터 파일: D:\temp\udrcdr/SAMPLE2.dat 파일처리 옵션 문자열: "str X'0D0A'" 잘못된 파일: D:\temp\udrcdr/CDR_SRC.bad 폐기 파일: D:\temp\udrcdr/CDR_SRC.dsc (모든 폐기된 레코드 허용) 로드할 건수: ALL 생략 건수: 2 허용 오류수: 999990 바인드 배열: 64 행, 최대 256000 바이트 계속: 지정 사항 없음 사용된 경로: 규약 테.. 더보기
SQL*Loader Command Line SQL*Loader Command-Line Reference This chapter shows you how to run SQL*Loader with command-line keywords. If you need detailed information about the command-line keywords listed here, see Chapter 5, "SQL*Loader Control File Reference". This chapter covers the following subjects: SQL*Loader Command Line Command-Line Keywords Index Maintenance Options Exit Codes for Inspection and Display SQL*Loa.. 더보기