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 |
31 |
Tags
- lsof
- VirtualBox
- Windows
- 네트워크
- maVen
- Quartz
- 줄바꿈 문자
- profile
- bash
- grep
- Eclipse
- resource
- tomcat
- ssh
- web.xml
- Windows 10
- find
- vscode
- GIT
- plugin
- 단축키
- port
- Mac
- context
- xargs
- IntelliJ
- netsh
- JavaScript
- Source
- import
Archives
- Today
- Total
develog
[Oracle] ORA-01536: space quota exceeded for tablespace 본문
sys 계정으로 실행
GRANT ALTER USER TO MYUSER1;
myuser1 계정으로 실행
ALTER USER MYUSER1 QUOTA 100M ON TABLESPACE_NAME;