xq8995209 发表于 2018-9-13 08:03:32

Oracle数据库rman自动备份的常见报错

  Argument   Value          Description
  -----------------------------------------------------------------------------
  target       quoted-stringconnect-string for target databasecatalog      quoted-stringconnect-string for recovery catalognocatalog    none         if specified, then no recovery catalogcmdfile      quoted-stringname of input command filelog          quoted-stringname of output message log filetrace      quoted-stringname of output debugging message log fileappend       none         if specified, log is opened in append modedebug      optional-argsactivate debuggingmsgno      none         show RMAN-nnnn prefix for all messagessend         quoted-stringsend a command to the media managerpipe         string         building block for pipe namestimeout      integer      number of seconds to wait for pipe inputchecksyntaxnone         check the command file for syntax errors
  -----------------------------------------------------------------------------
  Both single and double quotes (' or ") are accepted for a quoted-string.Quotes are not required unless the string contains embedded white-space.
  RMAN-00571: ===========================================================
  RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
  RMAN-00571: ===========================================================
  RMAN-00556: could not open CMDFILE "backup_ar.rcv" 。。。。。。

页: [1]
查看完整版本: Oracle数据库rman自动备份的常见报错