"Segmentation Fault" registering a 10g database in a 11g private virtual catalog
Hi again
I'm trying to centralice all mi rman catalogs in a single instance ( oracle XE 11) . I have several databases with several versions (10.1,10.2,11.1 ... )
I created a rman catalog in the instance XE ( user rman) , and some virtual private catalogs (for example one of them is rmanpsd)
When I try to register a 10g database in his private catalog, i receive a core dump:
[oracle@server]$ rman target / catalog rmanpsd/pass@cata
Recovery Manager: Release 10.2.0.1.0 - Production on Mar Jul 17 11:51:14 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: XX (DBID=3011600081)
connected to recovery catalog database
RMAN> register database;
Segmentation fault
I'm trying to centralice all mi rman catalogs in a single instance ( oracle XE 11) . I have several databases with several versions (10.1,10.2,11.1 ... )
I created a rman catalog in the instance XE ( user rman) , and some virtual private catalogs (for example one of them is rmanpsd)
When I try to register a 10g database in his private catalog, i receive a core dump:
[oracle@server]$ rman target / catalog rmanpsd/pass@cata
Recovery Manager: Release 10.2.0.1.0 - Production on Mar Jul 17 11:51:14 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: XX (DBID=3011600081)
connected to recovery catalog database
RMAN> register database;
Segmentation fault
0