Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.SP_DROPUSER

This procedure deletes a user from your database. Since it uses the cascade option, all objects owned by this user are also deleted.

Syntax

Procedure SP_DROPUSER
(
    USERNAME                      VARCHAR2
)   ;

Parameters

Parameter Description
username
 
The username to be deleted.

Example

The following example illustrates how to drop a user:

http.sp_dropuser('HTTP');

See Also

SP_ADDUSER


Sybernet is a trademark of SRI International.
Copyright © 1996-2009 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/