Re: How to find out which version of Oracle running on Linux?
Hi,
Go to /etc/oratab file and just check which user is owner of Oracle. Just login as same user (owner of Oracle) and use following command.
$sqlplus /nolog
SQL>connect /as sysdba
connected
SQL>select * from v$version;
|