There are 2 way we can check DB ID using rman prompt.
1.
[oracle@srv2 ~]$ rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Aug 5 13:23:21 2019
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: RAC (DBID=2599942250)
RMAN>
2 . When AUTOBACKUP controlfile enabled. And backup file created will provide db id.
Starting backup at 05-AUG-19
channel c1: starting datafile copy
copying current control file
output file name=/u01/Backup/control01_cf_D-RAC_id-2599942250_6qu8eqar.bak tag=TAG20190805T132131 RECID=27 STAMP=1015507298
channel c1: datafile copy complete, elapsed time: 00:00:07
Finished backup at 05-AUG-19
1.
[oracle@srv2 ~]$ rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Aug 5 13:23:21 2019
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: RAC (DBID=2599942250)
RMAN>
Starting backup at 05-AUG-19
channel c1: starting datafile copy
copying current control file
output file name=/u01/Backup/control01_cf_D-RAC_id-2599942250_6qu8eqar.bak tag=TAG20190805T132131 RECID=27 STAMP=1015507298
channel c1: datafile copy complete, elapsed time: 00:00:07
Finished backup at 05-AUG-19
No comments:
Post a Comment