Protect agent works on our Oracle 8.0.5 standard edition.

When we try it with 8.1.7 we get:

RMAN-03022: compiling command: allocate
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: allocate
RMAN-06181: multiple channels require Oracle8 Enterprise Edition

The script we use is:

RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms
3> 'ENV=(c:\Tivoli\tsm\agentOBA\tdpo.opt)';
4> backup
5> format 'df_%t_%s_%p_%u'
6> (database);
7> sql "alter system archive log current";
8> backup
9> (archivelog
10> all delete input
11> format '%d_%u') ;
12> }

Please advise.

TIA

Orin Rehorst
Port of Houston Authority

Reply via email to