Skip to content

Ping__

Used to check installation condition.

FUNCTION Ping__ 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__));  
1  

PL/SQL procedure successfully completed.