Hi All,
Yesterday i was working with RMAN stored scripts in Recovery Catalog.
So i created a local script from text file in a particular directory in the following manner:
RMAN> @D:\backups\backup_scripts\my_script_file.txt ;
But when i tried to create a local script in the following manner it throwed me a error.
RMAN> CREATE SCRIPT test_script FROM FILE d:\backups\backup_scripts\my_script_file.txt;
So can you please check out the screenshot attached to have a clear picture of error.
Click to view attachment