Use this instructions to unlock the user account when the password is expired:
--check user status
select username, expiry_date, account_status from dba_users where username = 'USERACC';
3 | alter user USERACC ACCOUNT UNLOCK; |
3 | alter user USERACC identified by ARISBP01; |
--But we'd like to use the existing password so we proceed with:
05 | select 'alter user "' ||d.username|| '" identified by values ' '' ||u. password || '' ';' |
07 | from dba_users d, sys. user $ u |
09 | where d.username = upper ( 'USERACC ' ) |
11 | and u. user # = d.user_id; |
1 | alter user "USERACC " identified by values '4301288F751F9615' ; |
9 | ALTER PROFILE DEFAULT LIMIT password_life_time UNLIMITED; |
1 | <span style= "font-family: Arial, Helvetica, sans-serif; white-space: normal;" >Don't forget to commit ;</span> |
Oracle SOA/BPEL 11g --- "
ReplyDeleteOracle SOA/BPEL 11g Online Training
Send ur Enquiry to contact@21cssindia.com
Overview of Service Oriented Architecture (SOA)
Overview of SOA
Advantage in using SOA
Why is SOA 11g Important
Building Blocks of SOA" more… Online Training- Corporate Training- IT Support U Can Reach Us On +917386622889 - +919000444287 http://www.21cssindia.com/courses/Oracle-soa-bpel-11g-online-training-206.html