SEND_MESSAGE v13

The SEND_MESSAGE function sends a message from the session’s local message buffer to the specified pipe.

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

Parameters

pipename

Name of the pipe.

timeout

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

maxpipesize

Maximum capacity of the pipe in bytes. Default is 8192 bytes.

status

Status code returned by the operation.

The possible status codes are:

Status CodeDescription
0Success
1Time out
3Function interrupted