RECEIVE_MESSAGE v13

The RECEIVE_MESSAGE function obtains a message from a specified pipe.

<status> INTEGER RECEIVE_MESSAGE(<pipename> VARCHAR2
   [, <timeout> INTEGER ])

Parameters

pipename

Name of the pipe.

timeout

Wait time (seconds). Default is 86400000 (1000 days).

status

Status code returned by the operation.

The possible status codes are:

Status CodeDescription
0Success
1Time out
2Message too large for the buffer