- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to find oracle version?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 07:58 AM
тАО03-31-2004 07:58 AM
how to find oracle version?
Please help me to find out the version of oracle i run on a given 11.0 64 bit hp-ux 9000 server.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 08:08 AM
тАО03-31-2004 08:08 AM
Re: how to find oracle version?
or
alerteSID.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 08:13 AM
тАО03-31-2004 08:13 AM
Re: how to find oracle version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 08:16 AM
тАО03-31-2004 08:16 AM
Re: how to find oracle version?
Setup the environment variables for an instance and use the svrmgrl.
It gives you the version number
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 08:54 AM
тАО03-31-2004 08:54 AM
Re: how to find oracle version?
but, you seem ta have posted twice the same question... double checking ? ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 10:57 AM
тАО03-31-2004 10:57 AM
Re: how to find oracle version?
" Setup the environment variables for an instance and use the svrmgrl."
If that works, then you know you are still running an old version before 9i, (or you played around with the images).
svrmgrl was retired as of 9i in favor of sqlplus for everything.
With sqlplus you will get the server Oracle version listed right after the "Connected to:" message (or to corresponding NLS text).
Do NOT get confused with the initial version reported which is that of SQL*Plus itself. Often (for a local connecttion!) it is the same, but it may well be different. Example below.
Hein.
4> svrmgrl
svrmgrl: Command not found.
5> sqlplus
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Mar 31 16:02:53 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 11:55 AM
тАО03-31-2004 11:55 AM
Re: how to find oracle version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 05:07 PM
тАО03-31-2004 05:07 PM
Re: how to find oracle version?
One of the other easy way is just call the sqlplus binary and she will tell you what is the exact version , you don't even has to have oracle user name .
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 05:22 PM
тАО03-31-2004 05:22 PM
Re: how to find oracle version?
" sqlplus binary... will tell you what is the exact version , you don't even has to have oracle user name . "
Right. And that may well suffice. BUT...
Without username it will tell you the SQL*Plus version, which may or might not match the Server version. Often they match, but not always. You have to be carefull, specifically for tnsnames connections and when using multiple Oracle instances on one box.
[Any solution with a 'select' is kinda redundant because sqlplus/svrmgrl will already have displayed the version :^]
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 06:06 PM
тАО03-31-2004 06:06 PM
Re: how to find oracle version?
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 11:56 PM
тАО04-01-2004 11:56 PM
Re: how to find oracle version?
as already said, sqlplus can have a very diffrent release that the database itself.
Some additional checks:
# strings $ORACLE_HOME/bin/oracle | grep Version
NLSRTL Version 9.2.0.1.0 - Production
#
SELECT * FROM DBA_REGISTRY -- Release 9 and up
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 04:30 AM
тАО04-02-2004 04:30 AM
Re: how to find oracle version?
Rgds..Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 06:03 AM
тАО04-02-2004 06:03 AM
Re: how to find oracle version?
What I do to see what versions are running (because you can be running multiple versions), is check the oratab file. I believe the default location is /etc/oratab
prod:/u01/dba/oracle/prodora/8.1.7:Y
delta:/u01/dba/oracle/prodora/8.1.6:Y
test:/u01/dba/oracle/prodora/8.1.6:N
corp:/u01/dba/oracle/prodora/8.1.6:Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 10:59 AM
тАО04-30-2004 10:59 AM
Re: how to find oracle version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 11:33 AM
тАО04-30-2004 11:33 AM
Re: how to find oracle version?
I just run
ps -fu oracle
or whatever the controlling user is..
and check the path to the listener.
Most DBAs will set up a path like:
/oracle/product/8.1.7 or
/oracle/product/9.2.0
to clue you in.
Be advised that one *can* run multiple versions.
And IF your DBAs aren't doing this, then adjust their attitude. I find a Louisville slugger fits the bill - usually.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 01:24 PM
тАО04-30-2004 01:24 PM