Answers for "How to check the version of the oracle server?"

SQL
1

oracle how to know version

SELECT * FROM v$version
WHERE banner LIKE 'Oracle%';
Posted by: Guest on April-23-2021

Code answers related to "How to check the version of the oracle server?"

Code answers related to "SQL"

Browse Popular Code Answers by Language