http://www.dbasupport.com/forums/archive/index.php/t-48720.html 참고
ALTER SYSTEM statement to dynamically alter your Oracle instance.
The settings stay in effect as long as the database is mounted.
ALTER DATABASE statement to modify, maintain, or recover an existing database.
-----------------------------------------------------------
-----------------------------------------------------------
https://kr.forums.oracle.com/forums/thread.jspa?threadID=933081 참고
ALTER SYSTEM is an Instance Level command. Generally this applies for running processes, parameters etc. (however "ALTER SYSTEM DUMP" seems to be an exception).
ALTER DATABASE is a Database Level command. Generally, this applies to the physical structure of the database.
Think of an RAC environment.
Most ALTER SYSTEM commands (ALTER SYSTEM DUMP is one exception) are local to the instance (although SET can set for multiple instances).
The ALTER DATABASE commands are for the whole database.
ALTER SYSTEM statement to dynamically alter your Oracle instance.
The settings stay in effect as long as the database is mounted.
ALTER DATABASE statement to modify, maintain, or recover an existing database.
-----------------------------------------------------------
-----------------------------------------------------------
https://kr.forums.oracle.com/forums/thread.jspa?threadID=933081 참고
ALTER SYSTEM is an Instance Level command. Generally this applies for running processes, parameters etc. (however "ALTER SYSTEM DUMP" seems to be an exception).
ALTER DATABASE is a Database Level command. Generally, this applies to the physical structure of the database.
Think of an RAC environment.
Most ALTER SYSTEM commands (ALTER SYSTEM DUMP is one exception) are local to the instance (although SET can set for multiple instances).
The ALTER DATABASE commands are for the whole database.
'참고글 및 문제해결 > 관련, 참고글' 카테고리의 다른 글
logmnr 간단명령어 (0) | 2012.02.08 |
---|---|
3D업종을 그나마 2.5D로 바꿔주는 자동 script, 명령어들 (0) | 2012.02.08 |
Hidden parameter 보는 쿼리 (1) | 2012.02.02 |
LOB datatype (Oracle Doc 참조 ) (0) | 2012.01.26 |
Oracle db생성 후 엔진 upgrade (0) | 2012.01.09 |