RMAN> RUN
2> {
3> allocate channel ch1 device type sbt maxpiecesize=30G PARMS="BLKSIZE=262144,
SBT_LIBRARY=C:\Program Files\orasbt.dll";
4> send 'ENV=(CONNECT_TAG=ORCL)';
5> backup incremental level 0 database format 'ORDB_%d_%s_%p_%t' tag '2019_03_15
_11_43_21';
6> release channel ch1;
7> };
釋放的通道: ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: allocate 命令 (ch1 通道上, 在 03/15/2019 16:19:23 上) 失敗
ORA-19554: 配置設備時出錯, 設備型別: SBT_TAPE, 設備名稱:
ORA-27209: PARMS 語法錯誤 - 關鍵字未知或沒有 =
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: 分析輸入命令時出錯
RMAN-01009: 語法錯誤: 找到 ";": 應為: "advise, allocate, alter, backup, @, catal
og, change, configure, connect, convert, copy, create, crosscheck, delete, drop,
duplicate, exit, flashback, grant, host, import, list, mount, open, print, quit
, recover, register, release, repair, replace, report, reset, restore, resync, r
evoke, run, send, set, show, shutdown, spool, sql, startup, switch, transport, u
nregister, upgrade, validate, {, " 中的一個
RMAN-01007: 在第 0 行第 2 列, 檔案: standard input
有大神幫忙看下么?
uj5u.com熱心網友回復:
allocate channel ch1 device type sbt換成
allocate channel ch1 device type 'sbt'
或
allocate channel ch1 device type ‘sbt_tape'
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/49681.html
標籤:基礎和管理
