Home > database >  RMAN backup error: RMAN - 03009 ORA - 19554
RMAN backup error: RMAN - 03009 ORA - 19554

Time:09-18

 

RMAN> The RUN
2> {
3> The allocate channel ch1 device type SBT maxpiecesize PARMS=30 g="BLKSIZE=262144,
SBT_LIBRARY=C: \ Program Files \ orasbt DLL ";
4 & gt; Send 'ENV=(CONNECT_TAG=former);
5 & gt; The database backup incremental level 0 format 'p_ s_ d_ ORDB_ % % % % t' tag '2019 _03_15
_11_43_21 ';
6 & gt; Release channel ch1;
7> };

Release channel: ORA_DISK_1
RMAN - 00571:===========================================================
RMAN - 00569:===============ERROR MESSAGE STACK FOLLOWS===============
RMAN - 00571:===========================================================
RMAN - 03009: the allocate command (ch1 channels, in 03/15/2019 16:19:23) failure
ORA - 19554: an error occurred when configuration equipment, equipment types: SBT_TAPE, device name:
ORA - 27209: PARMS grammatical errors - key unknown or no=

RMAN - 00571:===========================================================
RMAN - 00569:===============ERROR MESSAGE STACK FOLLOWS===============
RMAN - 00571:===========================================================
RMAN - 00558: error analysis when entering the command,
RMAN - 01009: syntax errors: find ";" Advise: should be: ", the allocate, alter, backup, @, catal
Og, change, configure, connect, convert, copy, create, crosscheck, delete, drop,
Duplicate, exit, flashback, grant, the host, the import, the list, the mount, the open and print, the quit
, recover, register, release, repair, replace, report, reset, and restore, resync, r
Evoke the run, the send, the set, show, shutdown, spool, SQL, startup, switch, transport, u
Nregister, upgrade, validate, {, "in a
RMAN - 01007: in row 2 column, 0 file: standard input


Have a great god help see next?

CodePudding user response:

The allocate channel ch1 device type SBT
Switch to

The allocate channel ch1 device type 'SBT'
Or
The allocate channel ch1 device type 'sbt_tape'
  • Related