Previous  Next          Contents  Index  Glossary

SetAdHocUserStatus

Syntax

procedure SetAdHocUserStatus

     (user_name in varchar2,
status in varchar2 default 'ACTIVE');

Description

Sets the status of an ad hoc user as 'ACTIVE' or 'INACTIVE'.

Arguments (input)

user_nameThe internal name of the user.
status A status of 'ACTIVE' or 'INACTIVE' to set for the user. If null, the status is 'ACTIVE'.


         Previous  Next          Contents  Index  Glossary