RMAN-06181 thrown when only 1 SBT channel allocated
671951Mar 15 2010 — edited Mar 19 2010Hello,
I'm using Oracle 8.1.7.0 Standard Edition on Windows Server 2000 SP4. I am aware that we cannot allocate multiple channels with our version of Oracle as the RMAN-06181 error states. However I am only allocating a single channel when this error occurs. Here's the error when I simply test the allocation of the channel:
RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=C:\Program Files
\Tivoli\TSM\AgentOBA\tdpo.opt)';
3> }
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
RMAN>
Does anyone have any ideas?
Thank you,
rbrieck