2017-03-14 9 views
0

OIM에 로그인하는 동안 xelsysadm 계정이 xelsysadm 계정의 잠금을 해제하는 방법에 대해 잠겨 있습니까? 이 방법으로 문제가 해결되지 않으면, 당신은 접근 아래에 시도 할 수 있습니다이 확실히 작동합니다어떻게 사용자 xelsysadm의 잠금을 해제 하시겠습니까?

update usr set usr_login_attempts_ctr=0 where usr_login=’XELSYSADM’; 
    update usr set usr_locked=0 where usr_login=’XELSYSADM’; 
    Commit; 

: 가장 쉬운 방법의

답변

2

하나입니다.

1.Go to the <OIM_ORACLE_HOME>/server/bin directory. 
2.Open the oimadminpasswd_wls.properties file. 
3.Update the following variables in the oimadminpasswd_wls.properties file. 

    JAVA_HOME=/opt/oim/Middleware/jdk 
    COMMON_COMPONENTS_HOME=/opt/oim/Middleware/oracle_common 
    OIM_ORACLE_HOME= /opt/oim/Middleware/Oracle_IDM1 
    ORACLE_SECURITY_JPS_CONFIG = /opt/oim/Middleware/user_projects/domains/idm_domain/config/fmwconfig /jps-config-jse.xml 
    DOMAIN_HOME=/opt/oim/Middleware/user_projects/domains/idm_domain 
    DBURL=jdbc:oracle:thin:@<database server>:1521/<OIM URL> 
    DBSCHEMAUSER=DEV_OIM 
    #It should be true only if there is LDAP Sync and OIM OAM integration) 
    OIM_OAM_INTG_ENABLED=false 
    #Only update this attribute if you have LDAP Sync enabled and have OIM-OAM integration 
    LDAPURL= 
    #Only update this attribute if you have LDAP Sync enabled and have OIM-OAM integration) 
    LDAPADMINUSER= 
    #Only update this attribute if you have LDAP Sync enabled and have OIM-OAM integration) 
    OIM_ADMIN_LDAP_DN= 

4.Run the ./oimadminpasswd_wls.sh oimadminpasswd_wls.properties 
5.Provide the correct input for each question as below 

     Enter OIM DB Schema Password : 
     Enter OIM Adminstrator xelsysadm new Password: 
     Re-enter OIM Adminstrator xelsysadm new Password: 

(Note:You can set the same password as earlier)