TIL: Get (Oracle) Database Version
I've been working with Oracle lately, and the first Oracle-specific thing I had to do was check the version.
This easy answer comes from TechOnTheNet
SELECT * FROM v$version;
I've been working with Oracle lately, and the first Oracle-specific thing I had to do was check the version.
This easy answer comes from TechOnTheNet
SELECT * FROM v$version;