This procedure is called once by Sybernet when a user connects to Oracle.
For Internal Use Only.
Procedure PIPE_CREATE_PIPE
(
PIPENAME VARCHAR2
, MAXPIPESIZE NUMBER
, HOSTNAME VARCHAR2
, HTTP_USER_AGENT VARCHAR2
) ;
| Parameter | Description |
|---|---|
pipename |
The name of the pipe to create. |
maxpipesize |
The maximium pipe size. |
hostname |
IP address of this user. |
http_user_agent |
Name of client software. |