Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Use wild card to specify batch delete files in UCM

Aacc-OracleFeb 22 2013 — edited Feb 26 2013
Hi,
I'm looking for a command line tool to do batch delete from UCM. I would like to give partial file name with wildcard. for example MyFile*.xml would delete MyFile1a.xml, MyFile2b.xml....etc

the Batch Loader sounds like a good option except it seems that I need to prepare a batch load file similar to the following to specify each file name:
Action=delete
dDocName=MyFile1a.xml
Action=delete
dDocName=MyFile2b.xml
<<EOD>>
Looks like I have to specify the exact name of document to delete. is there any way to specify partial file name with wildcard?
If not, is there any way to get a list of file name from UCM with command line tool? I may use script to construct a batch load file base on the file list then.

or, is there any other tool I should use for this purpose?
Thanks.

Edited by: Aacc on Feb 22, 2013 12:25 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2013
Added on Feb 22 2013
2 comments
595 views