Oracle 10g: Get OS version

With the following command you can get the OS version:

SELECT DBMS_UTILITY.PORT_STRING FROM DUAL;

e.g. IA64/HPUX 64.0.9.0.1

Leave a Reply