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 |
Tags
- plugin
- 줄바꿈 문자
- port
- tomcat
- context
- 단축키
- netsh
- VirtualBox
- vscode
- find
- Source
- IntelliJ
- ssh
- maVen
- Eclipse
- xargs
- grep
- bash
- Quartz
- 네트워크
- import
- resource
- profile
- Mac
- web.xml
- GIT
- Windows 10
- Windows
- JavaScript
- lsof
Archives
- Today
- Total
develog
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER 본문
오류
java.sql.SQLException: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
수정
// before
username: sys
// after
username: sys as sysdba
Comments