How you Remove the Dataset in Unix?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of datastage flow designer?

650


What are orabulk and bcp stages?

663


how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara

376


Describe the main features of datastage?

667


How do u convert the columns to rows in datastage?

701






How to clean the datastage repository?

708


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

644


what is the use of materialized view?

969


What is a datastage job?

632


hi iam new to this tooliam cmpltied to know abt datastage so now iam in project tell me whole step by step what iam doing iwnt to go with exp so plz hlp me pals

1484


sed,awk,head

982


What is difference between server jobs & parallel jobs?

639


How will you move hashed file from one location to another location?

1671


How can one find bugs in job sequence?

801


if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?

1757