Start the RMAN at the operation system command without specifying any connection options ;
% rmanStart the RMAN at the operating system with the options to connecting to one or more databases ;
% rman TARGET / CATALOG rman/cat@catdb
% rman TARGET SYS/oracle@trgt NOCATALOG
% rman TARGET / CATALOG rman/cat@catdb AUXILIARY SYS/oracle@auxdb
Related Documents:
https://samadhandba.wordpress.com/2010/12/26/rman-backup-and-recovery-scenarios/
https://samadhandba.wordpress.com/2010/12/26/getting-the-controlfile-backup-record/
https://samadhandba.wordpress.com/2010/12/26/full-restore-recovery/
https://samadhandba.wordpress.com/2010/12/26/step-by-step-backuprestore-with-rman/
https://samadhandba.wordpress.com/2010/12/26/making-consistent-and-inconsistent-backups-with-rman/
https://samadhandba.wordpress.com/2010/12/26/restore-to-a-%e2%80%9cpoint-in-time%e2%80%9d/
https://samadhandba.wordpress.com/2010/12/26/tablespace-recovery-with-rman-tecnology/
https://samadhandba.wordpress.com/2010/12/26/cold-backup-with-rman/
HI SAM SIR
i AM FACING A PROBLEM WHEN I CONNECTED THE RMAN CATALOG:
C:\oracle\product\10.2.0\db_1\BIN>RMAN TARGET / CATALOG RMAN02/RMAN02@TESTDB
Recovery Manager: Release 10.2.0.1.0 – Production on Wed Nov 30 13:22:42 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database: TESTDB (DBID=2550851670)
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04004: error from recovery catalog database: ORA-12154: TNS:could not resol
ve the connect identifier specified
PLEASE SUGGEST ME !!!
THANKS & REGARDS
LOKESH SURYAVANSHI
Dear Lokesh,
Sorry for late reply…..
Please check below listed points.
Check your tnsnames.ora for correct tns_entry is used for database connection.
Also check your catalog is up or not.
Does the TESTDBA service string works?
Can you connect the same with sqlplus?
Can you tnsping?
Check for the availability of the listener.
Thanks & Regards,
Samadhan
Hi Samadhan,
i am new entry in oracle Dba site i need your help and support please guide me how to I start my career in oracle dba site, before that i was working at Networks Infrastructure site.
Irfan
Thanks
Keep reading the oracle blogs …. start handling small DB issues …. install oracle @home and make practice 🙂