O.K now it all makes sense.

From your server manager try:
Code:
 ALTER SYSTEM SET LOG_ARCHIVE_DUPLEX_DEST= '...';

 ARCHIVE LOG START filespec; 

  filespec: Your new archive destination;
Hope this would help you.

Sam