Unsolved

This post is more than 5 years old

4 Posts

945

May 9th, 2007 06:00

NMO 4.2 windows x86 on Windows Server 2003 R2 EMT64

Hi all,

is it work? RMAN-03009 error occured when I try to use SBT_TAPE...

regards

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

May 9th, 2007 07:00

Can you execute rman script on Oracle client and post complete output please? As for supported or not story, check compatibility guide available from Powerlink. As far as I rememeber top of my head it was either x86 or ia64 that this work with x64 and would be supported until NMO5 with native x64 support is released.

76 Posts

May 9th, 2007 08:00

Try to reboot oracle server, I don´t no why but sometimes I need to do this to oracle link the libraries correctly.

4 Posts

May 10th, 2007 00:00

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\oracle>rman nocatalog

Recovery Manager: Release 10.2.0.3.0 - Production on Thu May 10 08:47:25
2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

RMAN> connect target /

connected to target database: THINFO (DBID=2072533893)
using target database control file instead of recovery catalog

RMAN> run {
2> allocate channel t1 type 'SBT_TAPE' parms
'ENV=(NSR_SERVER=192.168.0.100)';
3> release channel t1;
4> }

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 05/10/2007 08:48:17
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

RMAN>

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

May 10th, 2007 00:00

I know support has guide for this, but I can't check it out exactly what it was. See with support for workaround (as solution for fact is NMO5 which will be out in couple of months).

4 Posts

May 10th, 2007 00:00

same story after reboot

4 Posts

May 10th, 2007 03:00

Finally, I found a Networker compatibility guide, there is a short sentence at NMO 4.2 Windows versions:
"32-bit NMO requires 32-bit Oracle and 64-bit NMO requires 64-bit Oracle."

NMO 4.2 for Windows x86 Intel and Itanium (32-bit) Windows 2000 Windows 2003 Oracle 9.2, 10.1, 10 2

That's all

1 Rookie

 • 

88 Posts

June 12th, 2007 14:00

Did you ever find a solution to this problem?

1 Rookie

 • 

88 Posts

June 12th, 2007 14:00

Did you ever find a work around to this? I am running into the same issue.

1 Rookie

 • 

88 Posts

June 12th, 2007 14:00

I am having problems with the failed to allocate 'sbt_tape' device with oracle 10g.

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 12th, 2007 23:00

There are couple of things to check and try... first make sure NMO is installed properly with proper version. Then if it still fails try to allocate disk using native library by Oracle to make sure problem is not somewhere else.
No Events found!

Top