Used to check installation condition.
FUNCTION Ping__ RETURN NUMBER;
Returns 1 if the application server responds to the call or 0 if not.
SQL>set serverout on
SQL>execute dbms_output.put_line(to_char(plsqlap_server_api.ping__)); 1
PL/SQL procedure successfully completed.