Originally posted by TimHall
Hi.

Try this:


SQL> SELECT DBMS_UTILITY.port_string FROM dual;

PORT_STRING
---------------------------------------------
DEC Alpha OSF/1, r1.1-8.1.0

1 row selected.

SQL>


Cheers
I am afraid, i aint getting it for WIN 2K, rather getting it as WIN_NT

PS

Code:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>sqlplus abhay/abhay

SQL*Plus: Release 9.2.0.1.0 - Production on Wed Sep 24 13:49:20 2003

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production


   USER_ID USER_NAME
---------- ------------------------------
        21 ABHAY


DB_NAME
--------------------------------------------------------------------------------
TEST

TEST:ABHAY> SELECT DBMS_UTILITY.port_string FROM dual;

PORT_STRING
----------------------------------------------------------------------------------
IBMPC/WIN_NT-8.1.0
Abhay.