How to move data set from one server to other?what are the steps to follow to do this?
Answers were Sorted based on User's Feedback
First why you want to do that ?
You can try this -
Design a job like -
dataset1 -> copy -> dataset2
server1 and server2 should be connected
Bind server1 config file with first one and second with second dataset
But, this will not gurantee that data will be transferred successfully.
Thanks
www.datagenx.net
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
by using ORCH ADMIN commands we can move datasets from one location to another location
| Is This Answer Correct ? | 0 Yes | 0 No |
how can u handle null values in transformer stage.
what is the difference between 7.1,7.5.2,8.1 versions in datastage?
How can we do null handling in sequential files
What are the steps needed to create a simple basic datastage job?
Explain how a source file is populated?
Can you explain engine tier in information server?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
in job of 30 one job is very slow due to this entire job is very slow how can u know which job is slow?
What is the difference between server job and parallel jobs?
how to transfer file from one system to another system in unix? which cmd to be use?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
how to capture rejected data by using join stage not for lookup stage. please let me know