Recently I got a query on whether we can use adapter to copy/rename the files. The adapters in 10.1.3.3 doesn’t support all these features whereas in 10.1.3.4 supports this feature.
In the adapter jar there is a new class oracle.tip.adapter.file.outbound.FileIoInteractionSpec which has a TYPE parameter where we can define MOVE, COPY and DELETE. Based on this parameters the adapter will perform respective actions.
Refer http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/adapters.htm#BCFJAGIF
for additional features with 10.1.3.4