Re: detecting version of restored database controlfile
From: rjamya <rjamya_at_gmail.com>
Date: Mon, 24 Jun 2013 13:08:27 -0400
Message-ID: <CAGurbTOb+WURO-R2MPXu49ESHkUOY+LoYBNA3P+9fJ1EVsZ-Kw_at_mail.gmail.com>
strings -a <controlfile> | egrep -i "db_name|COMPATIBLE" I tried on a rman backup of the controlfile, so that worked as well.
Date: Mon, 24 Jun 2013 13:08:27 -0400
Message-ID: <CAGurbTOb+WURO-R2MPXu49ESHkUOY+LoYBNA3P+9fJ1EVsZ-Kw_at_mail.gmail.com>
strings -a <controlfile> | egrep -i "db_name|COMPATIBLE" I tried on a rman backup of the controlfile, so that worked as well.
I'd then take the db name and (if you have OEM repository access) then query against, to find more db information, it if source db is not accessible from destination servers.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 24 2013 - 19:08:27 CEST