Select hostname from v$instance will give you the machine name and not the OS version. Also in V$VERSION you cannot see the OS version anywhere, it has only the versions for the Oracle products installed. You will have to get it from an operating system command like

for UNIX: $uname -sr.
for Windows: c:\>ver

[Edited by arshiah on 12-19-2000 at 01:03 PM]