Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: patch level and version of db?

Re: patch level and version of db?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 14 Nov 2001 19:46:59 +0100
Message-ID: <tv5ftem287rkfa@corp.supernews.com>

"Roger" <rwestbrook_at_dollargeneral.com> wrote in message news:16e6a39.0111140832.47afb3d8_at_posting.google.com...
> How can I tell patch level and version of my database?
>
> We have 11 different installations at various patch levels. I'm
> looking for a method I can give to our developers to enable them to
> tell what db version and patch level a given instance is at. Is there
> a table or o/s file they can inquire against to get the current db
> version and patch level?
>
> Thanks in advance!
>
> Oh and we're talking Oracle 8x and 9x databases on Unix systems.
>
> Roger Westbrook

select * from v$version.
The first three digits are the version, the last two the O/S specific patch level.

Hth

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Wed Nov 14 2001 - 12:46:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US