
도커허브에 진입한다 docker pull jaspeen/oracle-xe-11g docker run --name oracle -it -p 1521:1521 jaspeen/oracle-xe-11g 새로 터미널을 오픈한다. docker ps docker exec -it oracle sqlplus system oracle create user root identified by root; grant connect, resource, dba to root; docker exec -it oracle bash sqlplus root root -- set http port select dbms_xdb.gethttpport() from dual; exec dbms_xdb.sethttpport(9000); select d..
The Sample data emp Table empno ename job mgr hiredate sal comm deptno 7369 SMITH CLERK 7902 1993-06-13 800.00 0.00 20 7499 ALLEN SALESMAN 7698 1998-08-15 1600.00 300.00 30 7521 WARD SALESMAN 7698 1996-03-26 1250.00 500.00 30 7566 JONES MANAGER 7839 1995-10-31 2975.00 20 7698 BLAKE MANAGER 7839 1992-06-11 2850.00 30 7782 CLARK MANAGER 7839 1993-05-14 2450.00 10 7788 SCOTT ANALYST 7566 1996-03-05..

gatsby-demo-spring-mybatis 오라클 11g 환경에서 작업합니다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 create table Stu( stuno number ..

A와 B 가 하나의 Database 를 공유하는 방법입니다. 먼저 A 컴퓨터에서 사용자를 생성합니다. sqlplus system/[비밀번호]; conn sys as sysdba; create user [유저이름] identified by [비밀번호]; grant connect, resource, dba to [유저이름]; exit; sqlplus [유저이름]/[비밀번호]; Connected 다시 cmd 창에 들어갑니다. ip 주소를 찾습니다. 다음과 같이 B 컴퓨터에서 A 컴퓨터에 접속합니다. 1 sqlplus ht/orcl@192.168.5.1:1521/xe cs

Docker 설치 명령어만 모음 exit 를 입력 후 빠져 나온다. 다시 저장 경로를 작성한다. Local 설치 https://www.oracle.com/database/technologies/oracle-database-software-downloads.html Database Software Downloads | Oracle Oracle Database 11g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition 7/13: Patch Set 11.2.0.4 for Linux and Solaris is now available on support.oracle.com. Note: it is a full installation (..
- Total
- Today
- Yesterday
- React
- COLAB
- jQuery
- terms
- vscode
- maven
- intellij
- ERD
- Python
- AWS
- KAFKA
- nodejs
- Oracle
- tensorflow
- Django
- Eclipse
- SpringBoot
- Mongo
- JPA
- Algorithm
- JUnit
- docker
- SQLAlchemy
- Git
- springMVC
- Java
- mariadb
- Mlearn
- database
- FLASK
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |