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 |
What is the differentiate between data file and descriptor file?
Differentiate between validated and Compiled in the Datastage?
Define project in datastage?
How many nodes supported by a one cpu in parallel jobs?
Why we need datasets ratherthan sequential files?
what is the best stage in datastage parller jobs to use full out join and why
my source is sequencial file and my target is dataset. i am running the job in two node configuration file. my source having 10 records how the data move to target?
What a datastage macro?
what is Audit table?Have u use audit table in ur project?
in oracle target stage when we use load option and when we use upsert option?
how can we extract data with out having any common column
Describe routines in datastage? Enlist various types of routines.