Previous  Next          Contents  Index  Glossary

SetAdHocUserExpiration

Syntax

procedure SetAdHocUserExpiration

     (user_name in varchar2,
expiration_date in date default sysdate);

Description

Updates the expiration date for an ad hoc user.

Arguments (input)

user_nameThe internal name of the ad hoc user.
expiration_date New expiration date. If null, the procedure defaults the expiration date to sysdate.


         Previous  Next          Contents  Index  Glossary