ALL,
I'm looking for a way to get an Oracle DB Server version as "X.Y.Z".
I can use a query from here, but it will show a version of not just a server.
I can use v$version view but the resulting string will contain much more than just "X.Y.Z".
Is there a simple way to get what I want?
TIA!!