472,782 Members | 1,216 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,782 software developers and data experts.

Best way to transfert high volume data between AS400/DB2 to Unix-Sybase


Hi,

what would be the best way to transfert high volume data (100 tables,
500Meg each) between DB2/AS400 to Sybase?

Thanks Etienne.
Montreal

Nov 12 '05 #1
3 1854
do a del-ascii export from db2 side
do a bcp import on sybase side

you will have to manually or through scripts, process the data for
things like timestamps, "-" instead of "NULL".

regards,
dotyet

Nov 12 '05 #2
Thank dotyet,

Do you know what kind of other exceptions I would need to check in the
data?

Does most of the datatype are compatible between db2 and sybase? Per
exemple, can varchar in db2 be higher than 255 characters? I know that
in sybase a varchar is limited to 255 chars.

Thanks,
Etienne

"dotyet" <do****@yahoo.com> wrote in message news:<11**********************@z14g2000cwz.googleg roups.com>...
do a del-ascii export from db2 side
do a bcp import on sybase side

you will have to manually or through scripts, process the data for
things like timestamps, "-" instead of "NULL".

regards,
dotyet

Nov 12 '05 #3
Etienne wrote:
Thank dotyet,

Do you know what kind of other exceptions I would need to check in the
data?

Does most of the datatype are compatible between db2 and sybase? Per
exemple, can varchar in db2 be higher than 255 characters? I know that
in sybase a varchar is limited to 255 chars.

Thanks,
Etienne

"dotyet" <do****@yahoo.com> wrote in message news:<11**********************@z14g2000cwz.googleg roups.com>...
do a del-ascii export from db2 side
do a bcp import on sybase side

you will have to manually or through scripts, process the data for
things like timestamps, "-" instead of "NULL".

regards,
dotyet


Check limits in Appendix A of the SQL Reference:
http://publib.boulder.ibm.com/infoce...mstlimtabs.htm
http://publib.boulder.ibm.com/infoce.../rzahgdref.htm

--
Karl Hanson
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Irmen de Jong | last post by:
Hi, Things like Twisted, medusa, etc.... that claim to be able to support hundreds of concurrent connections because of the async I/O framework they're based on.... can someone give a few...
1
by: David Chaumeil | last post by:
I have an ODBC link to DB2 Database. I can see the values of the DB2's tables in Access but not in SQL Server DTS. IN DTS, I connect the Source but when i want to see the values in the Data...
2
by: Niyazi | last post by:
Hi, I have to retrieve a data from AS400 DB2 and after working with data I have to export into one of existing Excel file. I can connect into specific library in AS400 DB2 using AS400...
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
3
by: Paul Say | last post by:
I have a asp.net application that will need to create a document/report from data in a database. The user will fill out a form supplying various criteria for parameters. I would like the...
5
by: Ron Mexico | last post by:
I have written a graphing engine (very similar to what BigCharts.com offers). Basically, it's an ASPX page that accepts parameters and calls back-end business objects (dlls) to create a graph. ...
20
by: Joel Hedlund | last post by:
Hi all! I use python for writing terminal applications and I have been bothered by how hard it seems to be to determine the terminal size. What is the best way of doing this? At the end I've...
2
by: =?Utf-8?B?RGFtZW9u?= | last post by:
Hi - I am attempting to write lines to a file at high volume, multiple threads. Here is my scenario: (initial "WriteToFile" object created via a parent multithreaded process, which receives...
1
by: Ted | last post by:
I have cross posted this to comp.lang.c++ and to sci.math.num- analysis in the belief that the topic is of interest to some in both groups. I am building my toolkit, in support of my efforts in...
1
by: gitimaya | last post by:
Hi, I work in AS400 and UNIX platforms. Got a problem. I need to write a ftp application which would send a NON-AS400 file (IFS or flat file) from the AS400 box to the UNIX box. Can any one help...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.