不卡AV在线|网页在线观看无码高清|亚洲国产亚洲国产|国产伦精品一区二区三区免费视频

學習啦 > 學習電腦 > 操作系統(tǒng) > Linux教程 > Linux系統(tǒng)中如何啟動RMAN

Linux系統(tǒng)中如何啟動RMAN

時間: 曉斌668 分享

Linux系統(tǒng)中如何啟動RMAN

  這里學習啦小編介紹如何在Linux系統(tǒng)中啟動RMAN。下面一起來看看吧!!!

  RMAN(Recovery Manager)是一種用于備份(backup)、還原(restore)和恢復(recover)數據庫的 Oracle 工具。

  RMAN可以由OEM的Backup Manager GUI來控制。

  Linux系統(tǒng)中啟動RMAN

  如果是windows系統(tǒng),先看看oracle的SID,然后在DOS里面設置一下SID

  命令set ORACLE_SID=test

  Linux中,查看oracle數據庫的SID號,用如下命令:

  rman的參數及說明

  Argument Value Description

  -----------------------------------------------------------------------------

  target quoted-string connect-string for target database

  catalog quoted-string connect-string for recovery catalog

  nocatalog none if specified, then no recovery catalog

  cmdfile quoted-string name of input command file

  log quoted-string name of output message log file

  trace quoted-string name of output debugging message log file

  append none if specified, log is opened in append mode

  debug optional-args activate debugging

  msgno none show RMAN-nnnn prefix for all messages

  send quoted-string send a command to the media manager

  pipe string building block for pipe names

  timeout integer number of seconds to wait for pipe input

  checksyntax none 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.

  注意這里的說明

  Both single and double quotes (' or ") are accepted for a quoted-string.

  Quotes are not required unless the string contains embedded white-space.

  如果字符串中沒有空格字符,可以不使用引號

  直接輸入rman即可進入rman,注意這里rman必須小寫

  輸入connect target / 連接數據庫

  輸入exit,可以退出rman

395338