DATABASE/Oracle (12) 썸네일형 리스트형 반응형 오라클 잡 관리(Oracle job manage) 오라클 잡 관리(Oracle job manage) .주기적으로 수행되어지는 JOB을 JOB QUEUE를 사용하여 스케줄링 할 수 있습니다.. JOB을 스케줄링 하기 위해서 ORACLE의 DBMS_JOB 패키지를 이용합니다.. JOB QUEUE PROCESS가 JOB QUEUE 안의 잡을 수행합니다.. JOB으로 등록될 수 있는 것은 PL/SQL 프로시저 또는 패키지가 되며 예를 들어소스 디비의 테이블들에서 타겟 테이블로 데이터를 적재하는 프로시저를 생성했는데 1분단위로 데이터를 타겟 테이블로 적재를 해야 할 때 DBMS_JOBS에 등록하여 스케줄링 할 수 있습니다. .JOB_QUEUE_PROCESSES 파라미터가 이와 관련된 초기화 파라미터로 0으로 설정되면 JOB QUEUE PROCESS는 시작되지 않.. ㅜ How to: Bind an Array to an ODP.NET Database Command How to: Bind an Array to an ODP.NET Database Command Date: 19-Jun-2003 Objective After reading this how-to document you should be able to: Call a database stored procedure using ODP.NET Use the Array Binding feature of ODP.NET Prerequisite The reader is assumed to be familiar with Visual Studio.NET, and also possess an understanding of the rudimentaries of ODP.NET and databases. Introduction Thi.. 이전 1 2 다음