Page 1 of 1

emptying the dataset using orchadmin

Posted: Tue Mar 20, 2012 12:49 am
by pandeesh
Hi,

Consider that a dataset contains 1million records and i want to delete only the records(not the entire dataset) and keep it as the empty dataset.
Is it possible to achieve via orchadmin?

Thanks

Posted: Tue Mar 20, 2012 2:36 am
by Rakesh311
yes it is
you have truncate command in orchadmin

go through 'orchadmin man'

regards
Rakesh

Re: emptying the dataset using orchadmin

Posted: Tue Mar 20, 2012 3:15 am
by kmsekhar
To Truncate DataSet: $orchadmin truncate [options] file.ds

Posted: Tue Mar 20, 2012 3:22 am
by pandeesh
Thanks all