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.
Incoming search terms:
- get oracle version
- oracle select db version
- select dbversion
Related posts:
Recent Comments