RMAN-00557: Unable to open MSGLOG

Source: Internet
Author: User

Today, I encountered a problem when I used RMAN for backup, and then I suddenly realized it.
 
I used the client RMAN for backup. The client was windows and the server was installed with Oracle linux. I want to output the RMAN backup information to a specified text, so:
 
C: \> rman target sys/123456 @ oracle11gr2 nocatalog
 
At this time,
 
RMAN> spool log to '/u01/backup/backuplog. F'
 
I want to put the information on the server side, in fact, here I fan an error, RMAN in the client, the log is placed on the client, so reported RMAN-00557: msglog'/u01/backup/backuplog cannot be opened. f', log off-line is disabled. Modify as follows:
 
RMAN> spool log to 'e: \ oracleScript \ backup \ backuplog. F'
 
RMAN> backup datafile 6;
 
RMAN> spool log off;
 
I read the file under drive E and recorded the backup information. What if I have to record the information to the server? Let me think about it. If you have an answer, please leave a message. Thank you.

RMAN Recipes for Oracle Database 11g pdf download see

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.