Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Urgent!: RMAN Problem

Urgent!: RMAN Problem

From: Mark G <markag_at_wonderstats.com>
Date: Wed, 27 Sep 2000 15:48:20 -0400
Message-ID: <F4155D9F9AA4D111B9990020AFBA52D5427BC6@class06.ip061.sfi-software.com>

Hi all,

I'm trying to test the backup ability of RMAN. Here is my RMAN session on 8i/EE/NT, tons of memory. My target database is up and open, archivelog mode, on a primary machine. My catalog is on backup machine, same machine/Oracle/Instance configuration. I created the RCVCAT on the backup machine. I am able to connect to both the target and the catalog as seen below. It looks like the problem is it cannot allocate the I/O device between the catalog database and the target database to do the backup.

God status would be achieved in my eyes should anyone with some experience help me through this mess.



Recovery Manager: Release 8.1.6.0.0 - Production

RMAN> connect target system/manager_at_pwprod

RMAN-06005: connected to target database: PWDB02 (DBID=3059294144)

RMAN> connect catalog rman/rman_at_pwbu

RMAN-06008: connected to recovery catalog database

RMAN> run {

2> allocate channel ch1 type disk;
3> backup tablespace system;
4> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: allocate
RMAN-07004: unhandled exception during command execution on channel ch1 RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device
type: DISK, device name:
ORA-04031: unable to allocate 532524 bytes of shared memory ("large pool","unknown object","large pool hea","KSFQ Buffers") RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE
--
+=======================================+

+ Opportunity is missed by most people +
+ because it is dressed in overalls and +
+ looks like work. -Thomas Edison +
+=======================================+
+ Mark Goodwin +
+ Oracle 7.3 DBA Certified +
+ markag_at_wonderstats.com +
+=======================================+
Received on Wed Sep 27 2000 - 14:48:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US