Am Samstag, den 16.04.2005, 12:50 -0400 schrieb Scott Miller: > looks like a tns config error. check that your listener provides a service with a name > identical to the one in your tnsnames.ora entry. use "lsnrctl status", etc.
yes i think so too but i have no idea which entry i need. All tnspings between the two servers work fine. Somehow the command
Recovery Manager: Release 10.1.0.3.0 - 64bit Production
Copyright (c) 1995, 2004, Oracle. All rights reserved.
connected to target database (not started) connected to recovery catalog database connected to auxiliary database (not started)
RMAN>
But the following script does not work. I guess because of the wrong ORACLE_SID.
Script:
run { allocate auxiliary channel aux1 device type disk; duplicate target database for standby nofilenamecheck; release channel aux1; }
Error:
RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of allocate command at 04/16/2005 19:15:26 RMAN-06403: could not obtain a fully authorized session RMAN-04006: error from auxiliary database: ORA-01034 (See ORA-01034.ora-code.com): ORACLE not available
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting