How you Remove the Dataset in Unix?

Answers were Sorted based on User's Feedback



How you Remove the Dataset in Unix?..

Answer / vinod upputuri

sysntax: orchadmin <delete/del/rm> <datasetname>

EX: orchadmin rm big.ds

Deleting the big.ds dataset.

Is This Answer Correct ?    7 Yes 0 No

How you Remove the Dataset in Unix?..

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

How you Remove the Dataset in Unix?..

Answer / subhash

Syntax:
Orchadmin delete | del | rm [options] dataset_Name1 …
sataset_NameN
EX:
a. Orchadmin delete EMP1.ds EMP2.ds EMP3.ds
b. Orchadmin rm EMP*.ds

Is This Answer Correct ?    3 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / shivaram

by using orch rmdataset.ds

Is This Answer Correct ?    2 Yes 0 No

How you Remove the Dataset in Unix?..

Answer / rk

Using rm command we canm remove the dataset in unix

syntax:
rm xyz.ds

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Data Stage Interview Questions

What is the differentiate between data file and descriptor file?

1 Answers  


Differentiate between validated and Compiled in the Datastage?

1 Answers  


Define project in datastage?

1 Answers  


How many nodes supported by a one cpu in parallel jobs?

3 Answers   IBM,


Why we need datasets ratherthan sequential files?

5 Answers  


what is the best stage in datastage parller jobs to use full out join and why

5 Answers   Virtusa,


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?

3 Answers   TCS,


What a datastage macro?

1 Answers  


what is Audit table?Have u use audit table in ur project?

3 Answers   Accenture, Wipro,


in oracle target stage when we use load option and when we use upsert option?

1 Answers  


how can we extract data with out having any common column

7 Answers   IBM, Switch2iTech,


Describe routines in datastage? Enlist various types of routines.

1 Answers  


Categories