Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RAM Errors when backing to disk
I am running Oracle9i r2 on HP UNIX 11i.
Whenever, I allocate channel of type DISK, I get error, cannot figure
out why. I have looked in Oracle's own scripts and syntax is exactly
the same,
so I do not understand the error:
RMAN> run {
2> 3> allocate channel ch1 type 'DISK'; 4> 5> RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
RMAN-00571: ===========================================================RMAN-00558: error encountered while parsing input commands RMAN-01005: syntax error: found "end-of-file": expecting one of: "allocate, alter, backup, beginline
RMAN> backup
2> incremental level 1 3> cumulative 4> format '/oradbblob/bkup/dbfile_%U%_%t' 5> database;
RMAN> run {
2>
3> allocate channel ch1 type 'SBT_TAPE';
things work just fine.
Prem Received on Wed Nov 24 2004 - 22:51:24 CST
![]() |
![]() |