Page 1 of 1

Sybase to Oracle

Posted: Thu Jun 02, 2011 2:08 pm
by xch2005
Hi,

I am trying to load 16 Oracle tables from Sybase in parallel. Randomly some table or other fails in the process due to connectivity issue.

We my sequence job starts all the jobs run in parallel, is this correct way of performing the data load. We are having in this way to have better completion time.

It is basically a direct load and no calculations are done.

Is there any other alternate way to acheive this?

Thanks

Posted: Thu Jun 02, 2011 2:09 pm
by chulett
Define "connectivity issue".

Posted: Thu Jun 02, 2011 4:53 pm
by ray.wurlod
Make sure your Oracle DBA has configured a sufficient number of listeners.

Posted: Thu Jun 02, 2011 7:53 pm
by chulett
There's typically just one but the limit on the max number of and/or rate of connections could be too low. Depends on how this "connectivity issue" manifests itself.

Posted: Fri Jun 03, 2011 10:59 am
by synsog
The error message which I got was,
Fatal: ct_fetch failed or canceled during fetch to Sybase table which is the source stage

Posted: Fri Jun 03, 2011 4:00 pm
by ray.wurlod
And this is related to the problem reported by xch2005 how?

Posted: Tue Jun 07, 2011 10:14 am
by xch2005
Now split up the jobs into batches and executing them from sequence