DataBase

[Oracle] Oracle 시작하기

Do it 오라클로 배우는 데이터베이스 입문을 통해 오라클을 다뤄보고자 한다.

http://www.yes24.com/Product/Goods/65849798

 

Do it! 오라클로 배우는 데이터베이스 입문 - YES24

기본기가 무엇보다 중요한 데이터베이스처음 공부할 때 탄탄한 기본기를 쌓자!데이터베이스는 탄탄한 기본기를 쌓아야만 실무에서 어려운 SQL문을 만나도 흔들리지 않는다. 『Do it! 오라클로 배

www.yes24.com

 

우선 이 책에서는 Oracle Database 11g Release 2 버전으로 작업하기에 해당 버전을 통해 작업 하려고 한다.

 

 

Oracle 설치하기

 

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

포트는 기본으로 잡혀있는 1521 포트를 사용하였다.

비밀번호 설정후 설치 완료

sqlplus로 system 로그인 확인하기

SqlDeveloper 설치하기

 

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

본인은 jdk 8 버전만 있어서 jdk11이 포함된 버전을 받아서 사용하였다.

본인이 jdk11버전 이상을 사용중이라면 그 아래에 있는 버전을 사용하여도 무방할 것이다.

 

 

이후 tomcat이 사용하는 8080포트와 오라클의 8080포트가 겹치기 때문에 아래 쿼리를 이용하여 변경하였다.

(SYS 계정으로 접속 후 사용)

 


참고

https://ee2ee2.tistory.com/entry/Database-Windows-Oracle-11g-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C-%EB%B0%8F-SQL-Developer-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0

 

[Database][Oracle] Windows Oracle 11g 다운로드 및 SQL Developer 설치하기 (Oracle 8080 포트 변경 방법)

이 글에서는 Oracle 11g Express Edition 버전과 SQL Developer 설치방법을 소개한다. Oracle 11g Express Edition 설치하기 1. 아래 주소에서 OS에 맞는 11g Release 2 Express Edition을 클릭 https://www.oracle.com/database/technologi

ee2ee2.tistory.com