
Chapter 2. ์ค๋ผํด ์ฌ์ฉ์ ๊ณ์ ์์ฑ (sqlplus)
์ค๋ผํด ์ค์นํ ๋ ๊ฐ์ด ์ค์น๋๋ sqlplus๋ฅผ ์ด์ฉํ์ฌ ์ฌ์ฉ์ ๊ณ์ ์ ์์ฑํ๋ ค๊ณ ํฉ๋๋ค. 1. ๋ก๊ทธ์ธ - cmd์์ sqlplus ์คํ - DBMS ์ค์น ์ ์์ฑ๋ system ๊ณ์ ์ผ๋ก ๋ก๊ทธ์ธ 2. ์ฌ์ฉ์ ๊ณ์ ์์ฑ SQL ๋ช ๋ น ํ๋กฌํํธ์์ create user ์ฌ์ฉ์ ์์ด๋ identified by ์ฌ์ฉ์ ํจ์ค์๋; ex) create user scott identified by tiger; 3. ์ฌ์ฉ์ ๊ถํ ์ค์ SQL ๋ช ๋ น ํ๋กฌํํธ์์ grant resource, connect to ์ฌ์ฉ์ ์์ด๋; ex) grant resource, connect to scott; resource์ connect๋ ์ค๋ผํด์์ ์ ํด๋์ ๋กค ๊ฐ์ ๊ฐ๋ ์ด๋ฉฐ, ํด๋น ์ฌ์ฉ์๊ฐ ์ผ๋ฐ์ ์ธ ์์ ์ ํ ๋ ํ์ํ ๊ถํ์ ๋ฏธ๋ฆฌ ์ง..