Find

How to Determine DBID (RMAN,Oracle Database)

How to Determine DBID (Oracle Database)
1) By Rman
% rman TARGET /
Recovery Manager: Release 10.2.0.4.0 - Production on Sun Jun 12 02:41:03 2005
Copyright (c) 1982, 2005, Oracle.  All rights reserved.

connected to target database: RDBMS (DBID=774627068)
 


2) By Query

SQL> SELECT dbid, name FROM v$database

   DBID    NAME
----------   ---------
774627068  DEV

3) By Auto Backup Controlfile
c-IIIIIIIIII-YYYYMMDD-QQ
c-774627068-20091230-22