SQL Plus 관리자 권한으로 실행
conn 사용자계정/비밀번호 as sysdba
SQL> conn hr/happy as sysdba
연결되었습니다.
SQL> grant create any table to hr;
권한이 부여되었습니다.
SQL> grant create any procedure to hr;
권한이 부여되었습니다.'ERROR' 카테고리의 다른 글
| [JSP] 수정 화면이 빈 화면일 때 (0) | 2022.07.09 |
|---|---|
| [JSP]cannot be resolved to a type (0) | 2022.07.09 |
| [JSP]데이터베이스 실행 안되는 에러 (0) | 2022.07.05 |
| [JSP]The method is undefined for the type.. (0) | 2022.07.05 |
| [JSP]'Starting Tomcat v8.5 Sever at localhost' has encountered a problem.Port 8080 (0) | 2022.07.05 |