How you Remove the Dataset in Unix?
Answers were Sorted based on User's Feedback
sysntax: orchadmin <delete/del/rm> <datasetname>
EX: orchadmin rm big.ds
Deleting the big.ds dataset.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / dipanjan17
The dataset is written in internal format of datastage.
It stores data in the following form:
Descriptor File --->Data File
***Descriptor File --->Contains the pointer to the data file
***Data File--->Contains the actual data of the dataset
If we delete the descriptor file by using simple unix rm
command then the data file will still exist in the system.
Thus,Dataset is deleted by using an utility Orchadmin
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rk
Using rm command we canm remove the dataset in unix
syntax:
rm xyz.ds
| Is This Answer Correct ? | 0 Yes | 10 No |
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
there are two schemas x and y are there. some data is in x schema. i want to use that in y schema..how can i use? please give some possibilities
what is the differeces between hash and modulus partition methods
what about data stage requirement
Tell me Wt main advantage of Stage varibles? Project level hints?
Does datastage support slowly changing dimensions ?
What is aggtorec restructure operator?
How can one find bugs in job sequence?
What are the types of containers and how to create them?
file1 1 2 3 4 file2 3 4 5 6 output should be in three targets T1 T2 T3 1 3 5 2 4 6 how to do this? can any one help? Thanks
Hi This is Vijay How Can u Read the data from sequential file Parall'y?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?