참고: http://winslab.cnu.ac.kr/Oracle%20API/server.101/b12170/ch4.htm#i1169742
RESTRICT Option
Enables you to disable certain commands that interact with the operating system. This is similar to disabling the same commands in the Product User Profile (PUP) table. However, commands disabled with the -RESTRICT option are disabled even if there is no connection to a server, and remain disabled until SQL*Plus terminates.
If no -RESTRICT option is active, than all commands can be used, unless disabled in the PUP table.
If -RESTRICT 3 is used, then LOGIN.SQL is not read. GLOGIN.SQL is read but restricted commands used will fail.
Table 4-1 Commands Disabled by Restriction Level
Command | Level 1 | Level 2 | Level 3 |
---|---|---|---|
EDIT | disabled | disabled | disabled |
GET | disabled | ||
HOST | disabled | disabled | disabled |
SAVE | disabled | disabled | |
SPOOL | disabled | disabled | |
START, @, @@ | disabled | ||
STORE | disabled | disabled |
Notes:
• Disabling HOST also disables your operating system's alias for HOST, such as $ on Windows, and ! on UNIX.
• Disabling the SQL*Plus START command will also disable the SQL*Plus @ and @@ commands.
'::: DB ::: > Oracle' 카테고리의 다른 글
오라클 sysdate 샘플 쿼리 (0) | 2010.04.09 |
---|---|
[OTN] BROKEN된 JOB을 자동으로 재실행 시키는 방법 (0) | 2010.04.07 |
오라클 램덤 쿼리 (0) | 2010.03.22 |
number, date 체크 함수 만들기 (0) | 2010.02.26 |
오라클 10g 디폴트 계정 (0) | 2010.02.10 |