Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] how to check database has been upgrade to 9.2.0.8???
You can also run:
select comp_name, version, status from dba_registry;
COMP_NAME VERSION STATUS ---------------------------------------------- ------------------------------ ----------- Oracle9i Catalog Views 9.2.0.7.0 VALID Oracle9i Packages and Types 9.2.0.7.0 VALID JServer JAVA Virtual Machine 9.2.0.7.0 VALID
Tom
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of A. Coskan Gundogar
Sent: Monday, March 12, 2007 12:25 PM
To: mccdba1_at_yahoo.com
Cc: oracle-l_at_freelists.org
Subject: Re: [Q] how to check database has been upgrade to 9.2.0.8???
i think this can solve your problem
SQL> select version from v$instance;
VERSION
SQL> On 3/12/07, dba1 mcc <mccdba1_at_yahoo.com> wrote:
I have a database which I created it on 9.2.0.1. Recently I upgraded ORACLE software from 9.2.0.1 to 9.2.0.8. I can NOT remember I upgrade that database or not?
Does there has way to check database has been upgrade or not?
Thanks.
We won't tell. Get more on shows you hate to love
<http://us.rd.yahoo.com/evt=49980/*http:/tv.yahoo.com/collections/265%0A
>
(and love to hate): Yahoo! TV's Guilty Pleasures list.
<http://us.rd.yahoo.com/evt=49980/*http:/tv.yahoo.com/collections/265%0A
>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Mar 12 2007 - 12:11:28 CDT
![]() |
![]() |