오라클 11G 다운로드
https://www.oracle.com/database/technologies/xe-prior-release-downloads.html
XE Prior Release Archive
Getting Started: Support Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests. Note: Oracle Support Ser
www.oracle.com
오라클 설치시, system 계정 비밀번호 설정을 하는데 잘 기억해두어야함
developer tool 다운로드
https://www.oracle.com/database/sqldeveloper/technologies/download/
Oracle SQL Developer Downloads
This archive. will work on a 32 or 64 bit Windows OS. The bit level of the JDK you install will determine if it runs as a 32 or 64 bit application. This download does not include the required Oracle Java JDK. You will need to install it if it's not already
www.oracle.com
관리자 계정 생성
: 비밀번호는 설치 시 설정했던 비밀번호 입력
: 테스트 클릭 시 성공 메시지가 나와야함
실사용계정 생성 하고 DBA계정에서 권한 부여
권한을 주는 쿼리
grant 이용
--> 계정이 로그인되어있다면 연결 끊고 다시 연결하면 권한 설정이 잘 되있는 걸 확인할 수 있음
'DB' 카테고리의 다른 글
Oracle : 시퀀스, 인덱스 생성 (0) | 2023.08.01 |
---|---|
Oracle : 사용자 계정 권한, 암호 수정 (0) | 2023.05.30 |
[DB] 테이블 설계 단계 (0) | 2022.12.07 |