Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8894

Migrating data using Linux or UNIX named pipe in IQ.

$
0
0

Folks: 

 

In ASE I have used named pipe to migrate data from one server to another in same hardware platform (same endian) running both UNIX or Linux  as below.

 

# create a named pipe

mknod pipe_name p

 

# bcp in data first to target table

bcp ... in -n -A4096

 

#Start bcp out from another session

bcp ... out -n -A4096

 

Can I use the similar named pipe technique to migrate data in IQ using 'load table in target server' & 'select * from source table'  instead of bcp?

 

Want to migrate from AIX to Linuxx86-64

 

Thanks,

Sid.


Viewing all articles
Browse latest Browse all 8894

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>