Posted on Thursday, 17th September 2009 by kwatog
->
I only know two ways of getting the Oracle DB version you are currently connected to. They are as follows:
SELECT *
FROM product_component_version
SELECT *
FROM v$version
This is quite handy if your program has SQL commands that are not applicable for earlier versions of Oracle Database.
Posted in Basic, Oracle | Comments (0)



