cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get a hostname information from SAP IQ database level

SAPSupport
Employee
Employee
0 Likes
239

We want to get the physical hostname from the Database level.

If you see DB is running on below host, we want to get the physical hostname from the Database level using "select query".

[testhost0447!testuser]$ hostname
testhost0447


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

We can get the hostname information by executing the below query:

(DBA)> select Value from sa_eng_properties() where PropName='MachineName'

Answers (0)