문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
dbms:oracle:admin:oraclegrantmanage [2007/06/22 02:10] – 새로 만듬 starlits | dbms:oracle:admin:oraclegrantmanage [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 17: | 줄 17: | ||
===== 다른 계정에 권한(SELECT, | ===== 다른 계정에 권한(SELECT, | ||
+ | |||
* scott 계정의 stable 테이블을 eagle 계정에서 select 할 수 있게 적용하는 방법 | * scott 계정의 stable 테이블을 eagle 계정에서 select 할 수 있게 적용하는 방법 | ||
- | | + | |
+ | | ||
$ sqlplus scott/ | $ sqlplus scott/ | ||
</ | </ | ||
- | | + | |
SQL> grant select on stable to eagle; | SQL> grant select on stable to eagle; | ||
</ | </ | ||
- | | + | |
#!/bin/sh | #!/bin/sh | ||