coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 23 guests online

Newest Member

beyondimagem

Hit Counter
9133552 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


coolcommand

how to find which version of Oracle you have
Description

How do I check the Oracle version from the command prompt:

Enter in sqlplus (you'll see the version number)

# su - oracle

oracle# sqlplus

OR

Version information is stored in a table called v$version. In this table you can find version information
on Oracle, PL/SQL, etc.

To retrieve the version information for Oracle, you execute the following SQL statement:

select * from v$version
where banner like 'Oracle%';

It should return something like this:

Banner
--------------------------------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
Example

select * from v$version where banner like 'Oracle%';

Return to search results

Random coolcommands

coolcommand: restvg - how to retsore a user volume group in IBM AIX
Example: restvg -q -f /mydata/myvg
[show me the details]
coolcommand: how to turn off color syntax highlighting in vi
Example: :syntax off
[show me the details]
coolcommand: how to increase the queue_depth on a hdisk in IBM AIX
Example: chdev -l hdisk2 -a queue_depth=8 -P
[show me the details]
coolcommand: lscfg - microcode firmware level on IBM RS/6000
Example: lscfg -pv | grep alte
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


 
coolcommands.com © 2012. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum