# Functions
IsOracle checks if a host is running an Oracle server @example ```javascript const oracle = require('nuclei/oracle'); const isOracle = oracle.IsOracle('acme.com', 1521); log(toJSON(isOracle)); ```.
# Structs
No description provided by the author