But, in other hand, sometimes an application need user with no expiration date of password such as ERP, Procurement etc. In order to facilitate this needs, there’s 2 ways to do so :
- Create stand alone profile with unlimited expiration date and assign to user
- Update user current profile, set limit of password expiration to unlimited
The steps are :
1. check current user profile using command :
select profile from dba_users where username=’<username>’;2. Change limit of password expiration policy o unlimited
alter profile <profile_name> limit password_life_time UNLIMITED;3. Check profile after to make sure policy has been updated
select resource_name,limit from dba_profiles where profile=’<profile_name>’;Now,all users with this profile has no expiration date policy for their password …
Source : http://kusumah.wordpress.com/
INFO
Anda ingin mencari refrensi dan contoh program lengkap disertai Source Code ? Kami ada. Sekarang Anda bisa mencari Program Penjualan Visual Basic di situs ini : www.skripsi-informatika.com. Koleksi program lengkap di sana, proyek PHP dan MySQL, juga jQuery dan Framework, Visual Basic 6, VB.Net, Delphi 7 dan juga Java NetBeans.
Tidak ada komentar:
Posting Komentar