How to check the version of the oracle server? code example Example: oracle how to know version SELECT * FROM v$version WHERE banner LIKE 'Oracle%';