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