Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: find out os from pl/sql
"Loial" <admin_at_loial.co.uk> wrote in message
news:1161173211.505459.159290_at_e3g2000cwe.googlegroups.com...
> Is there any table I can query to find out the operating
> system(Linux/AIX etc) from pl/sql?
Check dbms_utility.port_string.
On RH:
SQL> select dbms_utility.port_string from dual;
PORT_STRING
On Solaris:
SQL> select dbms_utility.port_string from dual;
PORT_STRING
Regards
Dimitre
Received on Wed Oct 18 2006 - 08:46:22 CDT
![]() |
![]() |