dbTalk Databases Forums  

DTS Import from Oracle Stalls

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS Import from Oracle Stalls in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Pulford
 
Posts: n/a

Default DTS Import from Oracle Stalls - 10-08-2003 , 11:42 PM






Hello

I have a configuration where a Windows 2003 server with SQL 2000 SP3a and
Analysis Server 2000 SP3a is importing data from tables in an Oracle
database on another server.

The import process is managed through a DTS package which is run from a SQL
server job. The DTS package runs every minute or so to keep theMSSQL
database up to date with the Oracle server. There are about 25 tables
updated each time if data is present. The Oracle driver is the Microsoft
OLE/DB driver.

Each table is updated through a process where a Global properties task
determines the most recent date of MSSQL data and sets a Global Variable to
contain this date. An ActiveX task then creates a SELECT statement based on
the date returned in the previous step. Finally a data pump retrieves the
data from the Oracle server using the SELECT statement inserted by the
ActiveX step. After an initial "Log Start" step, there is a fan-out to 4
separate parallel paths to improve import flow efficiency.

This process works fine most of the time except that ocassionally the DTS
stops without error and completion. The Log Detail for the package shows
that the steps are all completed (with green ticks) but those that have not
really completed show a Run Status of 0. These is no error in the job log;
the job is just incomplete and never continues. There is nothing in the
event log to indicate what may be happening.

Any help on this one appreciated.

Thanks and regards
Chris Pulford



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.