Menu
Categories
Oracle Server version (using a SQL query)
March 2, 2010 Code

If you have the right, you could look up oracle server version by using the following SQL query

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