Trouble Shooting 4

ORA-28001 : the password has expired

오라클 11g XE 비밀 번호 만료 1.ORA-28001 password expired 에러 발생-->11g xe의 기본 비밀번호 만료일은 180일이라서 unlimited로 변경해 준다.(또는 비밀번호 변경)  2.> SELECT * FROM DBA_PROFILES WHERE PROFILE='DEFAULT' AND RESOURCE_NAME='PASSWORD_LIFE_TIME'; > ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;  --패스워드 만료일을 unlimited로 변경  > SELECT * FROM DBA_PROFILES WHERE PROFILE='DEFAULT' AND RESOURCE_NAME='PASSWORD_LIFE_TIME';  > C..

Trouble Shooting 2019.12.02

3.

Automatic updates download has encountered a problem. An error occurred while collecting items to be installed.&No repository found containing..... 이클립스 marketplace에서 STS를 다운 받는데, Automatic updates download has encountered a problem. An error occurred while collecting items to be installed. 라는 에러를 마주쳤다. 그래서 Help -> Check for updates를 해봤더니, 이번엔 No repository found containing..... 라는 에러를 마주쳤다. 그래서..

Trouble Shooting 2019.03.15

2.

Obsolete Methods on the Stack 이클립스를 실행하자,[Obsolete Methods on the Stack] ......contains obsolete methods..... 라는 경고 창이 떴다. 알아보니, 디버그 모드 중에 실행하면 뜨는 오류로, 디버그 모드를 끄고 실행하면 된다고 한다.또는 경고 팝업 창 하단의 restart 버튼을 눌러주니 경고 창이 뜨지 않았다. 이후 이것저것 찾아보다가, hot code replace failed 라는 상황을 발견했다. ----> 출처 : https://growinglastcanyon.tistory.com/4 이클립스에서는 런타임 실행 중에 메소드의 변경이 있어도,자바가상머신의 재시작 필요 없이 변경된 사항을 디버거가 대체하는(hot cod..

Trouble Shooting 2019.03.04