Skip to Main Content

Database 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!

RMAN Command Not Implemented Yet

Titan1617Oct 24 2016 — edited Oct 27 2016

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:

Capture2.PNG

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.

This post has been answered by Titan1617 on Oct 27 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2016
Added on Oct 24 2016
20 comments
2,091 views