alter user [유저명] default tablespace [테이블스페이스] quota unlimited on [테이블스페이스];
alter user hr default tablespace system quota unlimited on system;
alter user hr default tablespace users quota unlimited on users;
'ERROR' 카테고리의 다른 글
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.conn" is null (0) | 2022.07.12 |
---|---|
[JSP] 드랍다운 버튼 디자인 구현 에러 (0) | 2022.07.10 |
The nested type MemberBean cannot hide an enclosing type (0) | 2022.07.10 |
[JSP] 수정 화면이 빈 화면일 때 (0) | 2022.07.09 |
[JSP]cannot be resolved to a type (0) | 2022.07.09 |