Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- nodejs
- git 명령어
- 포워드 엔지니어링
- 자바 예상문제
- REST
- #{}
- $(document).on
- a href="#" onclick="return false"
- 자바 로또
- it지원
- cmd mariaDB
- 전역객체
- SQL
- git message
- 알고리즘
- container-fluid
- templet
- 최대값 최소값
- $('input [name=
- MariaDB
- interface default
- 유효성
- git
- resultType="hashmap"
- ${}
- BCrypt
- nodejs http
- map형태 jsp와 mapper
- gradle 설치
- bubblesort
Archives
- Today
- Total
목록ora-01017 (1)
Rubberduck-Debugging
http://database.sarang.net/?inc=read&aid=20815&criteria=oracle&subcrit=&id=&limit=20&keyword=lob&page=6 ** ORA-28000: the account is locked이 경우, 계정에 걸린 lock을 풀어줘야 함 cmd창 :sqlplus /as sysdba ALTER USER system ACCOUNT UNLOCK; ** ORA-01017 invalid username/password logon denied이경우, 계정 패스워드를 바꿔줘야 함 ALTER USER 계정명 IDENTIFIED BY 패스워드; 그밖에도, listener와 tnsnames의 HOST명이, 내PC명과 같은지 확인하자C:\oraclexe\app\ora..
개발자/에러 해결
2018. 12. 11. 14:04