Home » RDBMS Server » Server Utilities » password in oracle
password in oracle [message #73837] Wed, 21 July 2004 21:51 Go to next message
premesh
Messages: 2
Registered: July 2004
Junior Member
hi
can i change the password which will be effective after 15 days means change password for the future.
Re: password in oracle [message #73840 is a reply to message #73837] Thu, 22 July 2004 03:48 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
a simple solution that just came on top of my head,
-- write your sql
alter user x identified by y;
-- shedule this to be run after 15 days
-- you can use dbms_job or any OS scheduler.
Re: password in oracle [message #73842 is a reply to message #73837] Thu, 22 July 2004 12:04 Go to previous message
shoblock
Messages: 325
Registered: April 2004
Senior Member
CREATE PROFILE app_user LIMIT password_life_time 15;

alter user SOMEUSERNAME profile app_user;
Previous Topic: Transfer oracle data to Excel
Next Topic: Oracle Installation
Goto Forum:
  


Current Time: Tue Jul 02 12:46:12 CDT 2024