Hi all,
I’m currently testing automating the RMAN commands we use to clear the logs on two of our databases. However, I’m running into an issue when trying to call a cmd file:

Does this mean we're using a beta release of Oracle on our server? Or does it simply mean my script is wrong? I have the following:
set oracle_sid=databasename
RMAN target sys/dbpassword
RMAN cmdfile='C:\Scripts\Archivelog.cmd'log='C:\Scripts\Logs\database.log';
Any help with this would be greatly appreciated.