How to transfer file from one system to another system in
UNIX?which command to be use?
Answers were Sorted based on User's Feedback
Answer / manu
BY USING "FTP COMMAND" WE CAN CHANGE D FILES ONE SYSTEM TO
ANOTHER SYSTEM.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / aarthiangaiyan
Using Put command , syntax: Put srcfile tgtfile
| Is This Answer Correct ? | 0 Yes | 0 No |
can we see the data in fixed width file? how can u change the datatype of fixed width files?
How do you find the number of rows in a sequential file?
where we use column generator stage in real time scenario?
How to generate surrogate key without using surrogate key stage?
root tree will find which is server job and which is parallel job?
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
what are fact tables and dimension tables? give example assuming one table.
What's the Main Function of the Staging area in DWH
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
how many write modes are there in ds
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
Define orabulk and bcp stages?