내가한거
select resource_name, resource_type, limit from dba_profiles;
alter profile default limit PASSWORD_LIFE_TIME unlimited;
select username, account_status, lock_date, expiry_date from dba_users;
alter user PRJSEOUL identified by password;
참고
'DEV' 카테고리의 다른 글
[eclipse] 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2020.06.29 |
---|---|
sitemesh 설정 (exclude 처리 포함) (0) | 2020.06.18 |
[PostgreSQL] 정규식으로 문자 제거 (0) | 2020.06.18 |
[PostgreSQL] PostGIs에서 공간 테이블 좌표변환 (0) | 2020.05.20 |
[Linux] 서버간 공유폴더 설정하기 (0) | 2019.03.28 |