Name
host_id — return the build-host identifier embedded in the server binary
Synopsis
varchar host_id(
|
); |
Description
host_id returns a short string identifying the host
on which the running server binary was built, or NULL if no build host
information is embedded in the binary.
Return Types
A varchar host identifier, or NULL when
unavailable.
Examples
Example 24.209. Show the build host id
SQL> select host_id ();