Oracle Error ORA-23657: the converted file string already exists

Oracle Error Message

ORA-23657: the converted file string already exists

Reason for the Error

The converted file was already in existence. CONVERT FILE call does not overwrite the existing file.

Solution

Check whether the existing file can be deleted. If the existing file can be deleted, delete it. Otherwise, specify a different directory or file extension.