|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
This procedure will disconnect a user from Oracle.
Procedure KILL
(
USERNAME VARCHAR2
) ;
| Parameter | Description |
|---|---|
username |
The username to disconnect. |
The following example illustrates how to call kill:
http.kill('SYBERCRON');