Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Get host name of server from within ORACLE SQL script?
> SELECT *
> FROM v$instance;
specifically,
select host_name from v$instance;
However, you need permissions to get to that view.
Doug
-- ------------------------ Douglas K. O'Leary Senior System Administrator dkoleary_at_mediaone.netReceived on Thu Mar 08 2001 - 08:56:25 CST
![]() |
![]() |