You are on page 1of 1

ALTER user COSWIN_SUPERVISOR account unlock ;

ALTER user coswin_supervisor IDENTIFIED BY supervisor ;


ALTER profile COSWIN_PROFILE LIMIT failed_login_attempts UNLIMITED
password_life_time UNLIMITED password_reuse_max UNLIMITED
password_grace_time UNLIMITED password_verify_function NULL ;
ALTER profile DEFAULT LIMIT failed_login_attempts UNLIMITED
password_life_time UNLIMITED password_reuse_max UNLIMITED
password_grace_time UNLIMITED password_verify_function NULL ;

SQL*Plus: Release 11.2.0.1.0 Production on Ven. Avr. 24 10:26:07 2015

Copyright (c) 1982, 2010, Oracle. All rights reserved.

Entrez le nom utilisateur : system


Entrez le mot de passe :

Connect� � :
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production

SQL> ALTER user COSWIN_SUPERVISOR account unlock ;

Utilisateur modifi�.

SQL> ALTER user coswin_supervisor IDENTIFIED BY supervisor ;

Utilisateur modifi�.

SQL> ALTER profile COSWIN_PROFILE LIMIT failed_login_attempts UNLIMITED


2 password_life_time UNLIMITED password_reuse_max UNLIMITED
3 password_grace_time UNLIMITED password_verify_function NULL ;

Profil modifi�.

SQL> ALTER profile DEFAULT LIMIT failed_login_attempts UNLIMITED


2 password_life_time UNLIMITED password_reuse_max UNLIMITED
3 password_grace_time UNLIMITED password_verify_function NULL ;

Profil modifi�.

ALTER user COSWIN_SUPERVISOR account unlock ;


ALTER user coswin_supervisor IDENTIFIED BY supervisor ;
ALTER profile COSWIN_PROFILE LIMIT failed_login_attempts UNLIMITED
password_life_time UNLIMITED password_reuse_max UNLIMITED password_grace_time
UNLIMITED password_verify_function NULL ;
ALTER profile DEFAULT LIMIT failed_login_attempts UNLIMITED password_life_time
UNLIMITED password_reuse_max UNLIMITED password_grace_time UNLIMITED
password_verify_function NULL ;

You might also like