1 / 15

Oracle 설치

Oracle 설치. Jaeyong Choi cjy@kangwon.ac.kr. Oracle 설치. 오라클 홈페이지 (www.oracle.com) 에서 다운로드 강의 자료 홈페이지에서 다운로드 http://cs.kangwon.ac.kr/~ jhkim/Lecture/courses.html. Oracle 설치. Oracle 설치. Oracle 설치. Oracle 설치. 비밀번호 “oracle” 입력 !!. Oracle 설치. SQL Developer 설치.

charla
Download Presentation

Oracle 설치

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle 설치 Jaeyong Choi cjy@kangwon.ac.kr

  2. Oracle 설치 • 오라클 홈페이지(www.oracle.com)에서 다운로드 • 강의 자료 홈페이지에서 다운로드 • http://cs.kangwon.ac.kr/~jhkim/Lecture/courses.html

  3. Oracle 설치

  4. Oracle 설치

  5. Oracle 설치

  6. Oracle 설치 • 비밀번호 “oracle” 입력 !!

  7. Oracle 설치

  8. SQL Developer설치 • 오라클 홈페이지(www.oracle.com)에서 다운로드 • 강의 자료 홈페이지에서 다운로드 • http://cs.kangwon.ac.kr/~jhkim/Lecture/courses.html

  9. SQL Developer설치

  10. SQL Developer설치

  11. SQL Developer설치

  12. SQL Developer설치

  13. Oracle 접속하기

  14. Oracle 접속하기 • 사용자 이름 : system • 비밀번호 : oracle

  15. SQL Query 실행하기 • 다음 명령어를 입력 창에 모두 입력한 후 F5키를 눌러 실행 • create table test(name varchar(20), age integer); • insert into test values(‘kim’, 22); • insert into test values(‘park’, 24); • insert into test values(‘choi’, 21); • select * from test;

More Related