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

HTTP.SP_ADDUSER

This proceudre creates a user and grants create session to them.

Syntax

Procedure SP_ADDUSER
(
    USERNAME                      VARCHAR2
,   PASSWORD                      VARCHAR2
,   TABLESPACE                    VARCHAR2
)   ;

Parameters

Parameter Description
username
 
The username to create.
password
 
The password to assign.
tablespace
 
The default tablespace.

Example

The following example illustrates how to add a user to your database:

sp_adduser('Hello','World');

See Also

SP_DROPUSER


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