Answer Posted / vinod upputuri
Gentlemen, We can view the data in the Dataset in UNIX by
using orchadmin command.
syntax: orchadmin dump <datasetname>
we can also copy the content to flat file using copy command.
orchadmin copy <datasetname> <flat_fileName>
In order to count rows in Dataset:
orchadmin copy <datasetname> <flatfile> | wc -l
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a ds designer?
How to read multiple files using a single datastage job if files have the same metadata?
What are stage variables?
How to RD using transformer?
Define oconv () and iconv () functions in datastage?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
How many areas for files does datastage have?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
What is meta stage?
Explain connectivity between datastage with datasources?
Which warehouse using in your datawarehouse
What are the different layers in the information server architecture?
Define orabulk and bcp stages?
How a routine is called in datastage job?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?