GET HOSTNAME SERVER IN PL/SQL
451915Feb 24 2006 — edited Feb 24 2006Hi
Is it possible to get the hostname of my unix server where my database is located in a pl/sql procedure ?
I try to use sys_context('userenv','host') but it show me the hostname of my client where i launch the procedure not the hostname server.
Is it possible to do such things ?
Thanks.