๐/Install โ
[Oracle] ์ค๋ผํด ์ค์น (Oracle install)
FillByCoding
2022. 11. 6. 14:09
https://www.oracle.com/kr/database/technologies/xe-downloads.html
Oracle Database Express Edition (XE) Downloads | Oracle ๋ํ๋ฏผ๊ตญ
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 Services only provid
www.oracle.com
์ค๋ผํด ์ค์น ์ ํ์!! Windows ์ฌ์ฉ์ ์ด๋ฆ์ ์์ด๋ก ๋์ด์์ด์ผ ๋จ!!!
- ์ค๋ผํด ๋ค์ด๋ก๋ ํํ์ด์ง ์ ์
- ์ค๋ผํด ๊ณ์ ๋ก๊ทธ์ธ ํ ์๋ ํ์ผ ๋ค์ด
- ์์ถํด์ → setupํ์ผ ์คํ → pw์์ฑ → ์๋ฃ
- cmd ๊ด๋ฆฌ์ ๊ถํ์ผ๋ก ์คํ → sqlplus: ์ค๋ผํด ์ ์ → ์ฌ์ฉ์๋ช (system), ๋น๋ฐ๋ฒํธ ์ ๋ ฅ → SQL> conn/as sysdba → SQL> CREATE USER c##study IDENTIFIED BY (pw์์ฑํ๋ ๊ฒ); (์ฌ์ฉ์ ์์ฑ) → SQL> GRANT connect, resource, dba to c##study;(์์ฑ๋ ์ฌ์ฉ์์๊ฒ ๊ถํ ๋ช ๋ น) → SQL> COMMIT; (๋ณ๊ฒฝ์ฌํญ ์ ์ฅ) → SQL> EXIT (๋๊ฐ)
LIST