Skip to content
  • Marek Szymczak's avatar
    194c72f3
    WL#6054 Temporarily disablement of users · 194c72f3
    Marek Szymczak authored
    A feature that extends the user account property that allows temporal enablement or disablement
    of login permission into server.
    
    The feature extends SQL syntax:
    
    Creation of the user (CREATE USER)
    Modification of the user (ALTER USER)
    
    In both cases the user account login permission can be enabled (unlocked) or disabled (locked)
    by specifying ACCOUNT LOCK or ACCOUNT UNLOCK statement.
    194c72f3
    WL#6054 Temporarily disablement of users
    Marek Szymczak authored
    A feature that extends the user account property that allows temporal enablement or disablement
    of login permission into server.
    
    The feature extends SQL syntax:
    
    Creation of the user (CREATE USER)
    Modification of the user (ALTER USER)
    
    In both cases the user account login permission can be enabled (unlocked) or disabled (locked)
    by specifying ACCOUNT LOCK or ACCOUNT UNLOCK statement.
Loading