answersLogoWhite

0

What is unix command to find oracle version?

Updated: 8/18/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is unix command to find oracle version?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


How do you find which unix flavor we are using?

Use the 'uname -a' command. It reports on the Unix system, version, machine name, amongst other things.


How do you connect to a database using unix command?

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.


What is use of -exec in find command of unix?

The -exec option executes the following command on a target of the 'find' command.


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


What are some examples of the Unix find command?

Some examples of the Unix find command are "find . -print" or "find /-name foo". One other command could be "find /home/wpollock/foo" or "find /tmp /var/tmp. $HOME -name foo".


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


What is UNIX SEQ?

I don't know about a SEQ command, but the 'seq' command in Unix will print a sequence of numbers from first to last, with a given increment. Use the 'man seq' command to find out how to use it.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


Who is the vendor of UNIX?

There are multiple vendors of Unix. These include IBM, Hewlett-Packard, Apple, and Oracle.


What is syntax Is command?

The 'ls' command has many switches and options, especially depending on which version of Unix or Linux you are talking about. The best way to find out is to try either: man ls info ls ls --help depending on the system.